If the struts example could come with examples on how test cases could be written, that will help novices like us. Will having test cases within struts example be beyond the scope?
> -----Original Message----- > From: Shane Mingins [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 10:29 PM > To: 'Struts Users Mailing List' > Subject: RE: Tools for Testing > > > Also Canoo WebTest is a free open source tool for automated > testing of web > applications. > > http://webtest.canoo.com/webtest/manual/WebTestHome.html > > I am not sure how that compares with HtmlUnit? > > I had a quick look at StrutsTestCase but (as a novice) could > not see how to > use it to develop the "Struts" layer of my application test-first. > > Shane > > > > -----Original Message----- > > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > > Sent: Friday, 10 October 2003 3:22 p.m. > > To: Struts Users Mailing List > > Subject: Re: Tools for Testing > > > > Adam Hardy wrote: > > > > > OH NO! Now I have no excuse to ignore testing anymore! > > > > > > Is anybody out there using strutstestcase in anger? > > > > > > So Vic, openSTA - it's for scripting HTTP tests? I read > the homepage > > > and it looked like I'd have to do alot of digging to find > the basics - > > > how on earth does it verify the test results? Do you scan > the returned > > > page? > > > > If you're after validating the contents of the returned page, take a > > look at htmlunit at SourceForge. It turns the response > into a sort of > > DOM that makes finding things pretty easy, and lets you modify field > > values and "click" the submit button, and review the > result, to simulate > > a multi-request user interaction. > > > > > > > > Adam > > > > Craig > > > > > > > > > > > On 10/09/2003 03:58 AM Vic Cekvenich wrote: > > > > > >> I just switched to openSTA.sf.net (on a client tip ;-) > > >> > > >> Nguyen, Hien wrote: > > >> > > >>> Take a look at StrutsTestCase for Junit at www.junit.org. > > >>> > > >>> -----Original Message----- > > >>> From: Dirk Behrendt [mailto:[EMAIL PROTECTED] Sent: > Tuesday, October > > >>> 07, 2003 5:07 AM > > >>> To: [EMAIL PROTECTED] > > >>> Subject: Tools for Testing > > >>> > > >>> > > >>> Hello! > > >>> > > >>> There are tools for automatic testing the Struts application? > > >>> > > >>> Dirk > > >> > > >> > > >> > > >> > > >> > > >> > --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: > [EMAIL PROTECTED] > > >> For additional commands, e-mail: > [EMAIL PROTECTED] > > >> > > >> > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

