Actions

Difference between revisions of "Testing"

From Mahara Wiki

(Created page with "{{:Testing_Area/tabs}} <!-- to add further tabs, update the following page https://wiki.mahara.org/wiki/Testing/tabs ... this will automatically cascade the changes to all rel...")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{:Testing_Area/tabs}} <!-- to add further tabs, update the following page https://wiki.mahara.org/wiki/Testing/tabs ... this will automatically cascade the changes to all relevant pages -->
+
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.
+
== Overview ==
 
 
This is for people who want to understand how Mahara is tested, or want to develop new tests (manual or automated) for Mahara.
 
 
 
<div align="right">__TOC__</div>
 
  
== Overview ==
+
* [https://mahara.org/tracker/ How to submit good bug reports] note: this takes you to another site (use Back button to return)
* [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back
+
* [[Developer_Area/Accessibility_Checklist|Accessibility Checklist]]
* [[Developer Area/Documentation Wishlist|Wishlist]] - what documentation did you find missing and would like people to contribute?
+
* [[Developer_Area/Bug_Status|Bug Status Policy]]
* And if you just want the [[Developer Area/Source code|source code]], it's available via [http://en.wikipedia.org/wiki/git git] at
+
* [[Developer_Area/Unit_Testing|Unit Testing]]
** Our gerrit code review system: <tt>git clone https://reviews.mahara.org/mahara</tt>
+
* [[Developer_Area/Behat_Testing|Behat Testing]]
** git.mahara.org: https://git.mahara.org/mahara/mahara
+
* Writing Behat features
** Github: https://github.com/MaharaProject/mahara
+
* Smoke tests
* [[Developer Area/Common issues|Common issues]]
+
* [[Testing_Area/Manual_testing|Manual Testing]]

Revision as of 16:52, 15 May 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