[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

