I have a groovy based webtest which needs to verify that the database has been properly updated. I am assuming that my groovy db SQL queries are not performing in the web test script because they are getting called when the antbuilder is preparing the test. Is this a correct assumption? If so, does anyone have an alternate strategy for doing a sql query within the web script?
thanks for your help mark

