Testing Area/Manual regression testing: Difference between revisions
From Mahara Wiki
< Testing Area
Line 2: | Line 2: | ||
==Dashboard Manual Testing== | ==Dashboard Manual Testing== | ||
=== | ===3.1.0Login=== | ||
'''User invalid login'''- user should see an error message and will not be loged in<br /> | # '''Visual check''' | ||
'''User valid login'''- user should be logged in and and redirected to the '''''Dashboard''''' page | ::* Login box correct colour | ||
::* buttons displayed | |||
# '''User invalid login'''- user should see an error message and will not be loged in<br /> | |||
# '''User valid login'''- user should be logged in and and redirected to the '''''Dashboard''''' page | |||
====Manual Test script==== | ====Manual Test script==== | ||
Line 18: | Line 18: | ||
:'''And''' is on the Mahara homepage<br /> | :'''And''' is on the Mahara homepage<br /> | ||
:'''When''' user enters valid username <br /> | :'''When''' user enters valid username <br /> | ||
:'''And''' invalid password <br /> | :'''And''' user enters invalid password <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 /> | :'''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 /> |
Revision as of 17:29, 30 March 2018
Manual Test Cases
Dashboard Manual Testing
3.1.0Login
- 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 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