Click or drag to resize

CustomLoadTestCaseGetLoad Method

Gets the number of iterations should be run at the current time.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
protected override double GetLoad(
	DateTime startTime,
	TimeSpan dx
)

Parameters

startTime
Type: SystemDateTime
The Time where the load test begins. This time is used to determine in which state the current test scenario is running
dx
Type: SystemTimeSpan
The fragment of time where the current.

Return Value

Type: Double
The number of iterations per second should be generated for the fragment of time.
See Also