You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download your project (inetbankingV1), however, when I run this application in eclipse after successfully import, it is unable to load the main class.
It is showing the following issue at the run time:
"Error: Could not find or load main class org.testng.remote.RemoteTestNG"
Regards,
Amit
The text was updated successfully, but these errors were encountered:
Hi @amitbaria , I was getting the same issue earlier , even after importing TestNG using Maven. The solution is to Install TestNG in Eclipse from Help->Install New Software->Enter "http://dl.bintray.com/testng-team/testng-eclipse-release/" in the Work with box - > Click the Add button.
Hope this Helps!
Hi @pavanoltraining
I download your project (inetbankingV1), however, when I run this application in eclipse after successfully import, it is unable to load the main class.
It is showing the following issue at the run time:
"Error: Could not find or load main class org.testng.remote.RemoteTestNG"
Regards,
Amit
The text was updated successfully, but these errors were encountered: