Category Archives: Testing

Using storeXPath() in your Grails Webtest

Today I had to figure out how to save some content from a site during a running Webtest so that I am able to restore all changed data afterwards. Luckily Webtest provides the step storeXPath() which does the job. But … Continue reading

Posted in Grails, Testing, Webtest | Tagged , , | Leave a comment