Forum Discussion
SmartBear_Suppo
Alumni
12 years agoInstead of running steps one-by-one, why don't you just enable/disable test steps:
and then execute the test case.
Michael Giller
SmartBear Software
testRunner.testCase.getTestStepByName( "test step name" ).disabled = false // enabled
testRunner.testCase.getTestStepByName( "test step name" ).disabled = true // disabled
and then execute the test case.
Michael Giller
SmartBear Software