2019 / OCTOBER / 22


Selenium TestNG WebdriversEclipse

How to Install TestNG in Eclipse IDE for Selenium Webdrivers


How to Install TestNG in Eclipse IDE for Selenium Webdrivers

In this blog post, we will be discussing how to install TestNG for Selenium Webdriver in Eclipse IDE. It is very easy to install TestNG, as it comes as a plugin with Eclipse.

Prerequisites for Installing TestNG:

  1. Successfully installed eclipse IDE.
  2. Perfectly fine running Internet Connection.

Steps to Install TestNG:

  1. Launch Eclipse IDE.
  2. Go to the Help option in the top main horizontal menu.
  3. Select “Install New Software” from the list.
  1. You will see a dialog box. Click the “Add” button.
  1. In the “Name” field type whatever Name you want to give, for example, in this case, I am giving the name “TestNG”. In the location field enter the following URL http://beust.com/eclipse/”. Click on the Add button.
  1. You will return to the previous window. This time you will be able to see the “TestNG” option in the list of available software.
  2. Click on the “TestNG” and click on the Next button.
  1. Click on “I accept the terms and license agreement” and click on the Finish button.
  2. If you encounter a security warning, click on the OK button.
  3. Eclipse will take a while to download and install TestNG. You will see a prompt to restart the Eclipse.
  4. Restart Eclipse and now you are ready for the actual coding.
  5. After restart to verify the successful installation of TestNG, Right-click on your project and see if TestNG is displayed in the opened menu.

In a way, we aim at helping you Download and Install the TestNG plugin for Eclipse IDE.

Share:

subscribe card
Subscribed Successfully!

Recommended Posts


1XX Response Codes

1XX Response Codes

1xx HTTP codes are only meant for informational purposes, browsers and user agents will not process and show these response codes on the front end screen like other series of response codes.

...