Hi, I have been using webtest for a few weeks now. The more I use it, the more I like it. Now as I explore new features, I have bumped in a problem I can't seem to resolve.
I am writing my tests in groovy, and store each test classes under my project's /tests directory. Every test executes as advertised, except I can't get a handle on the AntBuilder/WebTestBuilder. I read that within the step I could have called directly ant.step, or getAnt().step, both of them returned were null. Am I doing something wrong? Being unable to access the ant/step prevents me to use the data driven feature, plus I can't retrieve stored variables in previous steps. Thanks for all the help you can provide, Regards, JS.

