0% found this document useful (0 votes)
6 views

SE Assignment 3

The document outlines the testing scenarios and test cases for an online store project, focusing on user authentication, product search, shopping cart functionality, checkout process, and payment processing. It includes details such as created date, reviewer, and specific test case IDs along with their expected results and statuses. The tests aim to verify successful user login, product search, cart addition, order confirmation, and payment processing outcomes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

SE Assignment 3

The document outlines the testing scenarios and test cases for an online store project, focusing on user authentication, product search, shopping cart functionality, checkout process, and payment processing. It includes details such as created date, reviewer, and specific test case IDs along with their expected results and statuses. The tests aim to verify successful user login, product search, cart addition, order confirmation, and payment processing outcomes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Project Name Online store

Modules names User Authentication , Product


Search , Shopping Cart, Checkout
Process, Payment Processing

Created By FA23-BSE-(126,088,117,083,092)
Created Date 13-12-2024
Reviewed By Ms. Fareeha Iftikhar

Scenario TID Scenario Description Test Case ID Pre Condition

Verify a registered user can log in


TS_001 TC-001-001 User is on login page
successfully using valid credentials.

Verify a registered user can log in


TS_001 TC-001-002 User is on login page
successfully using valid credentials.

Click on search button


Verify a user can search a product
TS_002 TC-002 and currently is on the
on keyword.
search bar.
Verify that a user can a product to User is on product details
TS_003 TC-003
cart. page.

Verify a user can complete the User has items to order in


TS_004 TC-004
checkout process. the shoping cart.

Verify that the system process the User is on checkout page


TS_005 TC-005
payments successfully. in payment section.
Test case Description Action/Test Steps Test Data

1. Go on login page.
1. Username: (anyName)
Verify user login with valid credentials such 2. Enter valid username and
2. Password: 1234
as username , password etc. password. 3.
Clicking on Login button.

1. Go on login page.
1. Username: (anyName)
Verify user login with valid credentials such 2. Enter valid username and
2. Password: 1234
as username , password etc. password. 3.
Clicking on Login button.

1. Enter keyword in search bar.


2. Clich on 1. Keyword: Laptop
verify product searching functionality.
search button.
1. Go to product details page.
verify product is added into cart successfully. Product Description.
2. Click on "Add to cart"
button.

1.Add adress to deliever the order.


1. Address: J-block LDA Lahore.
2. Add
Verify Checkout process. 2.Phone
phone number.
no : 0300-1234567
3. Clicking on confirm button.

1. Enter valid payment details such as card 1. Card type : Visa


type, number etc. 2. Number: 1111-2222-3333-
Verify payment processing for orders.
4444 3.
2. Clicking on "Pay now" button. CVV: 123
Expected Results Actual Results Status Post Condition

Successfully login and go to User is successfully login and currently


Login successful Pass
homepage. is on home page

User failed to login and asked to try


Login unsuccessful Wrong credentials try again. Fail
again with correct credentials.

Show relevant products according to directed on products page


Pass Display products according to search.
keyword. showing laptops.
Product successfully added into
Product added into cart successfully. Pass Display cart page.
the cart.

Order confirmation massage should Order confirmation massage


Display order confirmation page with
appeared and directed on order details appeared and directed on order Pass
order details.
page. details page.

Show massage "Payment Successful" Payment successful and order


Pass Payment confirmation received.
and update order status. status is updated.
Comments (if any)

only if invalid credentials

You might also like