Login Test Case Sample
Module Name: Login
Created by PM
Creatition Date: May 02 2021
Reviewed By Leader/Peers
Reviewed Date : May 02 2021
Project Name: w2g
Test Senario ID | Test Senario Description | Test Case ID | Test Case Description | Steps | Preconditions | Test Data | Post conditions | Expected Results | Actual Results | Status | Executed By | Executed Date | Comments (if any) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TS_W_001 | Verifying the login function of Way2goal login page |
TC_W_Login_001 | Enter a valid username &valid password |
1.Enter valid username 2, Enter valid password 3, Click on Login button |
Valid URL Test Data |
Username: w2g@gmail.com Password: pass@words |
User should see the homepage |
Successful login | Pass | Test_T002 | 12-May-21 | No Comments | |
TS_W_001 | Verifying the login function of Way2goal login page |
TC_W_Login_002 | Enter a valid username &invalid password |
1.Enter valid username 2, Enter invalid password 3, Click on Login button |
Valid URL Test Data |
Username: w2g@gmail.com Password: xxxxxx |
error message “invalid username or passwrod” |
A pop box to show “invalid username or password” |
Fail | Test_T002 | 12-May-21 | No Comments | |
TS_W_001 | Verifying the login function of Way2goal login page |
TC_W_Login_003 | Enter a invalid username &valid password |
1.Enter invalid username 2, Enetr valid password 3, Click on Login button |
Valid URL Test Data |
Username: xxx@gmail.com Password: pass@words |
error message “invalid username or passwrod” |
A pop box to show “invalid username or password” |
Fail | Test_T002 | 12-May-21 | No Comments | |
TS_W_001 | Verifying the login function of Way2goal login page |
TC_W_Login_004 | Enter a invalid username &invalid password |
1.Enter invalid username 2, Enter invalid password 3, Click on Login button |
Valid URL Test Data |
Username: xxx@gmail.com Password: xxxxxx |
error message “invalid username or passwrod” |
A pop box to show “invalid username or password” |
Fail | Test_T002 | 12-May-21 | No Comments |
A popular three-level priority categorization scheme is described as under
- Priority – 1: Allocated to all tests that must be executed in any case.
- Priority – 2: Allocated to the tests which can be executed, only when time permits.
- Priority – 3: Allocated to the tests, which even if not executed, will not cause big upsets.