Click or drag to resize

LoadTestCaseEvaluateThreshold Method

Evaluates the performance threshold from the given definition.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected bool EvaluateThreshold(
	PerformanceThreshold g,
	out double calculatedValue
)

Parameters

g
Type: Hummingbird.TestFramework.AutomationPerformanceThreshold
The performance threshold to be evaluated.
calculatedValue
Type: SystemDouble
The calculated value.

Return Value

Type: Boolean
True indicate if the performance threshold is passed, otherwise, False
See Also