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.
No comments:
Post a Comment