Click or drag to resize

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; }

Property Value

Type: Int32
The total iterations launched, this value will be increased during the time;
See Also