I'm writing the Selenium test cases for each screen to test the different scenarios. In our project for each build in Jenkins, its Selenium test cases (QA) also runs automatically.

My problem is even though it's automated, it's taking a lot of time to run. I have 380 test cases and it's taking 20-25 minutes. How can I reduce the time? Are there any other ways or techniques to follow?

link|improve this question

21% accept rate
1  
Please improve your accept rate – Tomasz Nurkiewicz Sep 23 '11 at 12:09
feedback

1 Answer

you can check for the Selenium grid option, which will help you to run the tests in parallel. http://selenium-grid.seleniumhq.org/

link|improve this answer
I have seen it and it is very useful.but how can i run my test suite in the remote server paralelly. – Odaiah Sep 23 '11 at 15:02
Selenium grid can help run parallel tests on same machine or on different machines. You can check for the example on selenium-grid.seleniumhq.org/run_the_demo.html – Jayendra Sep 23 '11 at 15:14
How can i run the test cases for my project,where to configure and how to run – Odaiah Sep 26 '11 at 9:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.