This may sound like a strange question, but are you really passing "url" literally in
createSeleniumClient("url");
"url" is no valid url and so I'd expect Selenium to complain here.
This may sound like a strange question, but are you really passing "url" literally in
createSeleniumClient("url");
"url" is no valid url and so I'd expect Selenium to complain here.
doing some research and I found other people have similar problems
Most of the posts there don't have actual solutions that can assist my problem. Has anyone come across this issue?
Have you verified that the network server that you're trying to execute the tests on is running the Selenium Server? The error looks like the RC code is having trouble connecting to the server to start the tests...
I'd suggest trying to execute the tests manually on the build machine at first in order to ensure that everything is configured properly.
JLau, can you please post the solution here, as I'm also facing the same problem while executing selenium RC test cases on linux machines via ant build script.