Click or drag to resize

LoadTestReportItemRawIterationCycleTime Property

Gets or sets the raw cycle time for every iterations executed.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<MeasurePoint> RawIterationCycleTime { get; set; }

Property Value

Type: ListMeasurePoint
The raw iteration cycle time.
See Also