SlideShare a Scribd company logo
1
How to Write a Test Plan?How to Write a Test Plan?
A Case StudyA Case Study
2
What Must be Included?What Must be Included?
Introduction
Test SpecTest Spec Test Plan
Test Procedure
Unit Test
Integration Test
Validation Test
High-Order Test
Goal
Scope
3
4
5
6
7
8
Case StudyCase Study
WMITS (WMITS (Waste Management Inspection Tracking
System) Software Requirements) Software Requirements
SpecificationsSpecifications
1.1 Goals and Objectives1.1 Goals and Objectives
The main purpose of WMITS is to helpThe main purpose of WMITS is to help
automate the entire process that theautomate the entire process that the
Department of Environmental Quality (DEQ)Department of Environmental Quality (DEQ)
Waste Management Division (WMD) staffWaste Management Division (WMD) staff
members perform throughout an inspection.members perform throughout an inspection.
9
The goals of WMITS are:The goals of WMITS are:
· To minimize the time span of any inspection· To minimize the time span of any inspection
· To minimize the amount of paper work· To minimize the amount of paper work
requiredrequired
· To provide a searchable database of all· To provide a searchable database of all
past inspectionspast inspections
· To provide an automated channel for the· To provide an automated channel for the
public to request information (under Freedompublic to request information (under Freedom
of Information Act)of Information Act)
10
SystemSystem
ContextContext
Eventually, multiple users will be using the product
simultaneously. Therefore, concurrent connection will
be an issue for implementation. In addition, this is a
pilot product that hopefully, if successful, can be used
in other locations as well. This leads to issues about
future support for a larger user base.
11
1.0 Introduction1.0 Introduction
This section gives a general overview of the Test
Specification for the Waste Management
Inspection Tracking System (WMITS).
12
1.1 Goals and Objects1.1 Goals and Objects
Put it in a simple way, a good product will be work
perfectly, doing the right thing at the right time. To do
that, the software has to go through a series of tests
before its final release. Error free software is
extremely difficult to achieve. After all, nothing is
perfect. Especially for software developed in a short
time frame. But high quality can be achieved with a
detailed test specification. All (or least most) of the
test case will be listed, the development team will
follow it step by step, item by item, to test all the
necessary objects, data flows, limits, boundaries, and
constraints of the software.
13
1.1 Goals and Objects1.1 Goals and Objects
Cyber Rovers would like to have a test specification to
counter any difficulties that may impact the
development and the future performance of the
software. The team’s goal is to assist the project
team in developing a strategy to deal with any
errors. For this, the team will take a look at the most
common errors to some very uncommon errors as
well.
14
1.3 Major Constraints1.3 Major Constraints
In this section we will talk about the business,In this section we will talk about the business,
technical or resource related constraint thattechnical or resource related constraint that
may keep us from performing all testsmay keep us from performing all tests
necessary.necessary.
1.1. The team has limitation onThe team has limitation on timetime to testto test
the product at the client’s facility. We havethe product at the client’s facility. We have
access to the facility only during the regularaccess to the facility only during the regular
office hours. We also have to set us scheduleoffice hours. We also have to set us schedule
around the available time of the inspectoraround the available time of the inspector
that is to help us, so time schedule will be athat is to help us, so time schedule will be a
major constraint when we talk about testingmajor constraint when we talk about testing
at the site.at the site.
15
1.3 Major Constraints1.3 Major Constraints
2.2. The team also has gotThe team also has got fundingfunding for onlyfor only
one hand held PC. This means that weone hand held PC. This means that we
cannot test the software using the PC fromcannot test the software using the PC from
some other brand or PC that is of lesser pricesome other brand or PC that is of lesser price
and lower hardware.and lower hardware.
3.3. The team does not know any hacker thatThe team does not know any hacker that
can help us test thecan help us test the securitysecurity problems. So weproblems. So we
have to rely on our own knowledge andhave to rely on our own knowledge and
have to trust the software for the security.have to trust the software for the security.
16
1.3 Major Constraints1.3 Major Constraints
4.4. The team also does not have largeThe team also does not have large
enough groupenough group to have many people use theto have many people use the
applications at the same time to perform realapplications at the same time to perform real
stress related testing. So we have will not bestress related testing. So we have will not be
able to test the product for the larger userable to test the product for the larger user
base.base.
Critique: Each of these constraints represents a
significant product quality risk. .The team should
consider risk mitigation strategies.
17
2.0 Testing Plan2.0 Testing Plan
We want the product to be bug free. We alsoWe want the product to be bug free. We also
want to make sure that there are no defectswant to make sure that there are no defects
in the product. So we will be spending largein the product. So we will be spending large
amount of the total software developmentamount of the total software development
time on the testing. Below is the descriptiontime on the testing. Below is the description
of theof the testing procedure and strategytesting procedure and strategy. We will. We will
also be presenting the timing and scheduledalso be presenting the timing and scheduled
of the tests to be carried out.of the tests to be carried out.
2.1 Software to be tested2.1 Software to be tested
18
2.1.12.1.1
InterfacesInterfaces
Login Window
We will make use of several different names to log in
to the system, so will be testing login window. We
will also test OK and Cancel buttons on this window
by performing test above.
DEQ – Microsoft Visual Basic [Design] WindowDEQ – Microsoft Visual Basic [Design] Window
This is the main window that we will use to access the database
using Visual Basic. We will have several different drop-down
menus in this window. File, Facility, Inspection, approve,
Reports, Maintenance and Help are the drop down menu that will
be available in this window we will try to use all the menus and
than different options available in each of the window.
19
2.2 Testing Strategy2.2 Testing Strategy
In the following section we will describe theIn the following section we will describe the
testing strategy. We will user four differenttesting strategy. We will user four different
methods to test our product.methods to test our product.
20
2.2.1 Unit Testing2.2.1 Unit Testing
In the unit test case we will be testing theIn the unit test case we will be testing the
separate modules of the softwareseparate modules of the software. We will. We will
carry out white box testing where eachcarry out white box testing where each
module or component of the software ismodule or component of the software is
tested individually. We will test thetested individually. We will test the
components by passing data through it andcomponents by passing data through it and
we will be monitoring data to find the errors.we will be monitoring data to find the errors.
We will be looking for entry and exit conditions
of the data. We will make sure that all the components
work without any troubles. The test primarily be
carried out by the programmer who designed and
implemented the module. Lead tester will than carry
out test on the modules to finalise the testing.
21
2.2.2 Integration Testing2.2.2 Integration Testing
In this method of testing we will implementIn this method of testing we will implement
the software at thethe software at the clients locationclients location and willand will
run it. So we will be testing the product onrun it. So we will be testing the product on
clients network. As part of testing, will beclients network. As part of testing, will be
looking for any signs of thelooking for any signs of the collision betweencollision between
our software components and those of theour software components and those of the
clientsclients. We want to make sure there is no. We want to make sure there is no
confusion among the application on theconfusion among the application on the
network when they are runningnetwork when they are running
simultaneously.simultaneously.
22
2.2.2 Integration Testing2.2.2 Integration Testing
We will install the software at the clentes siteWe will install the software at the clentes site
and will run it. We will have several differentand will run it. We will have several different
other applications open as well. Thisother applications open as well. This
applications will be the once that have toapplications will be the once that have to
interact with our software on normal bases.interact with our software on normal bases.
We will make sure that all the data is savedWe will make sure that all the data is saved
correctly and there is no loss of data or datacorrectly and there is no loss of data or data
base anomalies in the product.base anomalies in the product.
We will start from the login window and willWe will start from the login window and will
go through all the all the software functionsgo through all the all the software functions
and will test the. We will be carefully lookingand will test the. We will be carefully looking
for any sort of collision between severalfor any sort of collision between several
different applicationsdifferent applications
23
2.2.3 Validation Testing2.2.3 Validation Testing
In this method of the test we will be working with theIn this method of the test we will be working with the
customer to find out if the software developed in validcustomer to find out if the software developed in valid
for the clients. We want to make sure that the client isfor the clients. We want to make sure that the client is
getting what he asked for. We will look at thegetting what he asked for. We will look at the softwaresoftware
requirement documentrequirement document in the case of conflict orin the case of conflict or
misunderstanding with client regarding softwaremisunderstanding with client regarding software
components.components.
We will perform the black box testing where theWe will perform the black box testing where the
software is completed and we test all the softwaresoftware is completed and we test all the software
components together. We will have several input datacomponents together. We will have several input data
or test data that we will derive results for. We will insertor test data that we will derive results for. We will insert
this data in the software and will get results form thethis data in the software and will get results form the
software. We will compare the results from thesoftware. We will compare the results from the
software with the results that we derived. This way willsoftware with the results that we derived. This way will
check for the validation of the softwarecheck for the validation of the software..
24
2.2.3 Validation Testing2.2.3 Validation Testing
In case there are problems with the softwareIn case there are problems with the software
we will create a deficiency list and willwe will create a deficiency list and will
record all the problems in there. We will testrecord all the problems in there. We will test
all the components and subcomponents ofall the components and subcomponents of
the software to perform validation test.the software to perform validation test.
We have and will try our best so that we don’tWe have and will try our best so that we don’t
have to create deficiency list. This ishave to create deficiency list. This is
necessary because if the errors are found atnecessary because if the errors are found at
this stage of the software development wethis stage of the software development we
cannot fix them by the time we reach thecannot fix them by the time we reach the
software deliverance date. In this case wesoftware deliverance date. In this case we
have to negotiate with the customer to givehave to negotiate with the customer to give
us extension on the project.us extension on the project.
25
2.2.4 High-order Testing2.2.4 High-order Testing
In this test method we will combine several
different other types of the testing. We will test for
several different conditions by following several
different test methods.
• Recovery testing
Here we are concerned with ability of the software toHere we are concerned with ability of the software to
retrieve lost data. We want to make sure that theretrieve lost data. We want to make sure that the
software is fault tolerance and does not loose data insoftware is fault tolerance and does not loose data in
case of systemcase of system shutdownshutdown or if the system ceases.or if the system ceases.
26
2.2.4 High-order Testing2.2.4 High-order Testing
• Security Testing
In this method of the test we want to make sure that theIn this method of the test we want to make sure that the
securitysecurity checks are working and no one is able tochecks are working and no one is able to
temper with the data. This is crucial since our software istemper with the data. This is crucial since our software is
design to track the activity that is not legal.design to track the activity that is not legal.
• Stress Testing
In this test method we want to monitorIn this test method we want to monitor stress causedstress caused toto
system and the software due to simultaneous use. Wesystem and the software due to simultaneous use. We
want to make sure that the system does not breackwant to make sure that the system does not breack
down under the extreme use conditions.down under the extreme use conditions.
• Performance Testing
Performance bounds are set during the design part of the
software development. These bounds will help us in determining
the effectiveness of the software. It will also help us to minimize
stress level that is caused to user because of our software.
27
2.6 Test Schedule2.6 Test Schedule
Following is the tentative schedule for the testing
of the WMITS.
Project Test PlanProject Test Plan
–2/9/2000 – 2/15/2000
This part is straightly theory stage. No any real actions
will be performing.
System Testing
–3/6/2000 – 3/10/2000
Generate Testing Report
–3/7/2000 – 4/7/2000
28
1.31.3 Testing Resources and StaffingTesting Resources and Staffing
We need to have large number of resourcesWe need to have large number of resources
available to us in order for us to test the entireavailable to us in order for us to test the entire
software properly. We will use help formsoftware properly. We will use help form
several different people to be able toseveral different people to be able to
Resources
We will take help of the DEQ staff of the Waste
Management Devision to help us test the product.
We are to allow DEQ staff member or members to
test the product as part of validation testing. We
will have the DEQ staff record any errors found in
the software and will correct them before the
delivery of the software.
29
Bug Resource
Reports
We will use Bug Resource Report where we
will identify the bugs found during the testing
and will try to identify the reasons for their
occurrence. This will help teams that may
work on the product latter to identify the soft
spots for the bugs and will help them to
come up with way to design products so that
bugs are avoided.
30
Staffing
We have decided to use simple method forWe have decided to use simple method for
staffing people for the testing. Each programstaffing people for the testing. Each program
will test the components or functions createdwill test the components or functions created
by him separately and will hand them over toby him separately and will hand them over to
lead tester. Lead tester will test eachlead tester. Lead tester will test each
component and will make a note of thecomponent and will make a note of the
result in test result table. Once the product isresult in test result table. Once the product is
completely developed we all the member ofcompletely developed we all the member of
the software project team will test thethe software project team will test the
software with combined effort. DEQ staff willsoftware with combined effort. DEQ staff will
also assist in testing the software.also assist in testing the software.
31
1.31.3 Test Record Keeping and LogTest Record Keeping and Log
We will use table created in excel to logWe will use table created in excel to log
all the test, describe them and to recordall the test, describe them and to record
the results of the tests. Below is thethe results of the tests. Below is the
example of such table. The table will alsoexample of such table. The table will also
be out test work product.be out test work product.
32

More Related Content

What's hot

Importance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your ProjectImportance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your ProjectSarah Elson
 
Test plan on iit website
Test plan on iit websiteTest plan on iit website
Test plan on iit websiteSamsuddoha Sams
 
Chapter 4 - Deployment & Delivery
Chapter 4 - Deployment & DeliveryChapter 4 - Deployment & Delivery
Chapter 4 - Deployment & DeliveryNeeraj Kumar Singh
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationKevalkumar Shah
 
Basics of software testing webwing technologies
Basics of software testing webwing technologiesBasics of software testing webwing technologies
Basics of software testing webwing technologiesWebwing Technologies
 
St & internationalization
St & internationalizationSt & internationalization
St & internationalizationSachin MK
 
Chapter 2 - Preparing for Test Automation
Chapter 2 - Preparing for Test AutomationChapter 2 - Preparing for Test Automation
Chapter 2 - Preparing for Test AutomationNeeraj Kumar Singh
 
Best Practises In Test Automation
Best Practises In Test AutomationBest Practises In Test Automation
Best Practises In Test Automation99tests
 
Chapter 2 - Performance Measurement Fundamentals
Chapter 2 - Performance Measurement FundamentalsChapter 2 - Performance Measurement Fundamentals
Chapter 2 - Performance Measurement FundamentalsNeeraj Kumar Singh
 
38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answersMaria FutureThoughts
 
Software testing-in-gurgaon
Software testing-in-gurgaonSoftware testing-in-gurgaon
Software testing-in-gurgaonAP EDUSOFT
 
Software Reliability Testing Training Crash Course - Tonex Training
Software Reliability Testing Training Crash Course - Tonex TrainingSoftware Reliability Testing Training Crash Course - Tonex Training
Software Reliability Testing Training Crash Course - Tonex TrainingBryan Len
 
Testing Plan Test Case
Testing Plan Test CaseTesting Plan Test Case
Testing Plan Test Caseguest4c6fd6
 
What is Software Testing | Edureka
What is Software Testing | EdurekaWhat is Software Testing | Edureka
What is Software Testing | EdurekaEdureka!
 
Chapter 6 - Test Tools and Automation
Chapter 6 - Test Tools and AutomationChapter 6 - Test Tools and Automation
Chapter 6 - Test Tools and AutomationNeeraj Kumar Singh
 

What's hot (20)

Test plan
Test planTest plan
Test plan
 
Test plan
Test planTest plan
Test plan
 
Importance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your ProjectImportance of a Test Management Tool for Your Project
Importance of a Test Management Tool for Your Project
 
Test plan on iit website
Test plan on iit websiteTest plan on iit website
Test plan on iit website
 
Chapter 4 - Deployment & Delivery
Chapter 4 - Deployment & DeliveryChapter 4 - Deployment & Delivery
Chapter 4 - Deployment & Delivery
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparation
 
Basics of software testing webwing technologies
Basics of software testing webwing technologiesBasics of software testing webwing technologies
Basics of software testing webwing technologies
 
St & internationalization
St & internationalizationSt & internationalization
St & internationalization
 
Chapter 2 - Preparing for Test Automation
Chapter 2 - Preparing for Test AutomationChapter 2 - Preparing for Test Automation
Chapter 2 - Preparing for Test Automation
 
Best Practises In Test Automation
Best Practises In Test AutomationBest Practises In Test Automation
Best Practises In Test Automation
 
Chapter 2 - Performance Measurement Fundamentals
Chapter 2 - Performance Measurement FundamentalsChapter 2 - Performance Measurement Fundamentals
Chapter 2 - Performance Measurement Fundamentals
 
38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers
 
Sdlc
SdlcSdlc
Sdlc
 
Test plan (1)
Test plan (1)Test plan (1)
Test plan (1)
 
Software testing-in-gurgaon
Software testing-in-gurgaonSoftware testing-in-gurgaon
Software testing-in-gurgaon
 
Software Reliability Testing Training Crash Course - Tonex Training
Software Reliability Testing Training Crash Course - Tonex TrainingSoftware Reliability Testing Training Crash Course - Tonex Training
Software Reliability Testing Training Crash Course - Tonex Training
 
Testing Plan Test Case
Testing Plan Test CaseTesting Plan Test Case
Testing Plan Test Case
 
Software testing
Software testingSoftware testing
Software testing
 
What is Software Testing | Edureka
What is Software Testing | EdurekaWhat is Software Testing | Edureka
What is Software Testing | Edureka
 
Chapter 6 - Test Tools and Automation
Chapter 6 - Test Tools and AutomationChapter 6 - Test Tools and Automation
Chapter 6 - Test Tools and Automation
 

Viewers also liked

Test Case Management with MTM 2013
Test Case Management with MTM 2013Test Case Management with MTM 2013
Test Case Management with MTM 2013Raluca Suditu
 
Android Native App & Web Test Strategy
Android Native App & Web Test StrategyAndroid Native App & Web Test Strategy
Android Native App & Web Test Strategydroidcon Dubai
 
Test Strategy Utilising Mc Useful Tools
Test Strategy Utilising Mc Useful ToolsTest Strategy Utilising Mc Useful Tools
Test Strategy Utilising Mc Useful Toolsmcthedog
 
Test plan cyclos
Test plan cyclosTest plan cyclos
Test plan cyclosH2Kinfosys
 
Post3 d test plan wk13
Post3 d test plan wk13Post3 d test plan wk13
Post3 d test plan wk13iros321
 
Al-Borj - Integration QA Test Plan v0.04
Al-Borj - Integration QA Test Plan v0.04Al-Borj - Integration QA Test Plan v0.04
Al-Borj - Integration QA Test Plan v0.04Christopher Pittman
 
Building an Effective International Software QA Test Strategy
Building an Effective International Software QA Test StrategyBuilding an Effective International Software QA Test Strategy
Building an Effective International Software QA Test StrategyAeontera, Inc.
 
02 software test plan template
02 software test plan template02 software test plan template
02 software test plan templateAndrei Hortúa
 
System Testing and Integration: Test Strategy for Brahmaputra
System Testing and Integration: Test Strategy for BrahmaputraSystem Testing and Integration: Test Strategy for Brahmaputra
System Testing and Integration: Test Strategy for BrahmaputraOPNFV
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan TemplateH2Kinfosys
 
Test strategy &-testplanning
Test strategy &-testplanningTest strategy &-testplanning
Test strategy &-testplanningsrivinayak
 
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary Thorn
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary ThornThe 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary Thorn
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary ThornTEST Huddle
 

Viewers also liked (15)

Test cases
Test casesTest cases
Test cases
 
Test Case Management with MTM 2013
Test Case Management with MTM 2013Test Case Management with MTM 2013
Test Case Management with MTM 2013
 
A Process for Risk-Based Test Strategy Development and Its Industrial Evaluation
A Process for Risk-Based Test Strategy Development and Its Industrial EvaluationA Process for Risk-Based Test Strategy Development and Its Industrial Evaluation
A Process for Risk-Based Test Strategy Development and Its Industrial Evaluation
 
Android Native App & Web Test Strategy
Android Native App & Web Test StrategyAndroid Native App & Web Test Strategy
Android Native App & Web Test Strategy
 
Test Strategy Utilising Mc Useful Tools
Test Strategy Utilising Mc Useful ToolsTest Strategy Utilising Mc Useful Tools
Test Strategy Utilising Mc Useful Tools
 
Report test plan
Report test planReport test plan
Report test plan
 
Test plan cyclos
Test plan cyclosTest plan cyclos
Test plan cyclos
 
Post3 d test plan wk13
Post3 d test plan wk13Post3 d test plan wk13
Post3 d test plan wk13
 
Al-Borj - Integration QA Test Plan v0.04
Al-Borj - Integration QA Test Plan v0.04Al-Borj - Integration QA Test Plan v0.04
Al-Borj - Integration QA Test Plan v0.04
 
Building an Effective International Software QA Test Strategy
Building an Effective International Software QA Test StrategyBuilding an Effective International Software QA Test Strategy
Building an Effective International Software QA Test Strategy
 
02 software test plan template
02 software test plan template02 software test plan template
02 software test plan template
 
System Testing and Integration: Test Strategy for Brahmaputra
System Testing and Integration: Test Strategy for BrahmaputraSystem Testing and Integration: Test Strategy for Brahmaputra
System Testing and Integration: Test Strategy for Brahmaputra
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan Template
 
Test strategy &-testplanning
Test strategy &-testplanningTest strategy &-testplanning
Test strategy &-testplanning
 
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary Thorn
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary ThornThe 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary Thorn
The 3 Pillars Approach to Agile Testing Strategy with Bob Galen & Mary Thorn
 

Similar to Test plan (20)

Case study on testing
Case study on testingCase study on testing
Case study on testing
 
Manual testing ppt
Manual testing pptManual testing ppt
Manual testing ppt
 
Software testing
Software testingSoftware testing
Software testing
 
11 steps of testing process - By Harshil Barot
11 steps of testing process - By Harshil Barot11 steps of testing process - By Harshil Barot
11 steps of testing process - By Harshil Barot
 
stm f.pdf
stm f.pdfstm f.pdf
stm f.pdf
 
Why is software testing important
Why is software testing important Why is software testing important
Why is software testing important
 
Why is software testing important
Why is software testing importantWhy is software testing important
Why is software testing important
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
12 sdd lesson testing and evaluating
12 sdd lesson testing and evaluating12 sdd lesson testing and evaluating
12 sdd lesson testing and evaluating
 
Testing Software Solutions
Testing Software SolutionsTesting Software Solutions
Testing Software Solutions
 
20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf
 
Software Testing
 Software Testing  Software Testing
Software Testing
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Beginner guide-to-software-testing
Beginner guide-to-software-testingBeginner guide-to-software-testing
Beginner guide-to-software-testing
 
Stm unit1
Stm unit1Stm unit1
Stm unit1
 
T0 numtq0nje=
T0 numtq0nje=T0 numtq0nje=
T0 numtq0nje=
 
Sqa unit1
Sqa unit1Sqa unit1
Sqa unit1
 
Testing
Testing Testing
Testing
 
Why Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdfWhy Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdf
 

Recently uploaded

Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesBhaskar Mitra
 
Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfChristopherTHyatt
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersSafe Software
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Alison B. Lowndes
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Thierry Lestable
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfalexjohnson7307
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCzechDreamin
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfCheryl Hung
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor TurskyiFwdays
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...Product School
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 

Recently uploaded (20)

Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdf
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 

Test plan

  • 1. 1 How to Write a Test Plan?How to Write a Test Plan? A Case StudyA Case Study
  • 2. 2 What Must be Included?What Must be Included? Introduction Test SpecTest Spec Test Plan Test Procedure Unit Test Integration Test Validation Test High-Order Test Goal Scope
  • 3. 3
  • 4. 4
  • 5. 5
  • 6. 6
  • 7. 7
  • 8. 8 Case StudyCase Study WMITS (WMITS (Waste Management Inspection Tracking System) Software Requirements) Software Requirements SpecificationsSpecifications 1.1 Goals and Objectives1.1 Goals and Objectives The main purpose of WMITS is to helpThe main purpose of WMITS is to help automate the entire process that theautomate the entire process that the Department of Environmental Quality (DEQ)Department of Environmental Quality (DEQ) Waste Management Division (WMD) staffWaste Management Division (WMD) staff members perform throughout an inspection.members perform throughout an inspection.
  • 9. 9 The goals of WMITS are:The goals of WMITS are: · To minimize the time span of any inspection· To minimize the time span of any inspection · To minimize the amount of paper work· To minimize the amount of paper work requiredrequired · To provide a searchable database of all· To provide a searchable database of all past inspectionspast inspections · To provide an automated channel for the· To provide an automated channel for the public to request information (under Freedompublic to request information (under Freedom of Information Act)of Information Act)
  • 10. 10 SystemSystem ContextContext Eventually, multiple users will be using the product simultaneously. Therefore, concurrent connection will be an issue for implementation. In addition, this is a pilot product that hopefully, if successful, can be used in other locations as well. This leads to issues about future support for a larger user base.
  • 11. 11 1.0 Introduction1.0 Introduction This section gives a general overview of the Test Specification for the Waste Management Inspection Tracking System (WMITS).
  • 12. 12 1.1 Goals and Objects1.1 Goals and Objects Put it in a simple way, a good product will be work perfectly, doing the right thing at the right time. To do that, the software has to go through a series of tests before its final release. Error free software is extremely difficult to achieve. After all, nothing is perfect. Especially for software developed in a short time frame. But high quality can be achieved with a detailed test specification. All (or least most) of the test case will be listed, the development team will follow it step by step, item by item, to test all the necessary objects, data flows, limits, boundaries, and constraints of the software.
  • 13. 13 1.1 Goals and Objects1.1 Goals and Objects Cyber Rovers would like to have a test specification to counter any difficulties that may impact the development and the future performance of the software. The team’s goal is to assist the project team in developing a strategy to deal with any errors. For this, the team will take a look at the most common errors to some very uncommon errors as well.
  • 14. 14 1.3 Major Constraints1.3 Major Constraints In this section we will talk about the business,In this section we will talk about the business, technical or resource related constraint thattechnical or resource related constraint that may keep us from performing all testsmay keep us from performing all tests necessary.necessary. 1.1. The team has limitation onThe team has limitation on timetime to testto test the product at the client’s facility. We havethe product at the client’s facility. We have access to the facility only during the regularaccess to the facility only during the regular office hours. We also have to set us scheduleoffice hours. We also have to set us schedule around the available time of the inspectoraround the available time of the inspector that is to help us, so time schedule will be athat is to help us, so time schedule will be a major constraint when we talk about testingmajor constraint when we talk about testing at the site.at the site.
  • 15. 15 1.3 Major Constraints1.3 Major Constraints 2.2. The team also has gotThe team also has got fundingfunding for onlyfor only one hand held PC. This means that weone hand held PC. This means that we cannot test the software using the PC fromcannot test the software using the PC from some other brand or PC that is of lesser pricesome other brand or PC that is of lesser price and lower hardware.and lower hardware. 3.3. The team does not know any hacker thatThe team does not know any hacker that can help us test thecan help us test the securitysecurity problems. So weproblems. So we have to rely on our own knowledge andhave to rely on our own knowledge and have to trust the software for the security.have to trust the software for the security.
  • 16. 16 1.3 Major Constraints1.3 Major Constraints 4.4. The team also does not have largeThe team also does not have large enough groupenough group to have many people use theto have many people use the applications at the same time to perform realapplications at the same time to perform real stress related testing. So we have will not bestress related testing. So we have will not be able to test the product for the larger userable to test the product for the larger user base.base. Critique: Each of these constraints represents a significant product quality risk. .The team should consider risk mitigation strategies.
  • 17. 17 2.0 Testing Plan2.0 Testing Plan We want the product to be bug free. We alsoWe want the product to be bug free. We also want to make sure that there are no defectswant to make sure that there are no defects in the product. So we will be spending largein the product. So we will be spending large amount of the total software developmentamount of the total software development time on the testing. Below is the descriptiontime on the testing. Below is the description of theof the testing procedure and strategytesting procedure and strategy. We will. We will also be presenting the timing and scheduledalso be presenting the timing and scheduled of the tests to be carried out.of the tests to be carried out. 2.1 Software to be tested2.1 Software to be tested
  • 18. 18 2.1.12.1.1 InterfacesInterfaces Login Window We will make use of several different names to log in to the system, so will be testing login window. We will also test OK and Cancel buttons on this window by performing test above. DEQ – Microsoft Visual Basic [Design] WindowDEQ – Microsoft Visual Basic [Design] Window This is the main window that we will use to access the database using Visual Basic. We will have several different drop-down menus in this window. File, Facility, Inspection, approve, Reports, Maintenance and Help are the drop down menu that will be available in this window we will try to use all the menus and than different options available in each of the window.
  • 19. 19 2.2 Testing Strategy2.2 Testing Strategy In the following section we will describe theIn the following section we will describe the testing strategy. We will user four differenttesting strategy. We will user four different methods to test our product.methods to test our product.
  • 20. 20 2.2.1 Unit Testing2.2.1 Unit Testing In the unit test case we will be testing theIn the unit test case we will be testing the separate modules of the softwareseparate modules of the software. We will. We will carry out white box testing where eachcarry out white box testing where each module or component of the software ismodule or component of the software is tested individually. We will test thetested individually. We will test the components by passing data through it andcomponents by passing data through it and we will be monitoring data to find the errors.we will be monitoring data to find the errors. We will be looking for entry and exit conditions of the data. We will make sure that all the components work without any troubles. The test primarily be carried out by the programmer who designed and implemented the module. Lead tester will than carry out test on the modules to finalise the testing.
  • 21. 21 2.2.2 Integration Testing2.2.2 Integration Testing In this method of testing we will implementIn this method of testing we will implement the software at thethe software at the clients locationclients location and willand will run it. So we will be testing the product onrun it. So we will be testing the product on clients network. As part of testing, will beclients network. As part of testing, will be looking for any signs of thelooking for any signs of the collision betweencollision between our software components and those of theour software components and those of the clientsclients. We want to make sure there is no. We want to make sure there is no confusion among the application on theconfusion among the application on the network when they are runningnetwork when they are running simultaneously.simultaneously.
  • 22. 22 2.2.2 Integration Testing2.2.2 Integration Testing We will install the software at the clentes siteWe will install the software at the clentes site and will run it. We will have several differentand will run it. We will have several different other applications open as well. Thisother applications open as well. This applications will be the once that have toapplications will be the once that have to interact with our software on normal bases.interact with our software on normal bases. We will make sure that all the data is savedWe will make sure that all the data is saved correctly and there is no loss of data or datacorrectly and there is no loss of data or data base anomalies in the product.base anomalies in the product. We will start from the login window and willWe will start from the login window and will go through all the all the software functionsgo through all the all the software functions and will test the. We will be carefully lookingand will test the. We will be carefully looking for any sort of collision between severalfor any sort of collision between several different applicationsdifferent applications
  • 23. 23 2.2.3 Validation Testing2.2.3 Validation Testing In this method of the test we will be working with theIn this method of the test we will be working with the customer to find out if the software developed in validcustomer to find out if the software developed in valid for the clients. We want to make sure that the client isfor the clients. We want to make sure that the client is getting what he asked for. We will look at thegetting what he asked for. We will look at the softwaresoftware requirement documentrequirement document in the case of conflict orin the case of conflict or misunderstanding with client regarding softwaremisunderstanding with client regarding software components.components. We will perform the black box testing where theWe will perform the black box testing where the software is completed and we test all the softwaresoftware is completed and we test all the software components together. We will have several input datacomponents together. We will have several input data or test data that we will derive results for. We will insertor test data that we will derive results for. We will insert this data in the software and will get results form thethis data in the software and will get results form the software. We will compare the results from thesoftware. We will compare the results from the software with the results that we derived. This way willsoftware with the results that we derived. This way will check for the validation of the softwarecheck for the validation of the software..
  • 24. 24 2.2.3 Validation Testing2.2.3 Validation Testing In case there are problems with the softwareIn case there are problems with the software we will create a deficiency list and willwe will create a deficiency list and will record all the problems in there. We will testrecord all the problems in there. We will test all the components and subcomponents ofall the components and subcomponents of the software to perform validation test.the software to perform validation test. We have and will try our best so that we don’tWe have and will try our best so that we don’t have to create deficiency list. This ishave to create deficiency list. This is necessary because if the errors are found atnecessary because if the errors are found at this stage of the software development wethis stage of the software development we cannot fix them by the time we reach thecannot fix them by the time we reach the software deliverance date. In this case wesoftware deliverance date. In this case we have to negotiate with the customer to givehave to negotiate with the customer to give us extension on the project.us extension on the project.
  • 25. 25 2.2.4 High-order Testing2.2.4 High-order Testing In this test method we will combine several different other types of the testing. We will test for several different conditions by following several different test methods. • Recovery testing Here we are concerned with ability of the software toHere we are concerned with ability of the software to retrieve lost data. We want to make sure that theretrieve lost data. We want to make sure that the software is fault tolerance and does not loose data insoftware is fault tolerance and does not loose data in case of systemcase of system shutdownshutdown or if the system ceases.or if the system ceases.
  • 26. 26 2.2.4 High-order Testing2.2.4 High-order Testing • Security Testing In this method of the test we want to make sure that theIn this method of the test we want to make sure that the securitysecurity checks are working and no one is able tochecks are working and no one is able to temper with the data. This is crucial since our software istemper with the data. This is crucial since our software is design to track the activity that is not legal.design to track the activity that is not legal. • Stress Testing In this test method we want to monitorIn this test method we want to monitor stress causedstress caused toto system and the software due to simultaneous use. Wesystem and the software due to simultaneous use. We want to make sure that the system does not breackwant to make sure that the system does not breack down under the extreme use conditions.down under the extreme use conditions. • Performance Testing Performance bounds are set during the design part of the software development. These bounds will help us in determining the effectiveness of the software. It will also help us to minimize stress level that is caused to user because of our software.
  • 27. 27 2.6 Test Schedule2.6 Test Schedule Following is the tentative schedule for the testing of the WMITS. Project Test PlanProject Test Plan –2/9/2000 – 2/15/2000 This part is straightly theory stage. No any real actions will be performing. System Testing –3/6/2000 – 3/10/2000 Generate Testing Report –3/7/2000 – 4/7/2000
  • 28. 28 1.31.3 Testing Resources and StaffingTesting Resources and Staffing We need to have large number of resourcesWe need to have large number of resources available to us in order for us to test the entireavailable to us in order for us to test the entire software properly. We will use help formsoftware properly. We will use help form several different people to be able toseveral different people to be able to Resources We will take help of the DEQ staff of the Waste Management Devision to help us test the product. We are to allow DEQ staff member or members to test the product as part of validation testing. We will have the DEQ staff record any errors found in the software and will correct them before the delivery of the software.
  • 29. 29 Bug Resource Reports We will use Bug Resource Report where we will identify the bugs found during the testing and will try to identify the reasons for their occurrence. This will help teams that may work on the product latter to identify the soft spots for the bugs and will help them to come up with way to design products so that bugs are avoided.
  • 30. 30 Staffing We have decided to use simple method forWe have decided to use simple method for staffing people for the testing. Each programstaffing people for the testing. Each program will test the components or functions createdwill test the components or functions created by him separately and will hand them over toby him separately and will hand them over to lead tester. Lead tester will test eachlead tester. Lead tester will test each component and will make a note of thecomponent and will make a note of the result in test result table. Once the product isresult in test result table. Once the product is completely developed we all the member ofcompletely developed we all the member of the software project team will test thethe software project team will test the software with combined effort. DEQ staff willsoftware with combined effort. DEQ staff will also assist in testing the software.also assist in testing the software.
  • 31. 31 1.31.3 Test Record Keeping and LogTest Record Keeping and Log We will use table created in excel to logWe will use table created in excel to log all the test, describe them and to recordall the test, describe them and to record the results of the tests. Below is thethe results of the tests. Below is the example of such table. The table will alsoexample of such table. The table will also be out test work product.be out test work product.
  • 32. 32