Forum Discussion
pradeepbishnoi
14 years agoContributor
Hi,
Yes it can be achieved using Groovy.
Hint : Use a temp boolean variable "loop" (testcase level property) and based on the value 'true' of the same iterate the testcase continously. When you want to jump out of the loop, change the value to 'false'.
Refer my blog at http://pradeepbishnoi.blogspot.com to get the groovy snippet to iterate through the teststeps/testcase and modify as per your needs.
I hope this will help!
~~ Pradeep Bishnoi ~~
Yes it can be achieved using Groovy.
Hint : Use a temp boolean variable "loop" (testcase level property) and based on the value 'true' of the same iterate the testcase continously. When you want to jump out of the loop, change the value to 'false'.
Refer my blog at http://pradeepbishnoi.blogspot.com to get the groovy snippet to iterate through the teststeps/testcase and modify as per your needs.
I hope this will help!
~~ Pradeep Bishnoi ~~