Click or drag to resize

LoadTestReportItemServicePassrate Property

Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.

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

Property Value

Type: SerializableDictionaryGuid, ListMeasurePoint
The service pass rate operation by operation
See Also