Selenium-RC: Self Help

Having trouble? You have tried reading our troubleshooting guide, but still have issues?

If not, try reading/searching our user forums.

You could do back to basics and try our starter project.  Or you may feel that you have identified something that Selenium-RC does not do, but should.  

Download the zip file: TODO

It contains a project that, with the addition of a running selenium-server should work out of the box.

build-java.bat
build-java.sh
clean-java.bat
clean-java.sh
java-lib/
junit-3.8.2.jar
selenium-java-client-driver-1.0.jar
java-test-src/
AllTests.java
ExampleSeleniumTest.java
readme.txt
test-java.sh
test-java.bat
zip.bat
zip.sh

This kinda repeats the readme.txt included in the zip above...

  1. Get yourself going by running clean-java.bat followed by compile-java.bat
  2. Next launch Selenium server from a different command shell.
  3. Then run the tests via test-java.bat.
  4. Note the command out put ending in "OK (1 test)"

When you have that one running (and not before) morph it into the the test that illustrates your issue.  If you can reproduce your isssue, then feel free to attach the ExampleSeleniumTest.java source file to a JIRA issue.