受け入れテスト

提供:MoodleDocs
2022年2月17日 (木) 21:12時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版 (ページの作成:「作成中です - ~~~ Moodle uses a framework called Behat to automatically test the user-interface. Tests can be written for each plugin, and for Moodle core. * To run…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

作成中です - Mitsuhiro Yoshida (トーク)

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.