Actions

Difference between revisions of "Testing Area/Manual regression testing"

From Mahara Wiki

< Testing Area
Line 20: Line 20:
  
  
====Things to test for Manually====
+
====BUGS to test for Manually====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
  
Line 26: Line 26:
 
'''Original Bug:''' https://bugs.launchpad.net/mahara/+bug/1702198/comments/2
 
'''Original Bug:''' https://bugs.launchpad.net/mahara/+bug/1702198/comments/2
  
Create new admin user  
+
Create new admin user and Log into Database using the following commands  
Log into Database using the following commands  
 
 
<pre>
 
<pre>
 
     '''sudo -u postgres psql'''                          - starts PSQL terminal
 
     '''sudo -u postgres psql'''                          - starts PSQL terminal

Revision as of 11:57, 7 May 2018

This page will outline the manual testing of Mahara in sections as outlined in the Mahara user manual

Dashboard

To test the Dashboard page it is assumed that a fresh install of Mahara has taken place and user sets "Password" and "email" for the initial login. It is also assumed that there is a fresh database with no data. For more information of the dashboard please see Mahara 18.04 user manual section 3. Dashboard. This page will have screenshots of pages using the "Raw" theme. Other themes will need to be tested but will have to be set by the Site admin in the Site settings panel found here Admin menu > Configure site > Site options > Site settings

Testing/Manual testing/Dashboard

Content

Testing/Manual testing/Content

Portfolio

Testing/Manual testing/Portfolio

Groups

Testing/Manual testing/Groups

Blocks

Testing/Manual testing/Blocks


BUGS to test for Manually

All users with exception of root user has ctime set when they are first created
Original Bug: https://bugs.launchpad.net/mahara/+bug/1702198/comments/2

Create new admin user and Log into Database using the following commands

    '''sudo -u postgres psql'''                           - starts PSQL terminal
    '''\l'''                                              - lists databases 
    '''\c <db name>'''                                    - connect to database 
    '''Select ctime from usr where username='admin';'''   - returns date/time user was created 

Date should be date user was created

Login Block Ocean theme