Click or drag to resize

LoadTestCaseRampUpTime Property

Gets or sets the time of ramp up in seconds that passes from 0 to expected load.

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

Property Value

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