selenium RC doesnt run the whole test suite

前端 未结 2 1845
难免孤独
难免孤独 2021-01-20 01:52

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

2条回答
  •  青春惊慌失措
    2021-01-20 02:33

    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 –

提交回复
热议问题