I'm trying to execute testng-qc-sanity-regression.xml from
cmd` in this way:
runtest.bat testng-qc-sanity-regression.xml
and I get this error:
could not find or load main class org.testng.TestNG
but I don't really know why. I've tried with:
java -jar myjar.jar -cp ./bin testng-qc-sanity-regression.xml
it did not work.
and I also tried with:
java -cp D:Profilesuser.m2 epositoryorgestngestng6.8.5estng-6.8.5.jar; org.testng.TestNG testng-qc-sanity-regression.xml
And I got Exception in thread "main" java.lang.NoClassDefFoundError
.
When I execute the project from eclipse works fine, any idea?
See Question&Answers more detail:os