Click or drag to resize

DotNetScriptTestStepBaseRun Method

Runs this instance.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
protected override void Run()
Exceptions
ExceptionCondition
ExceptionThere is no entry point defined to your test step, The class must derives from Hummingbird.TestFramework.Automation.ScriptTestStepBase
See Also