- This topic has 3 replies, 2 voices, and was last updated 12 years, 11 months ago by support-joy.
-
AuthorPosts
-
Daniel ManzkeMemberHi guys,
today I tried to install TestNG with the help of the standard update site. I had it already running with MyEclipse v.9. Due to the fact, that I had to reinstall my laptop I also installed MyEclipse v.10.
But I can’t install TestNG. Any Ideas?
support-joyMemberDaniel,
Sorry to hear you are running into installation issues with TestNG plugin. I am afraid I could not replicate the issue. I used the update site http://beust.com/eclipse (based on http://testng.org/doc/download.html). Please confirm if you have followed below approach –
1. Open MyEclipse IDE
2. From menu options click on Help > MyEclipse Configuration Center
3. Choose the Software tab
4. Click on *add site*. This opens an *Add Update Site* window. Add any name. I used TestNG. Add URL as http://beust.com/eclipse
5. Click on [OK]
6. This lists TestNG under Personal Software
7. Expand to view the child node. Right click on TestNG(child node) and click on [Add to profile].
8. Click on [Apply 1 change] under *Pending Changes* and follow the wizard.
9. When prompted, please choose to restart the IDE.
10. To verify, click on Help > About MyEclipse Enterprise Workbench. Click [Installation Details]. Choose Plug-ins tab and look for Plug-in Name TestNGAttachments:
You must be logged in to view attached files.
Daniel ManzkeMemberDon’t ask me why, but this is working. I tried it with the normal TestNG which you can find without adding it and also added the beust url. Maybe it was the wrong one.
Thanks so far!
support-joyMemberDaniel,
Good to hear you are all set. Most probably your earlier approach did not work due to compatibility issues. MyEclipse 10 is based on Eclipse Indigo, you need to use the TestNG update site for Eclipse 3.4 and above and not 3.3 and below as listed here – http://testng.org/doc/download.html
-
AuthorPosts