Open In App

How to Install TestNG on Eclispse IDE?

TestNG is a testing framework strongly inspired by JUnit and NUnit but brings in new functionalities, making it more powerful and easier to use, such as:

In this article, we will be installing TestNG as a plug-in for Eclipse, for that you to have Eclipse installed on your device. You can download and install it from their official site by clicking here. Once Eclipse is installed you can further go to the next steps. 



TestNG can be installed by two processes:

  1. Using Eclipse marketplace
  2. Using Manual Software installation

1. By Going to Eclipse Marketplace

Follow the below steps to install TestNG from the Eclipse marketplace:



Eclipse Marketplace

2. Using Manual Software:

Follow the below steps to manually install TestNG using software:

Copy the URL

Congratulations! At this point, you have successfully installed TestNG on your Eclipse IDE.

Article Tags :