Solved
Forum Discussion
nmrao
11 years agoCommunity Hero
There are two ways to do the same
testRunner.runTestStepByName("nameofteststep")And
testRunner.gotoStepByName( "name of the step")
You may also look into this link for more details
- RobinOng11 years agoOccasional Contributor
Hi nmrao,
Thank you. The .runTestStepByName call works for me.
Kind Regards,
Robin