Downloads

  1. Java Latest JDKhttp://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Eclipsehttp://www.eclipse.org/downloads/

  3. Selenium standalone jarshttp://www.seleniumhq.org/download/
  4. Selenium Maven
  5. <dependency>
        <groupId>org.seleniumhq.selenium</groupId>
        <artifactId>selenium-java</artifactId>
        <version>3.8.1</version>
    </dependency>
  6. TestNG Maven
  7. <dependency>
        <groupId>org.testng</groupId>
        <artifactId>testng</artifactId>
        <version>6.13.1</version>
        <scope>test</scope>
    </dependency>
  8. TestNg eclipse plugin
    1. Select Help / Install New Software...
    2. Enter the update site URL in "Work with:" field:
    3. Update site for release: http://beust.com/eclipse.
    4. 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.
    5. Make sure the check box next to URL is checked and click Next.
    6. Eclipse will then guide you through the process.
  9. Tortoise SVN Clienthttps://tortoisesvn.net/downloads.html
  10. SVN Repository - https://riouxsvn.com/
  11. JMeter - http://jmeter.apache.org/download_jmeter.cgi
  12. JMeter Server Agenthttps://jmeter-plugins.org/wiki/PerfMonAgent/
  13. JMeter Plugin Managerhttps://jmeter-plugins.org/install/Install/