Click or drag to resize

LoadTestCaseActualLoadGraph Property

Gets or sets the actual load graph for the last execution, it can be compared to theoretic load.

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

Property Value

Type: ListMeasurePoint
The actual load.
See Also