尊敬的 微信汇率:1円 ≈ 0.046215 元 支付宝汇率:1円 ≈ 0.046306元 [退出登录]
SlideShare a Scribd company logo
KasegaonEducationSociety’s
Rajarambapu Institute of Technology,Rajaramnagar
(An AutonomousInstitute)
Post- Sakharale,Tal.Walwa,Dist.Sangli.PIN –415414 (Maharashtra)
Website:www.ritindia.edu. E-mail:director@ritindia.edu
Writing Test Cases (ISE-I) 2019-20 (Semester – VII)
Programme : InformationTechnology
Class : Final Year B. Tech.
Course withCode : Software TestingandQualityAssurance (IT4072)
Name of the Project : Online ShoppingSystem.
Sr. No. Name ofthe Student Roll No.
1. Chirag Makdiya 1604030
2. Sarvesh Barkade 1604038
Module wise requirements:
Module I: Registration:
 The new usershouldbe able toregister tothe system.
 Registrationof usermustbe done usingunique andvalid email id.
 Registrationof userwill be successful onlyafterverifyingOTPsenttoemail-id.
 The alreadyregisteredusersshouldbe able tologintosystemsuccessfully.
 Username/Email shouldbe unique
 Validusername: validemail-id
 Validpassword:Combinationof lowercase anduppercase,alphabetsanddigits.(8to12 characters)
 ValidContactnumber:10digitsonly
 ValidAddress:150charactersmax.
Module 2: Login
 If user forgets password, he/sheshouldbe able toresetthe password.
 ResettingpasswordshouldalsoverifyOTPsentto email-id.
 Loginmodule mustvalidate username andpasswordbeforelogin.
 If its correct usershouldbe redirectedtohomepage else appropriate errormessageshouldbe
displayed.
 Validusername: validemail-id
 Validpassword: Combinationof lowercase anduppercase,alphabetsanddigits.(8to12 characters)
Module II: Add itemto cart:
 User selectsthe desireditemoutof listprovidedoncatalog.
 User can add item to cart and continue shopping
 All itemsandtheirtotal shouldbe displayedinthe cart.
 Remove itemsfromcart.
 Proceedtocheckout.
 At leastone itemshouldbe presentincartforproceedingtocheckout.
 At leastone itemshouldbe presentincartfor showingtotal amount.
Test Case Development:
Module 1: Login
Test
case ID
Test
Objective
Precondition Steps Test data Expected
result
Post-
condition
Actual
Result
Pass/fail
TC001 Verify
admin
loginwith
username
and
password
Admin
shouldbe
registered
withvalid
email and
password
before login.
Clickon
Login
button
Enter
valid
username
and
password
Email-id:
abc@xyz.com
Password:
Xyz123
System
displays
Admin
homepage
Admin
shouldbe
kept
loggedin
until
logout.
As
Expected,
Pass
sTC002 Verify
userlogin
withvalid
username
and
password
User should
be
registered
withvalid
email and
password
before login.
Clickon
Login
button
Enter
valid
username
and
password
Email-id:
abc@xyz.com
Password:
Xyz123
System
displays
User
homepage
User
shouldbe
kept
loggedin
until
logout.
As
Expected,
Pass
TC003 Verify
userlogin
with
invalid
username
and
password
User isnot
registered
before with
validemail
and
password.
Clickon
Login
button
Enter
valid
username
and
password
Email-id:
abcxyz.com
Password:
123ggh
Display
error
message
loginfailed.
Redirect
to Login
page.
As
Expected,
Pass
TC004 Forgot
password
User should
be
registered
withvalid
email and
password
before
clickingon
forgot
password.
Clickon
forgot
password
Enter
registered
email id.
Enter OTP
sentto
email id
Verify
Email-id:
abc@xyz.com
OTP:
1234
Password:
Xyz123
User will
setnew
password
after
verifying
OTP and
password
change
successfully
message
will be
displayed.
Redirect
to Login
page.
As
Expected,
Pass
OTP
Enter new
password
Confirm
password
Password:
Xyz123
Module 2 Registration
Test
case ID
Test
Objective
Precondition Steps Test data Expected
result
Post-
condition
Actual
Result
Pass/fail
TC001 Register
new
user.
User must
have valid
details
requiredfor
registration
.i.e. email-id,
contact
number.
Email id
mustnot be
usedbefore
for
registration
to this
system.i.e.
unique email
idfor each
user.
1Clickon
Register
button.
2Fill
fieldsof
form.i.e.
email id,
contact
number
,address
Email-id:
abc@xyz.com
Contact:
9876543210
Address:
Aptno12/A,
Street,City,
State,Country.
All the
Required
fieldsare
filled
Proccedto
verification
of details
viaOTP
As
Expected
Pass
TC001.2 Verify
User with
OTP
E-mail
address
shouldbe
correct
1 OTP is
sentfor
verifying
email
address
2 Verify
OTP sent
3 Create
password
4
Confirm
details
and click
OK.
OTP:1234
Password:
Xyz123
Password:
Xyz123
Registration
successful
message
will be
displayed.
Redirectto
Login
page.
As
Expected,
Pass
Module 3: Add itemto Cart
Test
case
ID
Test
Objectiv
e
Preconditio
n
Steps Test data Expecte
d result
Post-
condition
Actual
Result
Pass/F
ail
TC00
1
User
should
select
desired
itemand
add item
to cart.
User should
be loggedin.
Select
desired
item.
Clickon
add to
cart
button.
Itemname:
Item123
Item-id:
#123
Specifications
:
Cost:12RS
Continue
shopping
Itemgets
addedto
cart
successfully.
Amountand
count are
incremented
accordingly.
As
Expected,
Pass
TC00
2
Show
total
amount
of items
incart.
Itemsmust
be present
inthe cart.
Openthe
cart
Clickon
show
total
amount.
Total amount:
1234RS
Displays
the
details
and total
amount
of all
itemsin
cart.
Proceedto
order.
As
Expected,
Pass
TC00
3
Remove
item
from
cart.
At leastone
itemmust
be present
incart.
Remove
desired
item.
Clickon
remove
fromcart
button.
Itemname:
Item123
Item-id:
#123
Continue
shopping
Itemgets
removed
fromcart
and
decrement
the amount
and countof
items.
As
Expected,
Pass
TC00
4
Proceed
to
checkout
.
Itemsmust
be present
inthe cart.
Openthe
cart
Clickon
proceed
to
checkout
.
Enter
shipping
address.
Itemname:
Item123
Item-id:
#123
Shipping
address:
Displays
the
details
and total
amount
of all
itemsin
cart and
shipping
address.
Proceedto
payment.
As
Expected,
Pass
Aptno12/A,
Street,City,
State,
Country.

More Related Content

What's hot

Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPT
Shanthan Reddy
 
College admission system
College admission system College admission system
College admission system
Sourabh Upadhyay
 
Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"
Harsh Verma
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
Yaswanth Babu Gummadivelli
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
'Ashmeet Sehgal'
 
02.project training and placement cell
02.project training and  placement cell02.project training and  placement cell
02.project training and placement cell
Richa Malhotra
 
Industrial Training report on java
Industrial  Training report on javaIndustrial  Training report on java
Industrial Training report on java
Softvision Info Solutions Private Limited
 
Employee management system1
Employee management system1Employee management system1
Employee management system1
supriya
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
Utsav mistry
 
Amazon search test case document
Amazon search test case documentAmazon search test case document
Amazon search test case document
Sunil Kumar Gunasekaran
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report
SARASWATENDRA SINGH
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
Kishan Maurya
 
Online Voting System-using Advanced Java
Online Voting System-using Advanced JavaOnline Voting System-using Advanced Java
Online Voting System-using Advanced Java
Sarthak Srivastava
 
Quiz app android ppt
Quiz app android pptQuiz app android ppt
Quiz app android ppt
Aditya Nag
 
PROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMPROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 
CSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationCSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android Application
Ahammad Karim
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
Hemant Sarthak
 
Ecommerce website proposal
Ecommerce website proposalEcommerce website proposal
Ecommerce website proposal
Sudhir Raj
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
Nazmul Hyder
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
Ahsan Rizwan
 

What's hot (20)

Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPT
 
College admission system
College admission system College admission system
College admission system
 
Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"Minor project Report for "Quiz Application"
Minor project Report for "Quiz Application"
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
02.project training and placement cell
02.project training and  placement cell02.project training and  placement cell
02.project training and placement cell
 
Industrial Training report on java
Industrial  Training report on javaIndustrial  Training report on java
Industrial Training report on java
 
Employee management system1
Employee management system1Employee management system1
Employee management system1
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
 
Amazon search test case document
Amazon search test case documentAmazon search test case document
Amazon search test case document
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report
 
Online Quiz System Project Report
Online Quiz System Project Report Online Quiz System Project Report
Online Quiz System Project Report
 
Online Voting System-using Advanced Java
Online Voting System-using Advanced JavaOnline Voting System-using Advanced Java
Online Voting System-using Advanced Java
 
Quiz app android ppt
Quiz app android pptQuiz app android ppt
Quiz app android ppt
 
PROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMPROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEM
 
CSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android ApplicationCSE Final Year Project Presentation on Android Application
CSE Final Year Project Presentation on Android Application
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
 
Ecommerce website proposal
Ecommerce website proposalEcommerce website proposal
Ecommerce website proposal
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
 

Similar to Online Shopping System Test case Writing

58
5858
Pratik Karmankar
Pratik KarmankarPratik Karmankar
Pratik Karmankar
DMCE Engineering
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET Journal
 
Engineer Muhammad Shumraiz Sharif
Engineer Muhammad Shumraiz SharifEngineer Muhammad Shumraiz Sharif
Engineer Muhammad Shumraiz Sharif
M SHUMRAIZ SHARIF GUJJAR
 
Online course reservation system
Online course reservation systemOnline course reservation system
Online course reservation system
Chamma Jabeedkhan
 
Live Classes
Live ClassesLive Classes
Live Classes
IRJET Journal
 
Junaid Ashraf_1Aug15_F1
Junaid Ashraf_1Aug15_F1Junaid Ashraf_1Aug15_F1
Junaid Ashraf_1Aug15_F1
junaid ashraf
 
srishty resume
srishty resumesrishty resume
srishty resume
Srishty Malhotra
 
Dharmendra resume
Dharmendra resumeDharmendra resume
Dharmendra resume
Dharmendra Bhagat
 
Final year-project "Smart Sessional System with QR Code"
Final year-project "Smart Sessional System with QR Code"Final year-project "Smart Sessional System with QR Code"
Final year-project "Smart Sessional System with QR Code"
Usama Fayyaz
 
resume
resumeresume
Scheme for Govt. Employees in RS-CIT
Scheme for Govt. Employees in RS-CITScheme for Govt. Employees in RS-CIT
Scheme for Govt. Employees in RS-CIT
Yogendra Singhal
 
B017540718
B017540718B017540718
B017540718
IOSR Journals
 
Diploma in Advanced Software Development Methodologies (DASDM)
Diploma in Advanced Software Development Methodologies  (DASDM)Diploma in Advanced Software Development Methodologies  (DASDM)
Diploma in Advanced Software Development Methodologies (DASDM)
prabhatjon
 
nareshr_resume
nareshr_resumenareshr_resume
nareshr_resume
Naresh B
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android Users
IRJET Journal
 
Resume_Final
Resume_FinalResume_Final
Resume_Final
Rajat Sharma
 
Tushar_Patil_CDAC_Fresher
Tushar_Patil_CDAC_FresherTushar_Patil_CDAC_Fresher
Tushar_Patil_CDAC_Fresher
Tushar Patil
 
Pravin kantariya 2016
Pravin kantariya 2016Pravin kantariya 2016
Pravin kantariya 2016
Pravin Kantariya
 
Pravin Kantariya 2016
Pravin Kantariya 2016Pravin Kantariya 2016
Pravin Kantariya 2016
Pravin Kantariya
 

Similar to Online Shopping System Test case Writing (20)

58
5858
58
 
Pratik Karmankar
Pratik KarmankarPratik Karmankar
Pratik Karmankar
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
 
Engineer Muhammad Shumraiz Sharif
Engineer Muhammad Shumraiz SharifEngineer Muhammad Shumraiz Sharif
Engineer Muhammad Shumraiz Sharif
 
Online course reservation system
Online course reservation systemOnline course reservation system
Online course reservation system
 
Live Classes
Live ClassesLive Classes
Live Classes
 
Junaid Ashraf_1Aug15_F1
Junaid Ashraf_1Aug15_F1Junaid Ashraf_1Aug15_F1
Junaid Ashraf_1Aug15_F1
 
srishty resume
srishty resumesrishty resume
srishty resume
 
Dharmendra resume
Dharmendra resumeDharmendra resume
Dharmendra resume
 
Final year-project "Smart Sessional System with QR Code"
Final year-project "Smart Sessional System with QR Code"Final year-project "Smart Sessional System with QR Code"
Final year-project "Smart Sessional System with QR Code"
 
resume
resumeresume
resume
 
Scheme for Govt. Employees in RS-CIT
Scheme for Govt. Employees in RS-CITScheme for Govt. Employees in RS-CIT
Scheme for Govt. Employees in RS-CIT
 
B017540718
B017540718B017540718
B017540718
 
Diploma in Advanced Software Development Methodologies (DASDM)
Diploma in Advanced Software Development Methodologies  (DASDM)Diploma in Advanced Software Development Methodologies  (DASDM)
Diploma in Advanced Software Development Methodologies (DASDM)
 
nareshr_resume
nareshr_resumenareshr_resume
nareshr_resume
 
IRJET- NIE Placements: An Automated Application for Android Users
IRJET-  	  NIE Placements: An Automated Application for Android UsersIRJET-  	  NIE Placements: An Automated Application for Android Users
IRJET- NIE Placements: An Automated Application for Android Users
 
Resume_Final
Resume_FinalResume_Final
Resume_Final
 
Tushar_Patil_CDAC_Fresher
Tushar_Patil_CDAC_FresherTushar_Patil_CDAC_Fresher
Tushar_Patil_CDAC_Fresher
 
Pravin kantariya 2016
Pravin kantariya 2016Pravin kantariya 2016
Pravin kantariya 2016
 
Pravin Kantariya 2016
Pravin Kantariya 2016Pravin Kantariya 2016
Pravin Kantariya 2016
 

Recently uploaded

High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
dABGO KI CITy kUSHINAGAR Ak47
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
felixwold
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
IJCNCJournal
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
sydezfe
 
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
Ak47
 
Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.
supriyaDicholkar1
 
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
Tsuyoshi Horigome
 
Literature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptxLiterature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptx
LokerXu2
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
DharmaBanothu
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
ShurooqTaib
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
ijseajournal
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
foxlyon
 
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
kamka4105
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Balvir Singh
 
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call GirlCall Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
sapna sharmap11
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
nonods
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
DharmaBanothu
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
dulbh kashyap
 

Recently uploaded (20)

High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
High Profile Call Girls Ahmedabad 🔥 7737669865 🔥 Real Fun With Sexual Girl Av...
 
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdfAsymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
Asymmetrical Repulsion Magnet Motor Ratio 6-7.pdf
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
 
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
College Call Girls Kolkata 🔥 7014168258 🔥 Real Fun With Sexual Girl Available...
 
Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.Introduction to Artificial Intelligence.
Introduction to Artificial Intelligence.
 
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
Update 40 models( Solar Cell ) in SPICE PARK(JUL2024)
 
Literature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptxLiterature review for prompt engineering of ChatGPT.pptx
Literature review for prompt engineering of ChatGPT.pptx
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
 
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Tiruppur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
 
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call GirlCall Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
Call Girls Goa (india) ☎️ +91-7426014248 Goa Call Girl
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
 
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
🚺ANJALI MEHTA High Profile Call Girls Ahmedabad 💯Call Us 🔝 9352988975 🔝💃Top C...
 

Online Shopping System Test case Writing

  • 1. KasegaonEducationSociety’s Rajarambapu Institute of Technology,Rajaramnagar (An AutonomousInstitute) Post- Sakharale,Tal.Walwa,Dist.Sangli.PIN –415414 (Maharashtra) Website:www.ritindia.edu. E-mail:director@ritindia.edu Writing Test Cases (ISE-I) 2019-20 (Semester – VII) Programme : InformationTechnology Class : Final Year B. Tech. Course withCode : Software TestingandQualityAssurance (IT4072) Name of the Project : Online ShoppingSystem. Sr. No. Name ofthe Student Roll No. 1. Chirag Makdiya 1604030 2. Sarvesh Barkade 1604038
  • 2. Module wise requirements: Module I: Registration:  The new usershouldbe able toregister tothe system.  Registrationof usermustbe done usingunique andvalid email id.  Registrationof userwill be successful onlyafterverifyingOTPsenttoemail-id.  The alreadyregisteredusersshouldbe able tologintosystemsuccessfully.  Username/Email shouldbe unique  Validusername: validemail-id  Validpassword:Combinationof lowercase anduppercase,alphabetsanddigits.(8to12 characters)  ValidContactnumber:10digitsonly  ValidAddress:150charactersmax. Module 2: Login  If user forgets password, he/sheshouldbe able toresetthe password.  ResettingpasswordshouldalsoverifyOTPsentto email-id.  Loginmodule mustvalidate username andpasswordbeforelogin.  If its correct usershouldbe redirectedtohomepage else appropriate errormessageshouldbe displayed.  Validusername: validemail-id  Validpassword: Combinationof lowercase anduppercase,alphabetsanddigits.(8to12 characters) Module II: Add itemto cart:  User selectsthe desireditemoutof listprovidedoncatalog.  User can add item to cart and continue shopping  All itemsandtheirtotal shouldbe displayedinthe cart.  Remove itemsfromcart.  Proceedtocheckout.  At leastone itemshouldbe presentincartforproceedingtocheckout.  At leastone itemshouldbe presentincartfor showingtotal amount.
  • 3. Test Case Development: Module 1: Login Test case ID Test Objective Precondition Steps Test data Expected result Post- condition Actual Result Pass/fail TC001 Verify admin loginwith username and password Admin shouldbe registered withvalid email and password before login. Clickon Login button Enter valid username and password Email-id: abc@xyz.com Password: Xyz123 System displays Admin homepage Admin shouldbe kept loggedin until logout. As Expected, Pass sTC002 Verify userlogin withvalid username and password User should be registered withvalid email and password before login. Clickon Login button Enter valid username and password Email-id: abc@xyz.com Password: Xyz123 System displays User homepage User shouldbe kept loggedin until logout. As Expected, Pass TC003 Verify userlogin with invalid username and password User isnot registered before with validemail and password. Clickon Login button Enter valid username and password Email-id: abcxyz.com Password: 123ggh Display error message loginfailed. Redirect to Login page. As Expected, Pass TC004 Forgot password User should be registered withvalid email and password before clickingon forgot password. Clickon forgot password Enter registered email id. Enter OTP sentto email id Verify Email-id: abc@xyz.com OTP: 1234 Password: Xyz123 User will setnew password after verifying OTP and password change successfully message will be displayed. Redirect to Login page. As Expected, Pass
  • 4. OTP Enter new password Confirm password Password: Xyz123 Module 2 Registration Test case ID Test Objective Precondition Steps Test data Expected result Post- condition Actual Result Pass/fail TC001 Register new user. User must have valid details requiredfor registration .i.e. email-id, contact number. Email id mustnot be usedbefore for registration to this system.i.e. unique email idfor each user. 1Clickon Register button. 2Fill fieldsof form.i.e. email id, contact number ,address Email-id: abc@xyz.com Contact: 9876543210 Address: Aptno12/A, Street,City, State,Country. All the Required fieldsare filled Proccedto verification of details viaOTP As Expected Pass TC001.2 Verify User with OTP E-mail address shouldbe correct 1 OTP is sentfor verifying email address 2 Verify OTP sent 3 Create password 4 Confirm details and click OK. OTP:1234 Password: Xyz123 Password: Xyz123 Registration successful message will be displayed. Redirectto Login page. As Expected, Pass
  • 5. Module 3: Add itemto Cart Test case ID Test Objectiv e Preconditio n Steps Test data Expecte d result Post- condition Actual Result Pass/F ail TC00 1 User should select desired itemand add item to cart. User should be loggedin. Select desired item. Clickon add to cart button. Itemname: Item123 Item-id: #123 Specifications : Cost:12RS Continue shopping Itemgets addedto cart successfully. Amountand count are incremented accordingly. As Expected, Pass TC00 2 Show total amount of items incart. Itemsmust be present inthe cart. Openthe cart Clickon show total amount. Total amount: 1234RS Displays the details and total amount of all itemsin cart. Proceedto order. As Expected, Pass TC00 3 Remove item from cart. At leastone itemmust be present incart. Remove desired item. Clickon remove fromcart button. Itemname: Item123 Item-id: #123 Continue shopping Itemgets removed fromcart and decrement the amount and countof items. As Expected, Pass TC00 4 Proceed to checkout . Itemsmust be present inthe cart. Openthe cart Clickon proceed to checkout . Enter shipping address. Itemname: Item123 Item-id: #123 Shipping address: Displays the details and total amount of all itemsin cart and shipping address. Proceedto payment. As Expected, Pass
  翻译: