Forum Discussion
HimanshuTayal
8 years agoCommunity Hero
Hi Fjaloma,
Add a groovy step at 1st place and use below code and execute only that groovy step:
def tsToExecute = 22
for(def i=1;i<=tsToExecute;i++)
{
ts = testRunner.testCase.getTestStepAt(i)
ts.run(testRunner, context)
}
Click "Accept as Solution" if my answer has helped, and remember to give "kudos" :)
Thanks and Regards,
Himanshu Tayal