Questions tagged [canoo]

Canoo is a provider for business web solutions

Canoo is a provider for business web solutions and creator of the Canoo RIA Suite and Canoo Webtest. It is based in Basel, Switzerland.

http://www.canoo.com/

16 questions
5
votes
3 answers

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 deploy Tests, execute, and analyze results,…
Tatyana Solovyeva
  • 231
  • 1
  • 5
  • 8
3
votes
1 answer

How to invoke an url using ant

How can I invoke an url using ant ? I am using a macro defined as : and in my build file:
sachin
  • 665
  • 3
  • 8
  • 15
2
votes
1 answer

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 HashMap of properties is passed. I have tried…
skifan0
2
votes
1 answer

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, htaccess.username, htaccess.password and webtest_url are all…
2
votes
1 answer

How to use opendolphin without http sticky sessions in a load balanced scenario?

I read "Those who would like to enjoy the binding, presentation model structuring, testing capabilities, toolkit independence, and all the other benefits of OpenDolphin, but prefer REST (or other) remoting for data access, can use OpenDolphin with…
jack
  • 1,861
  • 4
  • 31
  • 52
2
votes
2 answers

Canoo Webtest + jquery 1.10.2 hangs

Has someone found a way to use Canoo Webtest on sites using jQuery 1.10.2? Apparently the underlying htmlunit engine hangs in the browser testing section of jQuery... Any hint appreciated. Here's the error I get: ERROR…
Samuel
  • 2,106
  • 1
  • 17
  • 27
1
vote
1 answer

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 response (we use "storeRegEx" with…
user964797
  • 231
  • 3
  • 6
1
vote
2 answers

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 by "view-old.html" and navigate to the new…
Carles Barrobés
  • 11,608
  • 5
  • 46
  • 60
1
vote
1 answer

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 when I use a context root. I don't get an…
branchgabriel
  • 4,241
  • 4
  • 34
  • 48
0
votes
2 answers

How to click on anchor tag from Canoo webtest?

Our team replaced a submit button with the following anchor tag: Save I retrieved…
vlr
  • 780
  • 4
  • 16
  • 33
0
votes
1 answer

After upgrading canoo webtest to version 3.0, the verifyHeader test no longer works

The browser page for the test displays Unexpected exception caught: org.apache.tools.ant.BuildException. The console log shows no errors. I know the project is defunct, but I love the package and hope someone has a suggestion.
0
votes
2 answers

In GAE, is there a way to force an instance to serve only 1 session?

I am building a rich app on GAE using Canoo's RIA Suite. This package splits Java Swing components into server-side and client-side parts. On the server, it looks like a 'desktop' Java application. The client keeps its own map between these halves.…
0
votes
1 answer

a way to turn off report generation for canoo webtest

I am running canoo webtest against a suite with over 1000 tests. The entire process is taking a little longer than I would like. My question is: Is there a way to turn off the html report generation completely? Or a way to write the report for only…
user2193122
  • 23
  • 1
  • 6
0
votes
1 answer

canoo webtest json

I'm trying to test my rest services on Jboss 7.1 with canoo webtest. Below is the request. I'm not able to pass the json content to the server. However the same works with curl scripts. When i print the request object it comes as blank in my…
0
votes
1 answer

Global var not testable

I cant pass a test because canoo does not support global variables in extrenal js-file. index.html:
Grim
  • 1,938
  • 10
  • 56
  • 123
1
2