TestNG framework eases the testing need, which involves testing each class separately as well as testing the entire system as a whole. TestNG can be used as a Plug-in in eclipse, which allows running TestNG tests from eclipse. Moreover, it also monitors its execution and output.

TestNG can be easily installed, as it comes as a Plugin for Eclipse IDE. Here, we will be discussing an easy way to uninstall TestNG from Eclipse. So, in order to delete TestNG from eclipse, you can follow the below mentioned steps.

  1. Go to Help and select ‘Install New Software…’

Install

  1. Click “Already installed?”, as shown in the below figure.

Installed

  1. A new window will open. Select ‘TestNG’ and click ‘Uninstall’ button.

Uninstall button

  1. Select ‘TestNG’ option and click ‘Finish’.

Finish

  1. Restart Eclipse. You need to restart eclipse to ensure the changes have been applied. 

Restart

You may also like: How to Install TestNG in Eclipse?