Test Framework quit unexpectedly - java testng tests

Answered

 Hi, 

I am trying to move from eclipse to IntellijIdea. I have a java and testng test suite which runs fine in eclipse, but if I start execution in Intellij, it gives me the error(Test framework quit unexpectedly.) Attached screens for the same.




0
4 comments
Avatar
Permanently deleted user

@Serge Baranov, - I cant send the project as this is my company's project

0

Make sure the class is compiled and is not excluded from compilation. Check the output directory to verify there is .class file for this test.

Rebuild the project to ensure there are no errors in your files.

If the build fails, resolve these errors first or you will not be able to run the tests since they cannot be compiled.

0
Avatar
Permanently deleted user

I have the same problem, help me.

0

Please sign in to leave a comment.