doh.robot is a UI testing API for the Dojo Objective Harness (DOH) unit testing framework.
Questions tagged [doh-robot]
5 questions
0
votes
1 answer
How can i execute the DOH test synchronously?
Can anybody help me in finding a solution for this problem.
I have (assume) 3 doh functions 1st one is async and the rest are synchronous. I have to make async function to be called first and the result of this function to be passed to other two…

Vikram
- 51
- 1
- 6
0
votes
2 answers
Doh / dijit robot - no mouse actions happening
I wrote an automated test using dijit robot - but in order to be able to use relative paths within our web application, I created an OSGi service for our tests and put the test code in a velocity template. When I try to run the tests, nothing…
madd
0
votes
2 answers
Automation of DOH Robot tests interrumped by Pop-up message
In order to automate DOH tests during our build process, I use Selenium RC to launch different browsers (IE and Firefox) on a server placed on a different domain than the build machine. Each browser is directed to our runTests.html in order to start…

rrob
- 1
- 1
0
votes
1 answer
Running DOH tests through node -- 'document is not defined'
I'm trying to get my DOH tests working via the command line for easy testing. However, I'm running into some issues and need some direction!
I am currently running the following test module:
define([
"doh/runner",
"dojo/query"
], function…

streetlight
- 5,968
- 13
- 62
- 101
0
votes
1 answer
Run DOH robots tests in java program in background
I would like to embed dojo/robot tests is java application.
Java application would use java-webengine for load web pages and for embed dojo script to these pages. Java-webengine gives possibility run java script.
I understand, that DOH use system…

Yury Bushev
- 642
- 9
- 25