A project that Im working on uses Spring and Struts.
Up until now, we we using using Struts 2.1.8.1. All my unit tests extended the StrutsSpringTestCase which in turn extended ...
Jan 12th, 2005, 04:38 PM #1 anthonyb View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Jan 2005 Posts 2 Testing troubles with Struts / Spring Hello, ...
Jan 13th, 2005, 04:33 PM #1 tomtibbetts View Profile View Forum Posts Private Message Junior Member Join Date Jan 2005 Posts 1 Struts Test Case with Spring Plugin I am trying ...
Testing Struts Actions Hi, I am trying to create tests for my Struts Actions using MockStrutsTestCase. I have everything working correctly in that I can test my basic actions without problems. ...
Does spring LW container making testing easier in struts? I know you get the ability to do ioc when integrating spring LW container with struts but when it comes to testing, ...
getting null pointerexceptionin struts-spring testing Iam trying to test my struts - spring integration using MockStrutsTestCase. Iam extending my struts action using spring's action support but when i run my test ...
Testing with Spring + Struts 2 + TestNG Hi. I've been struggling to have tests for my Struts 2 actions working. I'm using Struts 2 actions created by Spring, by the ...
Can spring be used to system test a Struts application Hi all, I need to come up with system/regression test strategy for automating the system/regression testing of an application that was ...