Click or drag to resize

LoadTestCaseExpectedLoad Property

Gets or sets the expected number of iterations per second during the performance testing

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public double ExpectedLoad { get; set; }

Property Value

Type: Double
An Double value that represents ExpectedLoad of the current object
See Also