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