TestCaseTestStepCount Property |
Gets the count of test steps
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int TestStepCount { get; }
Public ReadOnly Property TestStepCount As Integer
Get
public:
property int TestStepCount {
int get ();
}
member TestStepCount : int with get
Property Value
Type:
Int32
The test step count.
See Also