Testing Area/Manual regression testing: Difference between revisions
From Mahara Wiki
< Testing Area
No edit summary |
|||
Line 71: | Line 71: | ||
### Ocean theme | ### Ocean theme | ||
## Default blocks displayed | ## Default blocks displayed | ||
# Page edit functionality works | # '''Page edit functionality works''' | ||
## Create edit and delete page blocks | ## Create edit and delete page blocks | ||
# Other page functionality | # '''Other page functionality''' | ||
## Block pagination | ## Block pagination | ||
# Page links working | # '''Page links working''' | ||
</div> | </div> | ||
====Manual Test script scenarios==== | ====Manual Test script scenarios==== | ||
Revision as of 11:51, 31 March 2018
Manual Test Cases
Dashboard Manual Testing
Login page
Things to test for
- Visual check
- Login box correct colour
- buttons displayed "Login"
- fields displayed "Username" & "Password"
- Links displayed "Register" & "Lost username / password"
- User invalid login- user should see an error message and will not be logged in
- User valid login- user should be logged in and and redirected to the Dashboard page
Manual Test script scenarios
- 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
- Given user is not logged in
- Scenario: User valid login
- Given user is not logged in
- And is on the "Mahara homepage"
- When user enters valid username
- And user enters valid password
- Then user should be on the "Dashboard" page
- And user will be logged in
- Given user is not logged in
- Scenario: "Registration" links to "Registration" page
- Given user is not logged in
- And is on the "Mahara homepage"
- When user clicks "Registration" link
- Then user should be on the "Registration" page
- Given user is not logged in
- Scenario: "Lost username / password" links to "Forgotten your username or password?" page
- Given user is not logged in
- And is on the "Mahara homepage"
- When user clicks the "Lost username / password" link
- Then user should be on the "Forgotten your username or password?" page
- Given user is not logged in
Overview page
Things to test for
- Visual check
- Page styling correct colour
- Raw theme
- Primary School theme
- Ocean theme
- Default blocks displayed
- Page styling correct colour
- Page edit functionality works
- Create edit and delete page blocks
- Other page functionality
- Block pagination
- Page links working
Manual Test script scenarios
- Scenario: User can see messages in "Inbox" block
- Given user is logged in
- When user is on the "Dashboard"
- Then user should see "Inbox" block
- Given user is logged in
- Scenario: Some scenario
- Given user is not logged in
- And is on the "Mahara homepage"
- When user enters valid username
- And user enters valid password
- Then user should be on the "Dashboard" page
- And user will be logged in
- Given user is not logged in
- Scenario: Some scenario
- Given Some preconditions
- When user performs some action
- Then Something should happen
- Given Some preconditions