Opened 12 years ago
Closed 12 years ago
#7521 closed enhancement (fixed)
robot: separate robot tests and test_* pages
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | TestFramework | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The present doh.robot requires modifying your application code if you want to do any kind of acceptance/usability testing, where it really shines.
In DOH, you could test markup pages without modifying them by loading them in an iframe and pointing dojo.doc to the iframe's body. For the doh.robot, this is particularly valuable because it enables people to test their application code without modifying it, just like Selenium and Windmill. We should separate our test markup from the robot commands to demonstrate how this works, but it will require new APIs.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | 7521.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixes #7521. Added new dojo.robotx and dijit.robotx APIs for writing robot tests outside of the markup they test. Separated existing robot tests from their markup. mouseMove arguments moved to match mouseMoveAt.