Posted By:
Rajesh_S
Posted On:
Tuesday, December 15, 2009 08:25 AM
Hello,
I have been using JUnit for Core java applications from Eclipse IDE. Instead of running the Main thread, the JUnit framework would run the tests that I had created.
Now, I have written DAOs that are in a war (web archive) and deployed in the Tomcat 5.
How can we run Unit tests for the code packaged in a war and deployed in Tomcat?
Your help would be very useful.
Regards,
Rajesh