Re: Tools for Testing

2003-10-10 Thread Mike Kienenberger
Martin Gainty [EMAIL PROTECTED] wrote: Modify Artur's TestCase generator http://wttools.sourceforge.net/unittestsgen/package.html to handle StrutsTestCase and this could be automated... beautiful, Funny you should bring this up. I just spent Wednesday working with StrutsTestCase and

RE: Tools for Testing

2003-10-10 Thread Jayaraman Dorai
: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

Re: Tools for Testing

2003-10-09 Thread Adam Hardy
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?

Re: Tools for Testing

2003-10-09 Thread Ted Husted
Dirk Behrendt wrote: There are tools for automatic testing the Struts application? As mentioned the Struts TestCase on SourceForge is a Struts specific tool. It does a good job of directly testing the Struts internals, but to test it all you sometimes need to get Cactus running as well. Not a

Re: Tools for Testing

2003-10-09 Thread Mike Deegan
http://webtest.canoo.com/ - Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:29 AM Subject: Re: Tools for Testing Dirk Behrendt wrote: There are tools for automatic testing the Struts

RE: Tools for Testing

2003-10-09 Thread Van Riper, Mike
-Original Message- Though, my favorite approach is to do conventional unit testing of the business objects, and then use Canoo WebTest http://canoo.webtest.com on the front end. I think you meant: http://webtest.canoo.com/ It looks interesting, thanks for the info. Cheers,

Re: Tools for Testing

2003-10-09 Thread Craig R. McClanahan
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

RE: Tools for Testing

2003-10-09 Thread Shane Mingins
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

Re: Tools for Testing

2003-10-09 Thread Martin Gainty
, October 09, 2003 10:29 PM 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

RE: Tools for Testing

2003-10-09 Thread Shane Mingins
-Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, 10 October 2003 3:47 p.m. To: Struts Users Mailing List Subject: Re: Tools for Testing Modify Artur's TestCase generator http://wttools.sourceforge.net/unittestsgen/package.html to handle StrutsTestCase

Re: Tools for Testing

2003-10-08 Thread Vic Cekvenich
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

RE: Tools for Testing

2003-10-07 Thread Nguyen, Hien
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?