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
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.