How to setup Selenium WebDriver with TestNG, JUnit, Maven & ReportNG in Eclipse
Jan 4, 2015
8:02 AM
Labels: change jre in eclipse , eclipse , Guice , java , jdk , jre , junit , Maven , reportng , selenium 2.0 , testng , webdriver
Labels: change jre in eclipse , eclipse , Guice , java , jdk , jre , junit , Maven , reportng , selenium 2.0 , testng , webdriver
I have seen this question posted in many forums "How to setup Selenium WebDriver with TestNG" or just "How to setup Selenium WebDriver in Eclipse", and I have also seen many good articles suggesting step by step information on how to setup Selenium 2.0 (WebDriver) with Eclipse but never seen some directly providing Java project with all the details.
I have tried creating one simple setup which includes Eclipse and with Selenium 2.0 WebDriver Java project. Java project has following plug-ins installed, you can use them as per your requirements in your test automation project.
Zip includes following:
To Download SeleniumWebDriver_With_Eclipse.zip with all above mentioned plug-ins & Java Project, please click on below image.
I have tried creating one simple setup which includes Eclipse and with Selenium 2.0 WebDriver Java project. Java project has following plug-ins installed, you can use them as per your requirements in your test automation project.
Zip includes following:
- Eclipse IDE for Java and DSL Developers - Downloaded it from eclipse.org, and it has following plugins already added.
- Java project with following libs added in Maven pom.xml
- Selenium 2.0 (Java WebDriver) 2.44.0
- JUnit 3.8.1
- ReportNG 1.1.4
- Guice 3.0
To Download SeleniumWebDriver_With_Eclipse.zip with all above mentioned plug-ins & Java Project, please click on below image.