Click or drag to resize

ScriptTestStepBaseExecute Method

Executes the specified test step.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract TestStatus Execute(
	TestStepBase testStep
)

Parameters

testStep
Type: Hummingbird.TestFramework.AutomationTestStepBase
The test step object.

Return Value

Type: TestStatus
An TestStatus enumeration represents the result of the execution.
See Also