Wednesday, September 3, 2014

SELENIUM RC Installation


SELENIUM RC Installation

Prerequisite

1à Before RC installation we need to check, do we have java in our system, for that start command prompt and java with command  “java  -version”




If here it does not display version information then we need to follow Step 1(mention below) otherwise no need to install java, we can directly install selenium RC



Step 1(If Java is Not exist in your system)- Download latest Java SE(JDK, version should be more than JDK1.5) 

Step 2(If Java is Not exist in your system)- - You will get a zip file for JDK, Unzip it

Step 3(If Java is Not exist in your system)- - In Unzip folder we will get “jdk-6-windows-i586.exe” , click on this Exe file

Step 4-Installation will start here.

After complete installation of JDK. Move to next step


Note:: Now after installation of Java, go to command prompt and check java again, here it should display java version.



Step 5- Download Selenium RC http://docs.seleniumhq.org/download/




Step 6: After Download we will get a  JAR File

Step 7: Now move to Directory where your JDK is installed

C:\Program Files\Java\jdk1.6.0\bin

Step 8: Now Create a New Folder under this Bin Folder and rename it to “Selenium”


Step 9: Now copy jar file downloaded in Step5 &  Step 6 and Paste it to newly created selenium folder.


RC Installed successfully...

No comments:

Post a Comment