Actions

Testing: Difference between revisions

From Mahara Wiki

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Here is a bunch of testing documentation for Mahara. This is for people who want to understand how Mahara is tested, or want to develop new tests (manual or automated) for Mahara.
Here is a bunch of testing documentation for Mahara. This is for people who want to understand how Mahara is tested, or want to develop new tests (manual or automated) for Mahara.


== Overview ==
== Overview ==


* [https://mahara.org/tracker/ How to submit good bug reports]
* [https://mahara.org/tracker/ How to submit good bug reports] note: this takes you to another site (use Back button to return)
* [[Developer_Area/Accessibility_Checklist|Accessibility Checklist]]
* [[Developer_Area/Accessibility_Checklist|Accessibility Checklist]]
* [[Developer_Area/Bug_Status|Bug Status Policy]]
* [[Developer_Area/Bug_Status|Bug Status Policy]]
* [[Developer_Area/Unit_Testing|Unit Testing]]
* [[Developer_Area/Unit_Testing|Unit Testing]]
* [[Developer_Area/Behat_Testing|Behat Testing]]
* [[Developer_Area/Behat_Testing|Behat Testing]]
* Smoke tests
* [[Testing_Area/Manual_testing|Manual Testing]]

Latest revision as of 15:59, 29 Mayıs 2020

Here is a bunch of testing documentation for Mahara. This is for people who want to understand how Mahara is tested, or want to develop new tests (manual or automated) for Mahara.

Overview