TestNG Installation

What is TestNG?

TestNG is a testing framework developed by the combination of JUnit and NUnit. TestNG is used to cover reporting, designing tests, end-to-end integration, etc.

Step 1: Open Browser and type: testng.org in the browser (Official site of TestNG)


Here we are bringing TestNG plugin and integrating with selenium.We can use jar files and put it into your project build path or you can install TestNG by following steps

Step 2: Scroll the TestNG page and follow the given steps



Step 3Go to Eclipse: Select the Help menu and click on Install new software




Step 4: Click on Next and then Click on Finish. (It will take some time to installation) 

Step 5: To cross Check TestNG install successfully or not, Go to the window and select preferences. If TESTNG present at the left panel then it installed successfully.



TestNG Successfully install now you can use it.

Cheers!