1

I am using eclipse kepler and I installed plugin for testNG as: Help --> Install New Software --> http://beust.com/eclipse

After the installation, I can't find the TestNG options in eclipse. I even changed my jdk from 1.6 to 1.7 in java compiler and eclipse.ini

Please suggest.

juherr
  • 5,640
  • 1
  • 21
  • 63
zenith
  • 33
  • 8
  • try by installing once from help>>market place . – murali selenium Jun 05 '16 at 15:58
  • i tried installing plugin from beust.com/eclipse-old and I was able to see TestNG now. So i could create my TestNG clas. However, now I am not able to get RunAs --> testNg option. – zenith Jun 06 '16 at 08:08
  • Changed my jre 6 to 7, changed jdk 1.6 to 1.7 since the testng jar i was using was 1.7 compatible. Installed testNG 6.8.22 (older version) and everything worked fine. After running the test case, it gave me jcommander error for which I included jCommander jar. – zenith Jun 09 '16 at 08:14
  • @zenith, could you share the exception stack trace of the jcommander error, i suspect there is classpath issue at your project – XuQing Tan Jun 17 '16 at 12:25
  • This is a duplicate of https://stackoverflow.com/q/22328610/5229380 refer answer: https://stackoverflow.com/a/70666735/5229380 – Unnati Solanki Jan 12 '22 at 07:34

1 Answers1

2

there should be something in the "Error Log" view (navigate to "Window" on the top level menu -> Show View -> Error Log), could you paste the relate errors here to help diagnose the issue.

thanks

XuQing Tan
  • 362
  • 1
  • 4
  • 11