LoadTestCaseDelay Property |
Gets or sets the delay to start the test execution.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double Delay { get; set; }
<DataMemberAttribute>
Public Property Delay As Double
Get
Set
public:
[DataMemberAttribute]
property double Delay {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member Delay : float with get, set
Property Value
Type:
Double
Delay is used to start test execution later if one or more
LoadTestCase will be run simultaneously in the save
TestSuite.
If there are only one LoadTestCase within in a TestSuite, or the Test is running independently, Delay will be ignored.
See Also