Error: Unable to initialize main class org.testng.remote.RemoteTestNG
Caused by: java.lang.NoClassDefFoundError: org/testng/TestNGException
I am getting this error ,How to resolve it?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
1. Right Click on Project.
2. Click Build Path.
3. Click on Add Libraries.
4. Select TestNG.
5. Click On Finish.
6. save the Project.
7.Now run with TestNG , It will work