Friday, July 17, 2020

How to Download & Install 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 the below snapshot.
Step4: In Name field type “TestNG” and in Location field type https://dl.bintray.com/testng-team/testng-eclipse-release/6.14.3/ and Click OK.


Step 5:
  1. Select the "TestNG" checkbox
  2. Click on the "Next" button.
Step 6: It will give you a review of Items to be installed. Click on Next.
Step 7:
  1. Select the radio button "I accept the terms of the license agreement"
  2. Click on Finish.
Step 8: If you encounter a Security warning, just click "Install Anyway".
Step 9: Wait for the installation to finish. When Eclipse prompts you for a restart, click "Restart now."
Step 10: After the restart, verify if TestNG was indeed successfully installed. Click Window > Show View > Other.

Then open the Java directory and see if TestNG is included.


No comments:

Post a Comment

How to install and setup Kubernetes cluster using kOps in AWS environment

  Kops: Kops is also known as Kubernetes Operations, it is an open-source project which helps you to create, upgrade, destroy, and maintain ...