Click or drag to resize

LoadTestCase_iterationsExpected Property

Gets or sets the total iterations expected at the moment X

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public double _iterationsExpected { get; protected set; }

Property Value

Type: Double
The total iterations expected at the moment X.
See Also