Click or drag to resize

LoadTestCaseGetLoadGraph Method

Gets the expect load graph measure points. That graph can be shown as a simulation of the loads

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public virtual IEnumerable<MeasurePoint> GetLoadGraph()

Return Value

Type: IEnumerableMeasurePoint
An array of measure points that can be shown in a Cartesian Chart
See Also