Testing Area: Difference between revisions
From Mahara Wiki
Rangidaymond (talk | contribs) m (→Overview) |
No edit summary |
||
(20 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
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/ | *[https://wiki.mahara.org/wiki/Accessibility Accessibility] | ||
* [ | *[https://mahara.org/tracker/ Bug Reports & Feature Requests] | ||
* [[Developer_Area/Bug_Status|Bug | *[[Developer_Area/Bug_Status|Bug status policy]] | ||
* [[Developer_Area/Unit_Testing|Unit | *[[Developer_Area/Unit_Testing|Developers - Unit testing]] | ||
* [[ | *[[Testing_Area/Behat_Testing|Automated functional testing - Behat testing]] | ||
* [[Testing_Area/ | *[[Testing_Area/Manual_item_testing|Manual item testing - bug reports and feature requests]] | ||
* [[Testing_Area/ | *[[Testing_Area/Manual_regression_testing|Manual regression testing]] | ||
*[[Testing Area/Visual regression testing|Visual regression testing]] | |||
==Manual testing checklists== | |||
*[[Testing_Area/TestingUpgrade|List 1 - Testing an upgrade]] | |||
*[[Testing_Area/TestingWebservices|List 2 - Testing webservices]] | |||
*[[Testing_Area/TestingLayout|List 3 - Testing design / layout changes]] | |||
*[[Testing_Area/TestingMobile|List 4 - Testing moblie issues]] |
Latest revision as of 09:51, 27 Haziran 2022
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
- Accessibility
- Bug Reports & Feature Requests
- Bug status policy
- Developers - Unit testing
- Automated functional testing - Behat testing
- Manual item testing - bug reports and feature requests
- Manual regression testing
- Visual regression testing