Configuring Eclipse (Helios) for Selenium WebDriver
- Download Selenium WebDriver From SeleniumHQ.com under "Selenium Client & WebDriver Language Bindings "
- click on Java download file.
- Unzip it to find Jar files.
- Goto Eclipse website http://www.eclipse.org/helios/
- Download "Eclipse IDE for Java EE Developers".
- Unzip it .
The Eclipse is a poratble Exe meaning no installation is required . Double click on the exe file to open eclipse..
To Config Eclipse for Selenium follow the below procedure .
- Open Eclipse .
- Onthe top most parent folder in Rt Click --Project Explorer>Properties >java Build Path >Select "Libraries" Tab
- Click Add External JARS>Now select all the Selenium Webdriver Downloaded from SeleniumHQ *
The Eclipse is configured for Selenium.
Refer :
http://catchbug.blogspot.in/2013/02/configuring-eclipse-helios-for-selenium.html
http://catchbug.blogspot.in/2013/02/integrating-testng-with-eclipse.html
Refer :
http://catchbug.blogspot.in/2013/02/configuring-eclipse-helios-for-selenium.html
http://catchbug.blogspot.in/2013/02/integrating-testng-with-eclipse.html
No comments:
Post a Comment