Saturday 23 January 2016

How to install TestNG offline



please follow below method for install TestNg in offline.

->we should to use dropins folder for testNg offline installation. And make sure eclipse should close.

Ex: C:\eclipse Kepler\dropins\

-> download the testng-eclipse-5.11.0.28.zip plugins from this link -> https://developer.jboss.org/wiki/HowDoIInstallTheTestNG511EclipsePlugin

-> Unzip those file and we can see the files like below
plugins/org.testng.eclipse_5.11.0.28.jar


-> And create folder in dropins like below and paste those Jar file.

C:\eclipse Kepler\dropins\testng-eclipse-5.11\eclipse\plugins/org.testng.eclipse_5.11.0.28.jar


-> Launch the Eclipse now.

-> The TestNG plugin installed in offline now.

-> We can verify like Window -> Show View-> Other -> Java -> TestNg (Its added newly)


This is the steps for install TestNG offline

https://developer.jboss.org/wiki/HowDoIInstallTheTestNG511EclipsePlugin

No comments:

Post a Comment