Actions

Difference between revisions of "Testing/Manual testing/Content"

From Mahara Wiki

< Testing
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
  
 
#'''Visual check'''
 
#'''Visual check'''
## Profile page uses correct colour "Raw" <span style="color:red">TODO: We need to find a way to toggle this easily </span>
+
## Profile page uses correct colour "Raw"  
 
## header elements displayed  
 
## header elements displayed  
 
## Static Profile Page title h1 displayed
 
## Static Profile Page title h1 displayed
 
## footer elements displayed
 
## footer elements displayed
</div>
 
</div>
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="background:ivory">
 
 
====Automated Test script scenarios====
 
<div class="mw-collapsible-content">
 
 
<div class="toccolours mw-collapsible mw-collapsed">
 
:::'''Scenario:''' User should see correct page styling
 
<div class="mw-collapsible-content">
 
::::'''Given''' user is logged in <br />
 
::::'''When''' is on the "Mahara homepage"<br />
 
::::'''Then''' user should see "Raw" theme colours <br />
 
</div>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 41: Line 25:
 
====Things to test for Manually====
 
====Things to test for Manually====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 +
 +
{| style="float:right; margin-left: 10px;"
 +
|----
 +
|[[File:Profile_-About_Me-Mahara-Raw.png|thumb|200px|Login Block Ocean theme]]
 +
|[[File:Profile-About_Me-Mahara-Modern.png|thumb|200px|Login Block Modern theme]]
 +
|[[File:Profile-About_Me-Mahara-Ocean.png|thumb|200px|Login Block Primary school theme]]
 +
|[[File:Profile-About_Me-Mahara-Primary_school.png|thumb|200px|Login Block Raw theme]]
 +
|----
 +
|}
 +
  
 
#'''Visual check'''
 
#'''Visual check'''
## Profile page uses correct colour "Raw" <span style="color:red">TODO: We need to find a way to toggle this easily </span>
+
## Profile page uses correct colour "Raw"  
 
## header elements displayed  
 
## header elements displayed  
 
## Static Profile Page title h1 displayed
 
## Static Profile Page title h1 displayed
## footer elements displayed
+
## online users block displayed
</div>
+
## footer is displayed and links functioning correctly
</div>
+
# '''Change page "Layout" functionality works'''
 +
# '''Change page "Skin" functionality works'''
 +
# '''Page edit functionality works''' Create edit and delete page blocks
 +
# '''Page links working''' Tester can use Chrome extension Link Checker or dev tools to determine "200 code return"
 +
 
 +
 
  
<div class="toccolours mw-collapsible mw-collapsed" style="background:ivory">
 
  
====Automated Test script scenarios====
 
<div class="mw-collapsible-content">
 
  
<div class="toccolours mw-collapsible mw-collapsed">
 
:::'''Scenario:''' User should see correct page styling
 
<div class="mw-collapsible-content">
 
::::'''Given''' user is logged in <br />
 
::::'''When''' is on the "Mahara homepage"<br />
 
::::'''Then''' user should see "Raw" theme colours <br />
 
</div>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 16:19, 7 May 2018


Mahara 18.04 user manual section 4.0 Content

Assumptions: This will describe how the system will be set up - a fresh install of Mahara and a fresh database or loading an existing database

Things to test for Manually

  1. Visual check
    1. Profile page uses correct colour "Raw"
    2. header elements displayed
    3. Static Profile Page title h1 displayed
    4. footer elements displayed

Mahara 18.04 user manual section 4.1. Profile

Assumptions: This will describe how the system will be set up - a fresh install of Mahara and a fresh database or loading an existing database

Things to test for Manually

Login Block Ocean theme
Login Block Modern theme
Login Block Primary school theme
Login Block Raw theme


  1. Visual check
    1. Profile page uses correct colour "Raw"
    2. header elements displayed
    3. Static Profile Page title h1 displayed
    4. online users block displayed
    5. footer is displayed and links functioning correctly
  2. Change page "Layout" functionality works
  3. Change page "Skin" functionality works
  4. Page edit functionality works Create edit and delete page blocks
  5. Page links working Tester can use Chrome extension Link Checker or dev tools to determine "200 code return"