This page contains links to the set of softwares.
- Java Latest JDK - http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Eclipse - http://www.eclipse.org/downloads/
- Selenium standalone jars- http://www.seleniumhq.org/download/
- Selenium Maven
- TestNG Maven
- TestNg eclipse plugin
- Select Help / Install New Software...
- Enter the update site URL in "Work with:" field:
- Update site for release: http://beust.com/eclipse.
- Or, Update site for beta: http://beust.org/eclipse-beta , use it if you want to experiment with the new features or verify the bug fixes, and please report back if you encounter any issues.
- Make sure the check box next to URL is checked and click Next.
- Eclipse will then guide you through the process.
- Tortoise SVN Client - https://tortoisesvn.net/downloads.html
- SVN Repository - https://riouxsvn.com/
- JMeter - http://jmeter.apache.org/download_jmeter.cgi
- JMeter Server Agent - https://jmeter-plugins.org/wiki/PerfMonAgent/
- JMeter Plugin Manager - https://jmeter-plugins.org/install/Install/
- Chrome Driver - https://chromedriver.storage.googleapis.com/index.html
- Firefox Driver(gecko driver) - https://github.com/mozilla/geckodriver/releases
- IE Driver - http://selenium-release.storage.googleapis.com/index.html
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.13.1</version>
<scope>test</scope>
</dependency>