Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Acceptance testing: Difference between revisions

From MoodleDocs
No edit summary
(ja link)
(One intermediate revision by one other user not shown)
Line 5: Line 5:
* To define new steps that can you used when writing tests, see [[Writing new acceptance test step definitions]]
* To define new steps that can you used when writing tests, see [[Writing new acceptance test step definitions]]


Because Behat tests work through the Moodle user interface, the are a bit slow. Therefore, you should probably also use [[PHPUnit]] to test the detailed edge cases in your code.
Because Behat tests work through the Moodle user interface, they are a bit slow. Therefore, you should probably also use [[PHPUnit]] to test the detailed edge cases in your code.


[[Category:Behat]]
[[Category:Behat]]
[[ja:受け入れテスト]]

Revision as of 15:02, 22 February 2022

Moodle uses a framework called Behat to automatically test the user-interface. Tests can be written for each plugin, and for Moodle core.

Because Behat tests work through the Moodle user interface, they are a bit slow. Therefore, you should probably also use PHPUnit to test the detailed edge cases in your code.