To begin working with selenium and Java, we need to have below software's in our machines to develop selenium Tool.
1. Download JRE – 1.6 or above and install – Use the below link to download
1. Download JRE – 1.6 or above and install – Use the below link to download
http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Download Eclipse 3.5 or above and install – Use the below link to download http://www.eclipse.org/downloads/
Depends on what kind of server existed in your Machine download the versions, either 32 bit or 64 bit.
Use below information to identify your computer is 32 bit or 64 bit server.
3. Download Selenium Jars using the link - http://seleniumhq.org/download/
Note: If the displayed version doesn't exists take the latest one(Currently 2.28.0)
Once all the downloaded files are installed(which are .exe files). Please follow below steps to integrate Selenium Jars with java
Selenium Integration Steps:
1. Double Click on Eclipse Editor which is installed in your machine. Eclipse Editor asks for Work-space where project related information stores.
3. Provide the work-space path in Eclipse Work-space and click on OK Button. It Opens Eclipse Home Page. Click on Work Bench on Eclipse Home Page.
4. Click on File-> New -> Project to create new Java Project in Eclipse Editor
3. Download Selenium Jars using the link - http://seleniumhq.org/download/
Note: If the displayed version doesn't exists take the latest one(Currently 2.28.0)
Once all the downloaded files are installed(which are .exe files). Please follow below steps to integrate Selenium Jars with java
Selenium Integration Steps:
1. Double Click on Eclipse Editor which is installed in your machine. Eclipse Editor asks for Work-space where project related information stores.
2. Identify a location and create a new Work-space in one of the directory (D, C, E, F etc…)
3. Provide the work-space path in Eclipse Work-space and click on OK Button. It Opens Eclipse Home Page. Click on Work Bench on Eclipse Home Page.