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
)
Public MustOverride Function Execute (
testStep As TestStepBase
) As TestStatus
public:
virtual TestStatus Execute(
TestStepBase^ testStep
) abstract
abstract Execute :
testStep : TestStepBase -> TestStatus
Parameters
- testStep
- Type: Hummingbird.TestFramework.AutomationTestStepBase
The test step object.
Return Value
Type:
TestStatusAn
TestStatus enumeration represents the result of the execution.
See Also