Tagged Questions

5
votes
2answers
2k views

Canoo WebFunctionalTest / Selenium, features comparison

For features comparison of Web Canoo Web Functional Test and Selenium software, it would be good have an assessment, in terms of integration to Java platform applications, speed, how quick is it to ...
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
2answers
126 views

How to replace a URL in a canoo webtest

I have a canoo webtest where I would like to replace the current document URL by a new one, and proceed to that URL. Specifically, I'd like to replace a string "view.html" in the current document URL ...
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 ...