Actions

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

From Mahara Wiki

< Testing Area
Line 11: Line 11:
  
 
====Manual Test script====
 
====Manual Test script====
 
 
<div class="mw-collapsible mw-collapsed">
 
<div class="mw-collapsible mw-collapsed">
 
'''Scenario:''' User invalid login
 
'''Scenario:''' User invalid login

Revision as of 16:56, 30 March 2018

Manual Test Cases

Dashboard Manual Testing

3.1. Login

  1. Visual check
    1. Login box correct colour
    2. buttons displayed
  2. User invalid login- user should see an error message and will not be loged in
  3. 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 user enters 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