Tuesday, 6 September 2011

Configuring Selenium-RC With Eclipse

Follow below steps to configure Selenium-RC With Eclipse :
  1. Download Selenium RC java client driver from the Selenium-HQ downloads page.
  2. Extract selenium-java-<version-number>.jar file
  3. Open your desired Java IDE (Eclipse)
  4. Create a java project.
  5. Configure Build Path with downloaded jar files to java project as references.
  6. Run Selenium server from the console to execute your tests from the Java IDE (Eclipse)

No comments:

Post a Comment