Friday, March 25, 2016

Install and Configure Eclipse Selenium Java


 Below steps guide you the installation and Configuration of Eclipse - Selenium 


Step1:  Download "Eclipse IDE for Java Developers“  from the given URL -  http://www.eclipse.org/downloads/

Note: Make sure select Eclipse IDE for Java EE Developers


Download Zip file and extract in C drive.




Step 2: go to eclipse folder -> and click on eclipse.exe 



Step 3: put the following path (any path)as workspace -> Click on OK button



Step 4: Create Java Project in Eclipse

Right click on Eclipse -> Select New -> Other-> Select JAVA Project-> Click Next 


Enter Project Name as ‘TestJava’ and click Finish -> Select NO.



Step 5:
Download selenium Java from the below path.

                        http://docs.seleniumhq.org/download/
                       Note: Always consider Latest Version


                Download Zip file and extract in C drive.
                         C:\selenium-2.47.0\

 Step 6: Import Selenium Jar files into Eclipse.

Select Project TestJav->Right click ->Select Properties-> Select Java Build Path-> Click on Add External JAR.

Step 7: Go to Selenium folder C:\selenium 2.47.1 folder->Select Jar files seen below pic-> Click Open




Step 8: Again click on add external jar button -> navigate to folder C:\selenium 2.47.1 folder\libs->Select Jar files seen below pic-> Click Open


Step 9: Click Ok button as shown below pic



Selenium Added successfully  Installation done.

No comments:

Post a Comment