Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Tests.

Development:Tests: Difference between revisions

From MoodleDocs
m (Add category)
(see also)
Line 19: Line 19:
* [[Tests/Quiz]]
* [[Tests/Quiz]]
* [[Tests/Resource]]
* [[Tests/Resource]]
==See also==
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=43569 Moodle Selenium Test] forum discussion


[[Category:Developer]]
[[Category:Developer]]


[[es:Juegos de pruebas]]
[[es:Juegos de pruebas]]

Revision as of 09:28, 1 June 2006

This page is currently under construction. More testing plans will be added. You are more than welcome to add any test plan. When we have enough test plans, we would like some help from the community to test each new Moodle release.

This test plan is far from perfect, please feel free to correct any mistake or add some scenarios :-)

These scenarios should be run in Moodle Test Course that can be downloaded here

Here are some general rules:

  • Test Case Naming conventions:
     [AAA] 	: 3 Alphabets that represents the module name
     [000]	: 3 Digits numbers that number the question
     [A]	: Potential actor = S: student, T: teacher, A: admin

The testing plans are categorized by modules:

See also