Click or drag to resize

ExtractPropertyTestStepEvaluate Method

Evaluates the specified ExtractPropertyPair with the given AbstractTestItem

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public static string Evaluate(
	ExtractPropertyPair pair,
	AbstractTestItem item,
	out bool hasError
)

Parameters

pair
Type: Hummingbird.TestFramework.AutomationExtractPropertyPair
The ExtractPropertyPair object specifies how to extract data.
item
Type: Hummingbird.TestFramework.AutomationAbstractTestItem
The AbstractTestItem object specifies where to extract data
hasError
Type: SystemBoolean
if set to true the evaluation is failed.

Return Value

Type: String
The extracted value from the given condition. If hasError is true, the error message
See Also