Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 53373 invoked by uid 500); 22 Oct 2001 16:22:17 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 53178 invoked from network); 22 Oct 2001 16:22:11 -0000 Message-Id: <200110221621.f9MGLYk26235@orion.rgv.hp.com> X-Mailer: exmh 2.2 06/23/2000 with XEmacs 21.4.4 on Linux 2.4.12 From: Ovidiu Predescu To: "Gurdev S Parmar" Cc: ant-dev@jakarta.apache.org Subject: Re: http task In-Reply-To: Your message of "19 Oct 2001 20:30:20 -0000." <20011019203020.17285.qmail@mailweb11.rediffmail.com> X-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ X-Image-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ovidiu.tiff X-Face: ?(@Y~qjBA}~8ZMh5gM4{Q{bE_*:sCJ3@Z?{B*Co=J!#8bb~-z?-0._vJjt~MM59!MjxG%>U 5>MW^2-\7~z04buszR^=m^U|m66>FdR@cFwhb;.A(8*D.QmLkK]z,md0'HiOE\pyeiv_PACR+P:Cm. wq_%l':E:q]g-UCc>r&s@BVo'kFN;(\9PF22Myg5w%nUBWQ6MJJ#qL#w>2oxckP'H:\$9F"mxsz]Dg k{1`fTcP'Y$CgGnc^paTV$dzhVX+;(U$;Eb)P<>G)g) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Oct 2001 09:21:34 -0700 Sender: ovidiu@orion.rgv.hp.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On 19 Oct 2001 20:30:20 -0000, "Gurdev S Parmar" wrote: > > Hi Ovidiu, > Thanks for replying. > I had a look at anteater. It doesn't do > what I want to do. I want the capability to > resubmit a form which came from a response to > a request. You can extract values from the XHTML page that was sent back using the task, and have that assigned to an Ant property. You can later on pass that property in your request. Something like this: Regards, Ovidiu > On Wed, 17 Oct 2001 Ovidiu Predescu wrote : > > Hi Gurdev, > > > > You may want to check out Anteater, a functional unit > > testing for HTTP > > and SOAP applications. The code is still under > > development, but please > > feel free to take a look at it: > > > > http://www.geocities.com/SiliconValley/Monitor/7464/ante- > > ater/ > > > > Regards, > > -- > > Ovidiu Predescu > > http://orion.nsr.hp.com/ (inside HP's firewall only) > > http://sourceforge.net/users/ovidiu/ (my SourceForge > > page) > > http://www.geocities.com/SiliconValley/Monitor/7464/ > > (GNU, Emacs, other stuff) > > > > On 15 Oct 2001 23:27:55 -0000, "Gurdev S Parmar" > > wrote: > > > > > Hi, > > > I have made an ant task for a few http > > > activites like, http request, getting reference > > > to a form/link in the resultant page, submitting it, > > etc. > > > I have used httpunit package > > (http://httpunit.sourceforge.net) for this task. > > > > > > An example usage is as follows: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This was a trivial example showing how to follow a > > > link. You can follow a form too similarly. > > > Using httpunit enables to maintain a session > > > transparently. > > > > > > This task would be helpful in a http testing scenario. > > > You can also automate certain internet transactions > > > with this task. > > > > > > I have attached a zip file with source code and the > > > build.xml file. The build.xml file + java files > > > is the only documentation for now. More documentation > > > if this task is accepted ;-) > > > > > > Cheers, > > > Gurdev. > >