Click or drag to resize

LoadTestCaseGetCurrentExpectedLoad Method

Gets the current load (Iterations/second) of the current running performance test scenario.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public double GetCurrentExpectedLoad()

Return Value

Type: Double
A Double value represents the current load in numbers of iterations per second.

Implements

IPerformanceCountersGetCurrentExpectedLoad
See Also