I am using an application that is deployed on a J2EE application server, the application implements jar class loader files in the JVM inside the application, there are test cases inside these jar files that implement the common interface, through java reflection I dynamically call (by name) these test cases, the problem is that it looks like a black box, and if the test script does not work, I need to work hard to find what happened to start the application registration server, is there any way to debug the code of the test cases? or any suggestion at all? thanks, sorry for the long story ..
assaf source
share