Myeclipse install TestNG plugin

When you install TestNG plugin, unzip the downloaded file to org.testng.eclipse_6.8.6.20130607_0745, Myeclipse under the appropriate directory such as: F: \ Users \ Administrator \ AppData \ Local \ Genuitec \ MyEclipse 10 \ dropins

This article explains three ways MyEclipse (MyEclipse10), in order, for example TestNG

  Eclipse update site URL:  http://beust.com/eclipse.

 

  First, by MyEclipse Configuration Center -line installation

 1. Open MyEclipse10, in the menu bar, select MyEclipse → MyEclipse Configuration Center, you can enter the MyEclipse Configuration Center.

 2. Click the Software tab MyEclipse Configuration Center screen, click add site in Software interface, enter information in the pop-up box

      Name : TestNG

      URL :  http://beust.com/eclipse.   

 3. Wait for some time, the upper right corner MyEclipse Configuration Center interface will appear Apply change, click to complete the installation.

 

  Second, extract the installation

    Download TestNG zip file testng-6.8.8.zip, testng-6.8.8.jar directly to extract the files in the directory dropins MyEclipse installation directory (MyEclipse → MyEclipse 10 → dropins), restart.

 Step One: Download the plug org.testng.eclipse_5.12.0.6.jar.

Step Two: MyEclipse placed in the installation directory to directory dropins (MyEclipse → MyEclipse 10 → dropins),

                     

The third step: restart MyEclipse.

 

Restart, prompt deployment is successful, select OK. And then run the project

  Third, create a link file that points to plug-in location (recommended)

    1. Download TestNG same zip file testng-6.8.8.zip, extract to any location

    2. Create a file in .link dropins directory under the MyEclipse installation directory, such as testng.link.

    3. Edit testng.link file, enter the path = directory of the unzipped folder is located, such as path = D: / Plugin / testng. It can restart.

 

 

Published 17 original articles · won praise 0 · Views 162

Guess you like

Origin blog.csdn.net/qq_37637691/article/details/85236934