Tagged Questions

2
votes
1answer
982 views

Working example to start canoo webtest from Groovy?

I would like to start a simple webtest from Groovy with Canoo. The example Canoo Example is not working. I think I am missing something with the Antbuilder class. Especially the "config" part, where a ...
1
vote
1answer
30 views

Canoo and Groovy - how to use storeRegEx

We would like to test the following flow using Canoo. The tests are written in Groovy, and not as Ant tasks. Send a request to a specific URL (we use "invoke") Extract specific information from the ...
1
vote
1answer
95 views

Validate a webpage against its doctype (dtd) within a Canoo Webtest step using a Groovy script!

How can I validate a webpage against its doctype (dtd) within a Canoo Webtest step with Groovy?
1
vote
1answer
870 views

groovy webtest chokes on context root in url invoke

I am trying to wrap my head around canoo webtest I setup a simple groovy webtest. I have even made and run the xml equivalent and I get the same error when it tries to encode the url. I get an error ...