RE: Unit test struts application

2006-01-18 Thread George.Dinwiddie
I would suggest isolating your business logic behind a facade. - George > -Original Message- > From: Kanuri, Chand [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 18, 2006 10:29 AM > To: 'Struts Users Mailing List' > Subject: RE: Unit test struts application &g

RE: Unit test struts application

2006-01-18 Thread Kanuri, Chand
15:20 To: user@struts.apache.org Subject: RE: Unit test struts application StrutsTestCase (http://strutstestcase.sourceforge.net/) works well for well-factored struts applications. It does not work so well where developers have not layered the application, and have shoved business logic into the

RE: Unit test struts application

2006-01-18 Thread George.Dinwiddie
StrutsTestCase (http://strutstestcase.sourceforge.net/) works well for well-factored struts applications. It does not work so well where developers have not layered the application, and have shoved business logic into the actions, controllers, and JSPs. - George http://www.idiacomputing.com