Installation of TestNG in Eclipse

After our introduction to TestNG, we are moving towards its installation as an Add-in in Eclipse.For this we need Eclipse on our system and an internet connection.

Also there is no need to download any Jar file or exe file for installation.  We need to just utilize the “Install New Software” option available in the Eclipse.

Step1:-
Launch Eclipse IDE -> Help -> Install new Software

Install new software in Eclipse
Install New Software
Step2:-
a.Click Add on "Available Software" window

Available software window in Eclipse
Available Software
b.Fill the details on "Add Repository" window, i.e Name,(say TestNG) and  location = "http://beust.com/eclipse" ->Click OK
Beust to remind You is the creator of TestNG

TestNG Location URL
Add Name and Location of TestNG 

Step3:-
Select TestNG in Available Software list window -> Click Next

Select TestNG from Available Software
Select TestNG 
Step4:-
Accept the license Agreement -> Finish

License Agreement Window
License Agreement Window
Note:- Incase of any warning message popup comes , click OK 

Security Warning in Eclipse
Security Warning Message
Step5:- 
Restart Eclipse

Restart Eclipse window after Software Updates
Restart Eclipse window
Step6:-
Verify TestNG is successfully installed.
Right click on the Java Project in the solution explorer and check that TestNG option is available.

Solution Explorer with TestNg
TestNG is Installed