Click or drag to resize

LoadTestCaseIterationExecutionTime Property

Gets or sets the iteration execution time during the last execution.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<MeasurePoint> IterationExecutionTime { get; protected set; }

Property Value

Type: ListMeasurePoint
The iteration cycle time. where Time is aligned to second, and Value is average execution time in that second.
See Also