Actions

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

From Mahara Wiki

< Testing
Line 3: Line 3:
 
==Mahara 18.04 user manual section 4.0 Content==
 
==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
 +
 +
<div class="toccolours mw-collapsible mw-expanded" style="background:linen">
 +
====Things to test for Manually====
 +
<div class="mw-collapsible-content">
 +
 +
#'''Visual check'''
 +
## Profile page uses correct colour "Raw" <span style="color:red">TODO: We need to find a way to toggle this easily </span>
 +
## header elements displayed
 +
## Static Profile Page title h1 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>
  
 
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-->
 
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-->
 
 
== Mahara 18.04 user manual section 4.1. Profile==  
 
== Mahara 18.04 user manual section 4.1. Profile==  
  
'''Assumptions:'''  
+
'''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
  
 
<div class="toccolours mw-collapsible mw-expanded" style="background:linen">
 
<div class="toccolours mw-collapsible mw-expanded" style="background:linen">
 
====Things to test for Manually====
 
====Things to test for Manually====
<span style="color:red">TODO: </span>
 
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
This is where test criteria go
+
 
 +
#'''Visual check'''
 +
## Profile page uses correct colour "Raw" <span style="color:red">TODO: We need to find a way to toggle this easily </span>
 +
## header elements displayed
 +
## Static Profile Page title h1 displayed
 +
## footer elements displayed
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="background:ivory">
 
<div class="toccolours mw-collapsible mw-collapsed" style="background:ivory">
 +
 
====Automated Test script scenarios====
 
====Automated Test script scenarios====
<span style="color:red">TODO: </span>
 
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
This is where Automated test scenarios go
+
 
 +
<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>
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-->
 

Revision as of 17:08, 2 April 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" TODO: We need to find a way to toggle this easily
    2. header elements displayed
    3. Static Profile Page title h1 displayed
    4. footer elements displayed

Automated Test script scenarios

Scenario: User should see correct page styling
Given user is logged in
When is on the "Mahara homepage"
Then user should see "Raw" theme colours

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

  1. Visual check
    1. Profile page uses correct colour "Raw" TODO: We need to find a way to toggle this easily
    2. header elements displayed
    3. Static Profile Page title h1 displayed
    4. footer elements displayed

Automated Test script scenarios

Scenario: User should see correct page styling
Given user is logged in
When is on the "Mahara homepage"
Then user should see "Raw" theme colours