Click or drag to resize

TestStepBaseTestCase Property

Gets the referenced test case for this test step

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
public TestCase TestCase { get; }

Property Value

Type: TestCase
The test case which this TestStep belongs to, the value is provided during text execution
See Also