Tuesday, May 11, 2010

How to setup/run selenium RC

    Installation
  1. Visit http://seleniumhq.org/download/ then download .zip file
  2. Extract .zip file on on your local machine (in my case “C:\Selenium\selenium-remote-control-x.x.x”)
  3. Running Selenium Server
  4. Before running the selenium server you need to check the java installed in your machine, to check open command prompt then run:
  5. java -version
    NOTE: If you get a version number (which needs to be 1.5 or later), you’re ready to start using Selenium-RC.
  6. Go to the directory where Selenium-RC’s server “.jar” is located (in my case “C:\Selenium\selenium-remote-control-x.x.x\selenium-server-x.x.x”) run:
  7. java -jar selenium-server.jar
    then youre done!

No comments:

Post a Comment