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 deploy Tests, execute, and analyze results, JavaScript support etc.
I am using Canoo project, it is pretty good.
Tatyana
...
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 when I use a context root.
I don't get an error when I just use the url with out the context root. ie."http://somesite.com"
Other th...
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 HashMap of properties is passed. I have tried different ways to pass properties but my most basic approach:
config_map = ['host':'www.goo...
Hi,
I have an HTML form with id = "form1". I do web test using Canoo Web Test's Ant task. Canoo provides the Ant task "selectForm" to select a form. However, in the documentation the ant task allows only to select a form by its name attribute or form position.
My question is : how to select a form by its ID attribute in Canoo Web test...