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 –