0% found this document useful (0 votes)
54 views1 page

9 Lesson

This document outlines test cases for a login page. It includes 11 test cases that validate: 1) required fields, 2) invalid username and password errors, 3) valid login, 4) password encryption, 5) forgot password and registration links, and 6) redirection to registration page. Each test case specifies the test objective, steps, test data, and expected result.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views1 page

9 Lesson

This document outlines test cases for a login page. It includes 11 test cases that validate: 1) required fields, 2) invalid username and password errors, 3) valid login, 4) password encryption, 5) forgot password and registration links, and 6) redirection to registration page. Each test case specifies the test objective, steps, test data, and expected result.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Test Case

Check Item

Test case Objective

Steps to ExecuteTest Data / Input

Log-in Page

Leave all fields as


blank and click Log-in Click Log-in
button

TC-002

Username

Enter Invalid
Username

TC-003

TC-001

Expected Result

By leaving all fields as blank and on click Log-in


button then mandatory symbol ( * ) should
appear in front of Username and Password
fields

NA

Username :
Jackk

By entering invalid Username then an error


message should appear as " Please Enter
Valid Username "

Username

Enter valid Username NA

Username :
Jack

It should allow the user to proceed

TC-004

Password

NA

TC-005

Password

Enter wrong password NA

Password : ***

By entering invalid password then an error


message should appear as " Please Enter
Correct Password "

TC-006

Password

Enter Correct
password

NA

Password :
*******

It should allow the user to proceed

TC-007

Log-in
button

Correct Inputs

Click Log-in

TC-008

Forgot
Password

Check hyperlink on
Forgot Password
label

TC-009

Forgot
Password

TC-010

Registration

TC-011

Registration

The password field should display the


encrypted format of the text typed as (****)

It should lead the user to the respect page


while mouse over of the label an hand icon
should display

Click Forgot
Password
Check hyperlink on
Registration label

User can recover the password using the


Forgot Password link page
while mouse over of the label an hand icon
should display

Click
Registration

On click " Registration " page should redirect to


the User Registration page

You might also like