how can we Repeat the test Cases if test case fails in selenium, is there any code to repeat ?
I aam working on NUNIT, while Running the Test Suite in some test cases are failing .
I can't find out which scenario the test case is going to fail, for that i want to repaet the test case automatically if test case fails,
If any one can suggest to me i really appreciate it.
Thanks in Advance,
Anu
If you Selenium tests are failing, you can go to the build server and find the location where bamboo builds your project. I would run the tests in Visual Studio on the build server. This approach has helped me when I've been stuck in a misconfiguration bind. It's either a misconfiguration or lack of something installed (e.g. - lack of Firefox).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.