I\'m trying to run an HTML testSuite with Selenium RC. The browser starts, the first test runs, and it stops. It doesn\'t continue to the second test case. I named both the
ok I figured this out. What I was doing was , I was converting the existing scripts into HTML. Apparently it doesnt work that way. It looks like I have to name them with html extension when I make those test cases itself, then the whole suite will run –
Actually I had the same behaviour and my test scripts were in fact created in Selenium IDE and had the proper .html extension. However! The test suite itself didn't have the .html extension. I just added it and it started working properly.