RE: Trying to run CGI script on server after build

2004-11-05 Thread Dave Bartmess
Yep, it's on a web server... Thanks to all for the HttpUnit suggestions and others... I'll try them out! On Fri, 2004-11-05 at 07:19 -0500, Mark Lybarger wrote: > I haven't done much CGI, but I assume this is on a web server? You can use the ant > get task to hit the script. If you want to va

RE: Trying to run CGI script on server after build

2004-11-05 Thread Erskine, Chris
The quickest one that I can think of is WebTest from Canoo at http://webtest.canoo.com/webtest/manual/WebTestHome.html The tests that you build for this are done in an ant script so should be easy to integrate into your build. The next one would be to code your own java test using something like

Re: Trying to run CGI script on server after build

2004-11-05 Thread Stefan Bodewig
On Fri, 05 Nov 2004, Dave Bartmess <[EMAIL PROTECTED]> wrote: > Is there any Task out there that can handle this, and return the > resulting page contents to me, so I can check whether it's a valid > build or not? Stefan - To

RE: Trying to run CGI script on server after build

2004-11-05 Thread Mark Lybarger
I haven't done much CGI, but I assume this is on a web server? You can use the ant get task to hit the script. If you want to validate what the script returns, you might want to look into something like HttpUnit and friends. Very nice to validate web sites. > -Original Message- > Fro