Actions

Difference between revisions of "Developer Area/Testing"

From Mahara Wiki

< Developer Area
(Created page with "These are some things that can be done to test a site is working: * Create a Journal with blog posts. * Create a group with a forum and some forum posts * Fill in profile fields…")
 
 
Line 1: Line 1:
These are some things that can be done to test a site is working:
+
In Mahara we can test for a number of things and also use different ways of testing.
  
* Create a Journal with blog posts.
+
* [[Developer_Area/Testing/Automated_functional_testing | Automated functional testing]]
* Create a group with a forum and some forum posts
+
* [[Developer_Area/Testing/Unit_Testing | Unit testing]]
* Fill in profile fields
 
* Change profile picture
 
* Upload some files
 
* Make a plan
 
* Make a note
 
* Create a portfolio page with one of each block type.
 
* Create a few other pages, they don't need much content
 
* Make a collection with only some of the pages
 
* Export your stuff
 
* Make another user
 
* Log out and log in as the new user
 
* Log out and log in as the admin user
 
* Masquarade as that user
 
* Make that user join your group
 
* Return to admin user
 
* Suspend the new user
 
* Log out and make sure the new user cannot log in
 
* ''Use your critical thinking skills and test other things you see as you go''
 
  
Tips for quick testing:
+
Other pages:
* Don't bother making the test look "real" just mash the keyboard
+
 
 +
[[Developer_Area/Testing/Quick tests after installation | Quick tests after installation or update]] to see if the site is still running (non-exhaustive)

Latest revision as of 08:40, 6 October 2014

In Mahara we can test for a number of things and also use different ways of testing.

Other pages:

Quick tests after installation or update to see if the site is still running (non-exhaustive)