LoadTestCase_iterationsLaunched Property |
Gets or sets the total iterations have been launched during the test at the moment X
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int _iterationsLaunched { get; protected set; }
Public Property _iterationsLaunched As Integer
Get
Protected Set
public:
property int _iterationsLaunched {
int get ();
protected: void set (int value);
}
member _iterationsLaunched : int with get, set
Property Value
Type:
Int32
The total iterations launched, this value will be increased during the time;
See Also