Click or drag to resize

LoadTestReportItemIterationPassRate Property

Gets or sets the iteration pass rate during the last execution

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

Property Value

Type: ListMeasurePoint
The iteration pass rate.
See Also