Installing TestNG in Eclipse
TestNG is an open source tool and is available with most of the IDEs as a plugin. To Install TestNG in eclipse follow below steps:
Step 1: Launch Eclipse.
Step 2: Click Help –> Install New Software.
Step 3: Click “Add” button in below snapshot.
Step4: In Name field type “TestNG” and in Location field type http://beust.com/eclipse and click OK.
Step5: Select TestNG and click Next, accept license and wait for TestNG to get Install and click Finish.
Step6: Restart Eclipse, to verify that TestNG is installed successfully navigate to Window –> Preferences and verify that TestNG is included on the Preferences list.
TestNG is installed successfully and is ready to use.
In the next tutorial, we will introduce you to Annotations in TestNG.
For any questions, suggestions or queries feel free to write us at saurabh@qatechhub.com or support@qatechhub.com. Happy Learning ?