TestNG Setup
Last updated
Last updated
Java8 installed.
Maven installed.
Download eclipse from here. Note: Do not install package more than 2020-06 as they are not compatible with Java 8.
After downloading eclipse, download TestNG plugin from update site https://dl.bintray.com/testng-team/testng-eclipse-release/
Help > Install New Software > and paste the above URL
Once after the setup your editor should look something like this with no errors (If you are using eclipse).
That's it. We can start using TestNG.