Click or drag to resize

LoadTestCaseDuration Property

Gets or sets the duration in number of the second where this test scenario will last.

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

Property Value

Type: Double
The duration.
See Also