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 HtmlUnit or HttpUnit which are based upon JUnit and would allow you to then use the junit task.
Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 > -----Original Message----- > From: Dave Bartmess [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 5:22 AM > To: Ant Users List > Subject: Trying to run CGI script on server after build > > I've got a product I'm working on that needs a "validation" script run > after the build is complete. The Ant script right now FTP's the built > modules to the server, but I have to manually use the browser to run the > script. > > 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? > > Thanks for any help! > -- > David A. Bartmess > Software Configuration Manager / Sr. Software Developer > eDingo Enterprises > http://edingo.net > _________________________________________________________________ > jSyncManager Development Team (http://www.jsyncmanager.org) > jSyncManager Email List > (https://lists.sourceforge.net/lists/listinfo/jsyncmanager-devel) > > But one should not forget that money can buy a bed but not sleep, > finery but not beauty, a house but not a home, > medicine but not health, luxuries but not culture, > sex but not love, and amusements but not happiness. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]