Tagged Questions
2
votes
1answer
127 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
1k 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
0answers
103 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, ...
0
votes
0answers
16 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 ...