Click or drag to resize

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

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