Tagged Questions

Canoo is a provider for business web solutions

learn more… | top users | synonyms

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
111 views

How to invoke an url using ant

How can I invoke an url using ant ? I am using a macro defined as : <macrodef name="open-url"> <sequential> <invoke description="Login Page" url="someurl" /> ...
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
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
0answers
97 views

Canoo / Ant properties scoping differently in tasks and steps?

We have a Canoo webtest set up to test a multi-locale application. For each locale, the webtest loads a number of properties from a properties file. In the example below, locale_code, ...
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 ...
0
votes
0answers
15 views

Can we execute canoo and java script simultaneously invoked using ant?

Can we execute canoo and java script simultaneously ? I am using java scripts to send the RMI calls to upload the UI which is verified by canoo script (like sending an event using java and verifying ...