Friday, February 15, 2013

Configuring Eclipse (Helios) for Selenium WebDriver

Configuring Eclipse (Helios) for Selenium WebDriver

  1.  Download Selenium WebDriver From SeleniumHQ.com under "Selenium Client & WebDriver Language Bindings "
  2.  click on  Java  download file. 
  3. Unzip it to find Jar files.
  4. Goto Eclipse website   http://www.eclipse.org/helios/ 
  5. Download "Eclipse IDE for Java EE Developers".
  6.    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

No comments:

Post a Comment