Details
Description
Once we load the test class once in server side (by executing the class in the
client side), it is not getting reloaded for the next time when a call comes
from client side. Due to this suppose I want to modify a test during test case
development time, I have to stop the tomcat server and restart it. Is there any
way to overcome this. I tried by modifying "AbstractWebTestCaller.java" (using
URLClassLoader), it works fine.
Does reloading of the test class have any side-effect or disadvantage? If not, I
think this issue has to be addressed.