manishddeshmukh
11 years agoNew Contributor
Run particular groovyscript teststeps and ignore other
hi,
My requirement is...if i have 5 groovy script (Gs) teststeps and want to run only Gs1, Gs2 & Gs5 and ignore Gs3 & Gs4 using external Batch File (say testRunner), how can i do that?
I tried the following, but not achieved what i want...
testRunner.gotoStepByName( "nameofteststep" )
&
testRunner.runTestStepByName( "nameofteststep" )
Specific Solutions & Suggestions are welcome. Thanks in advance...
My requirement is...if i have 5 groovy script (Gs) teststeps and want to run only Gs1, Gs2 & Gs5 and ignore Gs3 & Gs4 using external Batch File (say testRunner), how can i do that?
I tried the following, but not achieved what i want...
testRunner.gotoStepByName( "nameofteststep" )
&
testRunner.runTestStepByName( "nameofteststep" )
Specific Solutions & Suggestions are welcome. Thanks in advance...