I’ve been testing in Selenium IDE. It’s pretty easy to use, and I have created some test cases with it. I’ve been searching Google, trying to find a way to repeat my tests automatically. I’ve seen a solution with gotolabel, while loops, etc. But I couldn’t make any of them works. Can someone give me a tip on how to loop my test n times, or loop forever. I appreciate any help.
I’ve been testing in Selenium IDE. It’s pretty easy to use, and I have
Share
Do this:
The js file provides goto, gotoIf and while loop functionality in Selenium IDE. The example below shows a simple loop: