tags:

views:

68

answers:

2

Hello, I need to re-run my Selenium test script for unlimited number of times (infinite loop) - how I do that and what language should I use ?

thanks

+2  A: 

Selenium supports lots of programming languages. See here for the full list:

http://seleniumhq.org/about/platforms.html#programming-languages

Just pick one of them and write an infinite loop that does what you need.

You could also use the Selenium Firefox plugin to do an initial recording of your script and then convert it to your language of choice.

Shane Bell
A: 

TestMaker allows you to run Selenium scripts multiple times and as load tests and performance monitors. If you don't need more than 50 simulated users for load testing, then the community version is free.

http://www.pushtotest.com

Troy a.