Paul, thank you very much - I'm new to GRAILS so I didn't know this existed. I'll give it a try!
Paul King <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/30/2008 09:37 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: [Webtest] Canoo XML with GRAILS [EMAIL PROTECTED] wrote: > > We have a project that is the middle of its 3rd sprint. The current > sprint is moving the consolidated code base to GRAILS. The code has been > moved but we have a very large number of Webtests written in XML. Can > these tests be called from inside the plug-in for GRAILS as XML tests or > do they need to be converted to groovy? If they have to be converted, is > there a conversion tool currently written to support the effort? Groovy has a built-in DomToGroovy class which takes an XML file and converts it to MarkupBuilder style notation. You can try that though it might need a little bit of tidying up after running the tool. Paul. > I realize that we can call the tests via macrodef from an ANT target > (found that one on-line) but would like to know if there is > functionality embedded to use the XML without resorting to the macrodef > alternative. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

