TestNG installation on Eclipse

 

How To Install TestNG In Eclipse?

Pre-requisites:

Java 1.7+ is required for running the TestNG for Eclipse plugin.

Eclipse 4.2 and above is required. Eclipse 3.x is NOT supported any more, please update your Eclipse to 4.2 or above.

You can use either the Eclipse Marketplace or the update site:

Follow below steps to install TestNG on your Eclipse.

1) Launch the Eclipse IDE and clickInstall New Software in the Help menu.


2) You will see a new installation dialog window, click theAddbutton.


3) Fill out the information as follows:

Name: TestNG 

You can select the latest TestNG version here: https://testng.org/testng-eclipse-update-site.


4) Click on Add Should Navigate back to the previous window. Now you must see the TestNG option in the available software list. After that, check TestNG Check box and click Next.


5) Click Next to install the TestNG dependencies.



6) Now on Review Licenses window click accept the terms of the license agreement then click Finish.





7. Click Install Anyway if You encounter a Security warning. 



8) After that, click Restart Nowto restart the eclipse to finish the installation setup.


9) After the restart you can see TestNG on your eclipse...







No comments:

Post a Comment

Scroll iOS application using Appium

When creating test scripts for iOS native app we need to perform scroll to perform any other action on particular element  Here we will get ...