0

I am getting an error like -

Cannot contact RemoteTestNG Client.Make sure you do not have older versions of testing.jar on your classpath.
Reason:Timeout while trying to contact RemoteTestNG.

I tried various solutions already present in stack overflow:

  • Check "Use project testng" option
  • Add latest testing.jar in classpath.
  • Check for duplicate testng jars in classpath.
  • Delete old testNG testsets ,clean workspace and restart workspace

But all the above solutions did not work for me and I ended up getting the same error again.

Please help me out here.

sKhan
  • 9,694
  • 16
  • 55
  • 53
Gopz
  • 1
  • 1

1 Answers1

1

the latest release of testng eclipse 6.9.11 should fix this issue, please let me know (or fire an issue here https://github.com/cbeust/testng-eclipse/issues)

Noted: since this version, option "Use Project TestNG jar" was removed, to always respect the Project's TestNG lib.

XuQing Tan
  • 362
  • 1
  • 4
  • 11