Configuring
Selenium RC with Eclipse
For
configuring Selenium RC with Eclipse follwoing softwares and jar
files are required
- Java Jdk
- Eclipse
- Selenium RC Server
- Language specific client driver
Following
are the steps for configation
- Create a Project Folder (in C or D drive)
- Create a Lib Folder inside Project Folder
- Place the Eclipse inside Project Folder
- Open Eclipse and browse Project Folder in the workspace specified path
- Create a new java project in Eclipse by clicking on File--> New--> Java Project
- Right click on the JRE system Lib--> Build Path--> Configure Build Path--> Add External Jars and Add both the Client Driver and Selenium RC jar file
- Configure the external Tools. Go to Eclipse Run menu-->Esxternal Tools--> External Tools Configuration -->Double click on Program
- Enter configuation name (ex Config1)
- In Location section click on the browse file system button and browse and add path of java.exe (C:/Program File/Java/bin/java.exe)
- In the Working Directory section click on the browse file system button and browse and add the Lib folder
- In the Argument paste -jar selenium-server-standalone-2.28.0.jar -port 2222. Click on Apply and Run
Additional comments :
ReplyDelete1. Put selenium rc server and client specific jar under lib folder
The above article "Configuring Selenium RC with Eclipse" is more informative. This is more helpful for our selenium training in chennai.Thanks for sharing
ReplyDelete