Click or drag to resize

LoadTestCaseGetIterationPassrate Method

Gets the iteration pass rate.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<MeasurePoint> GetIterationPassrate()

Return Value

Type: ListMeasurePoint
A list of MeasurePoint represents the pass rate of the iterations during the test.

Implements

IPerformanceCountersGetIterationPassrate
See Also