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
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
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
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