Saturday, September 21, 2019

Post#106.Install TestNG In Eclipse IDE Via Offline Jar Files


How to Install TestNG in Eclipse IDE?

3- Install TestNG In Eclipse IDE Via Offline Jar Files.
First step:
Download the latest TestNG Jar files from the link given below.




Once download complete, you can get a zip file.

This file contains two folders named as “features” and “plugins“.

Second step:
§  Go to the eclipse installation directory and look for the “dropins” folder there.
§  Create a folder inside the dropins folder and name it as “testng-eclipse-6.14.3“.
§  Extract the “zip” file and copy its content i.e. the “features” and “plugins” folders to the newly created “testng-eclipse-6.14.3” directory.

Third step:
Last but not the least, you will need to restart or start the Eclipse to see the TestNG plugin getting loaded into the IDE. However, the process would be slightly slow as the Eclipse will first time load the new plugin.
From Eclipse, by pressing CTRL+N, you can open the “New” wizard. It will load the list of all available module/project templates. By scrolling down in the list, you can make sure that it has the “TestNG” option. 


Writing this article would be worth full if it could help you with TestNG installation.


No comments:

Post a Comment