-1

I am getting error when trying to run TestNG on Eclipse, my script is very simple as screenshot attached. I'm using TestNG version org.testng.eclipse_6.9.10.201512020421\lib\testng.jar

Error running TestNG on Eclipse

Cœur
  • 37,241
  • 25
  • 195
  • 267
Nguyen Thu
  • 21
  • 1
  • 6
  • Check if [This](http://stackoverflow.com/a/34070227/5146424) helps.! – MKay Dec 04 '15 at 09:57
  • Possible duplicate of [TestNG An internal error occurred during launching](http://stackoverflow.com/questions/34050615/testng-an-internal-error-occurred-during-launching) – juherr Dec 04 '15 at 10:13

1 Answers1

1

i was facing same problem.................

solve:

Uninstall the M2E(Maven) from your eclipse IDE. This has worked for me. Check the following steps:

Help-->Install new software-->What is already installed?-->Select the TestNG M2E software and click uninstall

rezvi rony
  • 11
  • 1