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.

Please sign in to leave a comment.
Please file a bug at https://youtrack.jetbrains.com/issues/IDEA with a sample project to reproduce and idea.log (https://intellij-support.jetbrains.com/hc/articles/207241085).
@Serge Baranov, - I cant send the project as this is my company's project
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.
I have the same problem, help me.