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...")
 
m
Line 8: Line 8:
  
 
== Overview ==
 
== Overview ==
* [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back
+
 
* [[Developer Area/Documentation Wishlist|Wishlist]] - what documentation did you find missing and would like people to contribute?
+
* [https://mahara.org/tracker/ How to submit good bug reports]
* 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/Accessibility_Checklist|Accessibility Checklist]]
** Our gerrit code review system: <tt>git clone https://reviews.mahara.org/mahara</tt>
+
* [[Developer_Area/Bug_Status|Bug Status Policy]]
** git.mahara.org: https://git.mahara.org/mahara/mahara
+
* [[Developer_Area/Unit_Testing|Unit Testing]]
** Github: https://github.com/MaharaProject/mahara
+
* [[Developer_Area/Behat_Testing|Behat Testing]]
* [[Developer Area/Common issues|Common issues]]
 

Revision as of 14:54, 15 May 2020

Testing Area/tabs

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