Hello, I was hoping to hear the community's views about unit testing a Struts2 application which is integrated with Spring and Hibernate. My plan is to unit test the actions with the framework's interceptors running, rather than each action class in a stand-alone isolated fashion.
What approach do you usually follow? A highly regarded article: http://depressedprogrammer.wordpress.com/2007/06/18/unit-testing-struts-2-actions-spring-junit/ provides some useful hints and starting points. I would like to use Junit 4 with Ant for this. Are there any other resources, or documented steps to take as far as you know, or recommend? I found quite a few bits and pieces searching online, but would appreciate any general guidance or advice on how to begin with this. Many thanks and regards. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org