Questions tagged [canoo-webtest]

Tag for questions in relation to Canoo WebTest, open source automated testing tool for web applications.

Canoo WebTest is a free Open Source tool for automated testing of web applications.

http://webtest.canoo.com/

9 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
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

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?
chris
  • 2,467
  • 2
  • 25
  • 25
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
1 answer

Apaches DTM to Plaintext for css-querying

I am writing a XPath function expression to find elements by CSS query. This is what I have: import javax.xml.transform.TransformerException; import org.apache.xml.dtm.ref.dom2dtm.DOM2DTM; import org.apache.xpath.XPathContext; import…
Grim
  • 1,938
  • 10
  • 56
  • 123
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

Grails Canoo Webtest plugin: invoke() fails to send JSON data in POST request

I'm evaluating Canoo Webtest for automated integration/functional testing as a Grails plugin. I have a REST app which I'm attempting to test, but Canoo Webtest doesn't seem to properly send the JSON data in POST request. My test code is like…
kaskelotti
  • 4,709
  • 9
  • 45
  • 72