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

Unit test struts application

2006-01-18 Thread Richard Jason R. Raquepo
hi guys, how do you test your struts application? can you test up to the action level maybe using mocks? can you share your experience and maybe tools you use. i found this while surfing: http://www.jnetdirect.com/products.php?op=conv has anyone has any experience using it? thanks & more p