Re: unit testing struts actions

2006-10-27 Thread Ted Husted
On 10/26/06, Asthana, Rahul <[EMAIL PROTECTED]> wrote: We are thinking of designing a unit test plan for our struts based application. We have found in past that Junits for struts action are cumbersome to write and difficult to maintain.Any other suggestions? Winrunner? First, push as much bu

Re: unit testing struts actions

2006-10-26 Thread Volker Krebs
Asthana, Rahul schrieb: We are thinking of designing a unit test plan for our struts based application. We have found in past that Junits for struts action are cumbersome to write and difficult to maintain.Any other suggestions? Winrunner? Try: http://strutstestcase.sourceforge.net/

Re: unit testing struts actions

2006-10-26 Thread Chris Pratt
You might want to check out jWebUnit (http://jwebunit.sourceforge.net/). (*Chris*) On 10/26/06, Asthana, Rahul <[EMAIL PROTECTED]> wrote: We are thinking of designing a unit test plan for our struts based application. We have found in past that Junits for struts action are cumbersome to write

unit testing struts actions

2006-10-26 Thread Asthana, Rahul
We are thinking of designing a unit test plan for our struts based application. We have found in past that Junits for struts action are cumbersome to write and difficult to maintain.Any other suggestions? Winrunner?