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

Micro Project

The document outlines a series of test cases for user registration and login functionalities. It includes tests for successful registration with valid data, handling missing fields, and logging in with both valid and invalid credentials, all of which passed. Each test case details the steps taken, expected results, and actual outcomes.

Uploaded by

aryakoshti092
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)
39 views1 page

Micro Project

The document outlines a series of test cases for user registration and login functionalities. It includes tests for successful registration with valid data, handling missing fields, and logging in with both valid and invalid credentials, all of which passed. Each test case details the steps taken, expected results, and actual outcomes.

Uploaded by

aryakoshti092
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

1.

User Registration and Login


Test
Pre Test Expected Actual
Sr no. Case Steps Input data Status
condition Description result result
ID
1 TC_01 None Register a 1. Go to Name: John User is User is Pass
new user registration Doe successfully successfully
with valid page Email: registered registered
data 2. Enter john@exam and and
valid user ple.com redirected to redirected to
details Password: login page login page
3. Click password12
"Register" 3

2 TC_02 None Register with 1. Go to Name: Jane An error An error Pass


missing registration Doe message is message is
fields page Password: displayed displayed
2. Leave password12 indicating indicating
email field 3 email field email field
empty is missing is missing
3. Click
"Register"

3 TC_03 User Login with 1.. Go to Username: User is User is Pass


registered valid login page john@exam successfully successfully
credentials 2. Enter ple.com logged in logged in
correct Password: and and
username password12 redirected to redirected to
and 3 dashboard dashboard
password
3. Click
"Login"

4 TC_04 User Login with 1. Go to Username: An error An error Pass


registered invalid login page john@exam message is message is
credentials 2. Enter ple.com displayed: displayed:
incorrect Password: "Invalid "Invalid
password wrongpass username or username or
3. Click word password" password"
"Login"

You might also like