Dataform Tests: Difference between revisions
- Overview
- Activity administration
- Building an activity
- CSS tips and tricks
- JS tips and tricks
- Activating RSS
- Activity workflow
- Grading
No edit summary |
|||
Line 19: | Line 19: | ||
[[File:df-acceptance-testing.png]] | [[File:df-acceptance-testing.png]] | ||
===Adding tests=== | ===Adding tests=== | ||
See [[ | See [[Acceptance testing#Writing features]] for general test writing guidelines. | ||
===Available steps=== | ===Available steps=== | ||
====I add a test dataform==== | ====I add a test dataform==== |
Revision as of 14:23, 28 January 2014
Unit tests
Acceptance tests
Setup
See Acceptance testing for information about preparing your Moodle installation for acceptance testing. Note that this is not recommended for production sites.
Running the tests
Administrator can run Dataform acceptance tests with the Moodle behat command line tool (see Acceptance_testing#Running_tests).
Alternately administrator can use the Dataform Acceptance testing interface from
Administration > Site administration > Plugins > Activity modules > Dataform > Acceptance testing
for testing particular Dataform features by name or tags.
The current implementation of the Dataform Acceptance testing interface assumes that a selenium server is running. To run a test, select a feature or tags and click 'Run tests'. The page will hang until the tests are completed. If you run long tests it may be better to run them from a command line.
Adding tests
See Acceptance testing#Writing features for general test writing guidelines.