Click or drag to resize

LoadTestCaseServicePassrate Property

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

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

Property Value

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