0% found this document useful (0 votes)
5 views6 pages

Test cases

The document outlines test cases for the Taxi Booking application's user registration module, detailing various scenarios including valid and invalid data inputs. Each test case includes a description, expected results, actual results, and status, with specific focus on username, email, and password validations. The document also notes bugs encountered during testing, particularly related to email validation and existing usernames.

Uploaded by

22010101173
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

Test cases

The document outlines test cases for the Taxi Booking application's user registration module, detailing various scenarios including valid and invalid data inputs. Each test case includes a description, expected results, actual results, and status, with specific focus on username, email, and password validations. The document also notes bugs encountered during testing, particularly related to email validation and existing usernames.

Uploaded by

22010101173
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1.

1 TEST CASES

Project Name: Taxi Booking Test Designed by: Jatin Nadiyapara


Module Name: Registration Test Designed date: 18/02/2025
Release Version: 1.0 Test Executed by: Prof. Raj Gondaliya
Test Execution date: 18/03/2025

Pre-condition: Web application should be accessible


Test Case ID Test Title Test Type Description Test Case ID
TC_001 User Registration Functiona Verify that a new user can TC_001
with Valid Data l register successfully with valid
data.
TC_002 User Registration Functiona Verify that the system rejects TC_002
with Invalid Email l registration with an invalid
Address email address.

Test Case Title User Registration with Valid Data


Test Type Functional
Test Priority High
Pre-condition The user is on the registration page of the application.

Test Step Test Case Expected


Actual Result Status Comment Data Bug ID
Description Result
Username
field
Enter a should be Username
editable Username: Jatin
1 valid input Pass
nadiyapara
username. and accept accepted
the
Username

Enter an Should be
invalid display an Display
email error an
2 address message error of Pass
(e.g., enter valid wrong email
missing email format
“@”). format
Password
field
should be Password
Enter a input
editable
3 valid displayed in Pass
and accept
password. dot and
the
accepted
password
and
display as
star or dot

Set an Not
required Display of performa
Click on
field error a
4 Register Fail Bug_002
validation wrong validation
button
message Email function
for Email fix it

x
Test Case Title User Registration with Invalid Email Address
Test Type Functional
Test Priority Medium
Pre-condition The user is on the registration page of the application.

Test Step Test Case Expected


Actual Result Status Comment Data Bug ID
Description Result
Username
field
Enter a should be Username
editable Username: Jatin
1 valid input Pass
nadiyapara
username. and accept accepted
the
Username

Enter an Should be
invalid display an Display
email error an
2 address message error of Pass
(e.g., enter valid wrong email
missing email format
“@”). format
Password
field
should be Password
Enter a input
editable
3 valid displayed in Pass
and accept
password. dot and
the
accepted
password
and
display as
star or dot

Set an Not
required Display of performa
Click on
field error a
4 Register Fail Bug_002
validation wrong validation
button
message Email function
for Email fix it
Test Case Title User Registration with Password Mismatch
Test Type Functional
Test Priority Medium
Pre-condition The user is on the registration page of the application.

Test Test Case Expected Actual Result Status Comment Data Bug
Step Description Result ID
1 Enter a valid Username Username Pass Username: Jatin
username. field should input
be editable accepted
and accept
the
Username
2 Enter a valid Email field Username Pass Email:
email should be input [email protected]
address.. editable accepted
and accept
the Email

3 Enter a The system Display an Pass


different should error of
password in display an wrong
the error Password
confirmation message
field. indicating
that the
passwords
do not
match.
4 Click the The system Display an fail
"Register" should error of
button display an wrong
error Password
message
indicating
that the
passwords
do not
match.

Test Case Title User Registration with Existing Username


Test Type Functional
Test Priority Medium
Pre-condition The user is on the registration page of the application.

Test Test Case Expected Actual Result Status Comment Data Bug
Step Description Result ID
1 Enter an The system Display an Fail
existing should error of
username. display an wrong
error Password
message
indicating
that the
username is
already
taken.
2 Enter a valid Email field Email input Pass Email:
email should be accepted [email protected]
address.. editable
and accept
the Email

3 Enter a valid Password Password Pass Password:


password. field should input Js123
be editable displayed in
and accept dot and
the accepted
password
and display
as star or
dot.
4 Click the The system Display an fail
"Register" should error of
button display an Existing
error Username
message
indicating
that the
Username
is already
taken.

You might also like