3

I'm using SeleniumRC to run some selense tests via command line. This works mostly fine, but some tests are failing because the execution speed is too high. How can I set the test runner's default execution speed?

The command I am using the run the test suite is

java -jar selenium-rc\selenium-server-1.0.3\selenium-server.jar -port 5561 -htmlSuite "*firefox" "{myrootpath}" "{pathtomytestsuite}" "{pathtoresults}"

Thanks for your help,

Adrian

2
  • 2
    Is adding a setSpeed command to the beginning of the test an option? Commented Jun 25, 2010 at 14:12
  • Nah, that would be too easy, where's the fun in this? Ok, seriously, I completely missed this one. Thanks a lot! :-) Commented Jun 25, 2010 at 14:15

1 Answer 1

2

As fiirhok kindly pointed out, the solution is simply to add setSpeed at the beginning of the test. I can't believe I missed this...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.