selenium RC doesnt run the whole test suite
Posted
by
logiclife
on Stack Overflow
See other posts from Stack Overflow
or by logiclife
Published on 2011-04-15T01:26:56Z
Indexed on
2012/06/26
9:16 UTC
Read the original article
Hit count: 396
selenium-rc
|rc
I'm trying to run an html testSuite with Selenium RC. The browser starts, the first test runs, and it stops. It doesnt continue to the second test case. I named both the test cases with .html extension. IAm using Firefox.
If i run them manually , individually from the selenium RC test runner window they run ok. what am i missing, this seems pretty simple but yet iam not able to get this working.
Iam using selenium RC 1.0.3
command here java -jar selenium-server.jar -firefoxProfileTemplate"C:\Users\sicky\AppData\Roaming\Mozilla\Firefox\Profiles\zvt0jj7c.default" -htmlsuite "*firefox" "https://4.17.8.9/" "C:\Users\sicky\Documents\selenium scripts\suite.html" "C:\Users\sicky\Documents\selenium scripts\results.html"
What am i missing? Pls let me know
© Stack Overflow or respective owner