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
|
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 |
||||
|
|
|
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. |
|||
|
|
|
Have a look at http://51elliot.blogspot.com/2008/02/selenium-ide-goto.html A script you can add to selenium and offers looping and if/then |
|||||
|
|
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. |
|||
|
|
|
I think it is useful to install FlowControl extension in Firefox. Of course you need to have Selenium IDE installed first. Restart firefox after the installation and then you can use in Selenium IDE:
You can find here the extension for Firefox. |
|||
|
|