I am currently running my applications on Tomcat 7u59 with JDK6. My developers are requesting me to deploy there class files in the production environment while I am asking them to test on the testing environment.
They are getting it tested but I am not sure whether they are getting tested the module that contains the class files they asked me to place in the production environment. And neither the testing team helps in this regard.
So, in this regard, I would like to know which files of the application are being invoked when a particular module is tested.
Could anyone help me in this regard? Any alternate suggestions are helpful.