Actions

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

From Mahara Wiki

< Testing Area
Line 12: Line 12:
  
 
====Manual Test script====
 
====Manual Test script====
 
+
<div class="mw-collapsible mw-collapsed">
<div class="toccolours mw-collapsible mw-collapsed">
+
'''Scenario:''' User invalid login
'''Scenario:''' User invalid login<br />
+
<div class="mw-collapsible-content">{{Lorem}}</div>
<div class="mw-collapsible-content">
 
 
:'''Given''' user is not logged in <br />
 
:'''Given''' user is not logged in <br />
 
:'''And''' is on the Mahara homepage<br />
 
:'''And''' is on the Mahara homepage<br />
Line 22: Line 21:
 
:'''Then''' user should see "You have not provided the correct credentials to log in. Please check your username and password are correct." error message<br />
 
:'''Then''' user should see "You have not provided the correct credentials to log in. Please check your username and password are correct." error message<br />
 
:'''And''' user should see "There was an error with submitting this form. Please check the marked fields and try again."<br />
 
:'''And''' user should see "There was an error with submitting this form. Please check the marked fields and try again."<br />
:'''And''' user will not be logged in<br />
+
:'''And''' user will not be logged in
 
</div>
 
</div>
  
 
===Overview===
 
===Overview===
 +
 
===Navigation===
 
===Navigation===
 
===Quick links===
 
===Quick links===
 
===User-specific information===
 
===User-specific information===
===Footer===
 

Revision as of 17:23, 30 March 2018

Manual Test Cases

Dashboard Manual Testing

Login test scenario

Visual check

  • Login box correct colour
  • buttons displayed

User invalid login- user should see an error message and will not be loged in
User valid login- user should be logged in and and redirected to the Dashboard page


Manual Test script

Scenario: User invalid login

Given user is not logged in
And is on the Mahara homepage
When user enters valid username
And invalid password
Then user should see "You have not provided the correct credentials to log in. Please check your username and password are correct." error message
And user should see "There was an error with submitting this form. Please check the marked fields and try again."
And user will not be logged in

Overview

Navigation

Quick links

User-specific information