Test Case
Number
Test Case Description
Test Steps
Test Data
1
Check response when valid email and password are entered
1. Enter email
2. Enter password
3. Click Sign In
Email: test@email.com
Password: A4He3#@1i
2
Check Facebook sign-in allows
authentication 1. Click on “Sign in with Facebook”
Redirects to Facebook for authentication
3
Check Twitter sign-in allows authentication
1. Click on “Sign in with Twitter”
Redirects to Twitter for authentication 4
Check Google+ sign-in allows authentication
1. Click on “Sign in with Google+”
Redirects to Google+ for authentication
5
Check Forgot password link redirects
1. Click on “Forgot password” link
Redirects to the password reset page 6
Check Sign-up link sends to sign-up form
1. Click on “Sign up” link
Redirects to the sign up form
7
Check empty username field response
1. Leave the username field empty
Login fails, prompts for username
8
Check invalid login credentials
entered
1. Enter invalid email and password
Email: wrong@email.com
Password: wrongpass
9
Validate password length requirement
1. Enter a short password (e.q., 6 characters.
Password is 2#DrEfd
Results: Login fails, password length requirements not met
10
Validate password complexity
1. enter a weak password without a symbol or number
Test: Password: weak pass
Expected results: Login fails complexity not met
2