Ok, thanks for clarifying that Mark! And thanks so much for all your contributions both maintaining and improving webtest and being so responsive on this list! Guess I'll go back to xml. :)
Lynn -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Guillemot Sent: Wednesday, February 20, 2008 5:07 AM To: [email protected] Subject: Re: [Webtest] how to get currentResponse or storedXPath from groovy Hi, storeXPath will store a string which may not be very useful to work on ;-( Currently you have to pass the groovy code you want to executed within webtest as a string because nobody implemented the idea I exposed for some time here to take closure as parameters With Groovy code executed within WebTest, you have full access on the current HtmlPage/XmlPage and can use its API directly for your verifications. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Walton, Lynn wrote: > I'm trying to write my webtests using all groovy. I've searched the > mailing list (with the awesome new markmail tool) but haven't found the > "secret" I need. This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

