SlideShare a Scribd company logo
Diploma in Software Engineering
Module VIII: Software Testing and
Quality Management
Rasan Samarasinghe
ESOFT Computer Studies (pvt) Ltd.
No 68/1, Main Street, Pallegama, Embilipitiya.
Contents
1. Introduction to Testing
2. Verification and Validation
3. Testing Methods
4. Black Box Testing
5. White Box Testing
6. Testing Strategy
7. Testing Stages
8. Unit Testing
9. Integration Testing
10. Bottom-up Integration
11. Top-Down Integration
12. Validation Testing
13. Alpha Testing
14. Beta Testing
15. System Testing
16. Recovery Testing
17. Security Testing
18. Stress Testing
19. Performance Testing
20. Test Case
21. Debugging
22. Testing, QA and QC
23. Quality Management
24. Quality Planning Process
25. Quality Assurance Process
26. Quality Control Process
Introduction to Testing
1. Testing is a process of executing a program with
the intent of finding an error.
2. A good test case is one that has a high
probability of finding an as yet undiscovered
error.
3. A successful test is one that uncovers an as yet
undiscovered error.
Verification and Validation
Verification - Set of activities which ensure software
correctly implements a given function.
“Are we building the product right?”
Validation - Set of activities which ensures software
that has been built satisfies customer requirements.
“Are we building the right product?”
Testing Methods
There are two main testing approaches
• Black Box Testing
• White Box Testing
Black Box Testing
Black box testing is a testing technique that ignores
the internal mechanism of the system and focuses
on the output generated against any inputs of the
system.
White Box Testing
White box testing is a testing technique that
investigate the internal logic and structure of the
code in detail.
Black Box Testing and White Box Testing Comparison
Black Box Testing White Box Testing
Internal Workings of an application are
not required to be known
Tester has full knowledge of the Internal
workings of the application
Also known as closed box testing, data
driven testing and functional testing
Also known as glass box testing, structural
testing or code based testing
Performed by testers and developers and
also by end users
Normally done by testers and developers
Based on external expectations - Internal
behavior of the application is unknown
Internal workings are fully known and the
tester can design test data accordingly
Least time consuming and exhaustive The most exhaustive and time consuming
type of testing
Not suited to algorithm testing Suited for algorithm testing
Done by trial and error method Data domains and Internal boundaries can
be better tested
Testing Strategy
Testing Stages
Unit Testing
• Refers to tests that verify the functionality of a
specific section of code at the function level.
• Performed by the developers before the setup is
handed over to the testing team.
Integration Testing
• In integration testing, individual software modules
are combined and tested as a group.
• Integration testing is verifying the interfaces
between components against a software design.
Integration Testing
There are two methods of doing Integration
1. Bottom-up integration
2. Top-Down integration
Bottom-up Integration
This testing begins with unit testing, followed by
tests of progressively higher-level combinations of
units called modules or builds.
Top-Down Integration
This testing, the highest-level modules are tested
first and progressively lower-level modules are
tested after that.
Validation Testing
• Validation testing ensure software functions in a
manner that can be reasonably expected by the
customer.
• Like all other testing steps, validation tries to
uncover errors, but the focus is at the requirements
level on things that will be immediately apparent to
the end-user.
Alpha Testing
• The alpha test is conducted at the developer's site
by a customer.
• The software is used in a natural setting with the
developer "looking over the shoulder" of the user
and recording errors and usage problems.
• Alpha tests are conducted in a controlled
environment.
Beta Testing
• The beta test is conducted at one or more
customer sites by the end-user of the software.
• Unlike alpha testing, the developer is generally
not present.
• The customer records all problems that are
encountered during beta testing and reports
these to the developer at regular intervals.
System Testing
System testing validates software once it has been
incorporated into a large computer system.
(hardware, people, information)
System Testing
System Testing includes the following tests.
• Recovery Testing
• Security Testing
• Stress Testing
• Performance Testing
All these tests are fallen down into the category
non-functional testing.
Recovery Testing
Recovery testing is the activity of testing how well
an application is able to recover from crashes,
hardware failures and other similar problems.
Security Testing
Security testing verifies that the protection
mechanism built on the system successfully prevents
unauthorized access to the system.
Stress Testing
During stress testing, the system is monitored after
subjecting the system to heavy load, frequency or
volume to ensure that the system can sustain the
stress.
Performance Testing
Performance testing is designed to test the runtime
responsiveness, stability and resource usage of
software within the context of an integrated
system.
Test Case
Test cases involve the set of steps, conditions and inputs
which can be used while performing the testing tasks.
A. Test Case ID
B. Test Scenario
C. Test Case Description
D. Test Steps
E. Prerequisites
F. Test Data
G. Expected Result
H. Actual Result
I. Comments
Test Cases Example
We need to check an input field that can accept
maximum of 10 characters.
Scenario Test Steps Expected Result Actual Outcome
Verify that the
input field that
can accept
maximum of 10
characters
Login to
application and
enter 10
characters
Application
should be able
to accept all 10
characters.
Application
accepts all 10
characters.
Verify that the
input field that
cannot accept
more than 10
characters
Login to
application and
enter 11
characters
Application
should NOT
accept all 11
characters.
Application
accepts all 11
characters.
Debugging
• When a test case uncovers an error, debugging is
the process that removes the error.
• Debugging occurs as a consequence of successful
testing.
Debugging Process
Testing, Quality Assurance and Quality Control
Quality Assurance Quality Control Testing
Activities for ensuring
quality in the
processes that develop
software.
Activities for
ensuring quality in
the software.
Activities which ensure
the identification of
error/defects in the
Software.
Process oriented
activities.
Product oriented
activities.
Product oriented
activities.
Preventive activities. Corrective process. Corrective process.
Everyone is
responsible
QA team is
responsible
QA team is responsible
QA is a managerial tool QC is a subset of
Quality Assurance.
Testing is a subset of
Quality Control.
Quality Management
Quality Management includes the processes
required to ensure that the project will satisfy the
needs for which it was undertaken.
Processes:
Quality Planning
Quality Assurance
Quality Control
Quality Planning Process
Quality Planning Process identifying which quality
standards are relevant to the project and
determining how to satisfy them.
Inputs for Quality Planning Process
• Quality policy - the overall intentions and
direction of an organization with regard to quality
• Scope statement.
• Product description.
• Standards and regulations - Application area
specific standards or regulations that may affect
the project.
• Other process outputs.
Tools and Techniques for Quality Planning Process
• Benefit/cost analysis.
• Benchmarking - comparing one's business
processes and performance metrics to best
practices from other companies.
• Flowcharting.
• Design of experiments - analytical technique
which helps identify which variables have the
most influence on the overall outcome.
A Sample Process Flow Chart
Quality Planning Process Outputs
• Quality management plan - describe how the
project management team will implement its
quality policy.
• Operational definitions - what something is and
how it is measured by the quality control process.
• Checklists - set of required steps has been
performed.
• Inputs to other processes.
Quality Assurance Process
Quality Assurance Process evaluating overall project
performance on a regular basis to provide
confidence that the project will satisfy the relevant
quality standards.
Inputs for Quality Assurance Process
• Quality management plan.
• Results of quality control measurements -
records of quality control testing and
measurement.
• Operational definitions.
Tools and Techniques for Quality Assurance Process
• Quality planning tools and techniques.
• Quality audits - structured review of other quality
management activities.
Quality Assurance Process Outputs
• Quality improvement - taking action to increase
the effectiveness and efficiency
Quality Control Process
Quality Control Process monitoring specific project
results to determine if they comply with relevant
quality standards and identifying ways to eliminate
causes of unsatisfactory performance.
Inputs for Quality Control Process
• Work results - both process results and product
results.
• Quality management plan.
• Operational definitions.
• Checklists.
Tools and Techniques for Quality Control Process
• Inspection - activities such as measuring, examining
and testing to determine whether results conform to
requirements.
• Control charts - graphic display of the results of a
process over time.
• Pareto diagrams - histogram, ordered by frequency of
occurrence that shows how many results were
generated by type or category of identified cause.
• Statistical sampling - eg: selecting ten engineering
drawings at random from a list.
• Flowcharting.
• Trend analysis - using mathematical techniques to
forecast future outcomes based on historical results.
Pareto diagrams
Quality Control Process Outputs
• Quality improvement.
• Acceptance decisions - items inspected will be
either accepted or rejected.
• Rework - action taken to bring a defective item
into compliance with requirements.
• Completed checklists.
• Process adjustments - immediate corrective or
preventive action
The End
http://twitter.com/rasansmn

More Related Content

What's hot

Software Engineering (Testing Overview)
Software Engineering (Testing Overview)Software Engineering (Testing Overview)
Software Engineering (Testing Overview)
ShudipPal
 
Software Engineering 2 lecture slide
Software Engineering 2 lecture slideSoftware Engineering 2 lecture slide
Software Engineering 2 lecture slide
Adil Mehmoood
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
ShudipPal
 
Models of SDLC (Contd..) & Feasibility Study
Models of SDLC (Contd..)  & Feasibility StudyModels of SDLC (Contd..)  & Feasibility Study
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
ShudipPal
 
Software Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer ScienceSoftware Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer Science
Arti Parab Academics
 
Software Engineering (Introduction)
Software Engineering (Introduction)Software Engineering (Introduction)
Software Engineering (Introduction)
ShudipPal
 
Software Engineering (Requirements Engineering & Software Maintenance)
Software Engineering (Requirements Engineering  & Software Maintenance)Software Engineering (Requirements Engineering  & Software Maintenance)
Software Engineering (Requirements Engineering & Software Maintenance)
ShudipPal
 
CP7301 Software Process and Project Management notes
CP7301 Software Process and Project Management   notesCP7301 Software Process and Project Management   notes
CP7301 Software Process and Project Management notes
AAKASH S
 
Software Testing Training : Tonex Training
Software Testing Training : Tonex TrainingSoftware Testing Training : Tonex Training
Software Testing Training : Tonex Training
Bryan Len
 
Software Engineering by Pankaj Jalote
Software Engineering by Pankaj JaloteSoftware Engineering by Pankaj Jalote
Software Engineering by Pankaj Jalote
Golda Margret Sheeba J
 
DITEC - Software Engineering
DITEC - Software EngineeringDITEC - Software Engineering
DITEC - Software Engineering
Rasan Samarasinghe
 
Software Process and Project Management - CS832E02 unit 3
Software Process and Project Management - CS832E02 unit 3Software Process and Project Management - CS832E02 unit 3
Software Process and Project Management - CS832E02 unit 3
Mithun B N
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process models
snehalkulkarni74
 
Software Engineering (Software Process: A Generic View)
Software Engineering (Software Process: A Generic View)Software Engineering (Software Process: A Generic View)
Software Engineering (Software Process: A Generic View)
ShudipPal
 
Chapter 2 Time boxing & agile models
Chapter 2   Time boxing & agile modelsChapter 2   Time boxing & agile models
Chapter 2 Time boxing & agile models
Golda Margret Sheeba J
 
A Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer TestingA Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer Testing
Folio3 Software
 
Software process and project metrics
Software process and project metricsSoftware process and project metrics
Software process and project metrics
Indu Sharma Bhardwaj
 
Chapter 3 requirements
Chapter 3 requirementsChapter 3 requirements
Chapter 3 requirements
Golda Margret Sheeba J
 

What's hot (20)

Software Engineering (Testing Overview)
Software Engineering (Testing Overview)Software Engineering (Testing Overview)
Software Engineering (Testing Overview)
 
Software Engineering 2 lecture slide
Software Engineering 2 lecture slideSoftware Engineering 2 lecture slide
Software Engineering 2 lecture slide
 
Software Engineering (Process Models)
Software Engineering (Process Models)Software Engineering (Process Models)
Software Engineering (Process Models)
 
Models of SDLC (Contd..) & Feasibility Study
Models of SDLC (Contd..)  & Feasibility StudyModels of SDLC (Contd..)  & Feasibility Study
Models of SDLC (Contd..) & Feasibility Study
 
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
Software Engineering (Software Quality Assurance & Testing: Supplementary Mat...
 
Software Metrics
Software MetricsSoftware Metrics
Software Metrics
 
Software Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer ScienceSoftware Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer Science
 
Software Engineering (Introduction)
Software Engineering (Introduction)Software Engineering (Introduction)
Software Engineering (Introduction)
 
Software Engineering (Requirements Engineering & Software Maintenance)
Software Engineering (Requirements Engineering  & Software Maintenance)Software Engineering (Requirements Engineering  & Software Maintenance)
Software Engineering (Requirements Engineering & Software Maintenance)
 
CP7301 Software Process and Project Management notes
CP7301 Software Process and Project Management   notesCP7301 Software Process and Project Management   notes
CP7301 Software Process and Project Management notes
 
Software Testing Training : Tonex Training
Software Testing Training : Tonex TrainingSoftware Testing Training : Tonex Training
Software Testing Training : Tonex Training
 
Software Engineering by Pankaj Jalote
Software Engineering by Pankaj JaloteSoftware Engineering by Pankaj Jalote
Software Engineering by Pankaj Jalote
 
DITEC - Software Engineering
DITEC - Software EngineeringDITEC - Software Engineering
DITEC - Software Engineering
 
Software Process and Project Management - CS832E02 unit 3
Software Process and Project Management - CS832E02 unit 3Software Process and Project Management - CS832E02 unit 3
Software Process and Project Management - CS832E02 unit 3
 
Soft engg introduction and process models
Soft engg introduction and process modelsSoft engg introduction and process models
Soft engg introduction and process models
 
Software Engineering (Software Process: A Generic View)
Software Engineering (Software Process: A Generic View)Software Engineering (Software Process: A Generic View)
Software Engineering (Software Process: A Generic View)
 
Chapter 2 Time boxing & agile models
Chapter 2   Time boxing & agile modelsChapter 2   Time boxing & agile models
Chapter 2 Time boxing & agile models
 
A Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer TestingA Guideline to Test Your Own Code - Developer Testing
A Guideline to Test Your Own Code - Developer Testing
 
Software process and project metrics
Software process and project metricsSoftware process and project metrics
Software process and project metrics
 
Chapter 3 requirements
Chapter 3 requirementsChapter 3 requirements
Chapter 3 requirements
 

Viewers also liked

Esoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programmingEsoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programming
Rasan Samarasinghe
 
DISE - Windows Based Application Development in Java
DISE - Windows Based Application Development in JavaDISE - Windows Based Application Development in Java
DISE - Windows Based Application Development in Java
Rasan Samarasinghe
 
Esoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basicsEsoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basics
Rasan Samarasinghe
 
DISE - Introduction to Project Management
DISE - Introduction to Project ManagementDISE - Introduction to Project Management
DISE - Introduction to Project Management
Rasan Samarasinghe
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL DatabasesDIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
Rasan Samarasinghe
 
Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++
Rasan Samarasinghe
 
DITEC - Expose yourself to Internet & E-mail (second update)
DITEC - Expose yourself to Internet & E-mail (second update) DITEC - Expose yourself to Internet & E-mail (second update)
DITEC - Expose yourself to Internet & E-mail (second update)
Rasan Samarasinghe
 
DITEC - Expose yourself to Internet & E-mail (updated)
DITEC - Expose yourself to Internet & E-mail (updated)DITEC - Expose yourself to Internet & E-mail (updated)
DITEC - Expose yourself to Internet & E-mail (updated)
Rasan Samarasinghe
 
DITEC - Expose yourself to Internet & E-mail
DITEC - Expose yourself to Internet & E-mailDITEC - Expose yourself to Internet & E-mail
DITEC - Expose yourself to Internet & E-mail
Rasan Samarasinghe
 
DITEC - Programming with C#.NET
DITEC - Programming with C#.NETDITEC - Programming with C#.NET
DITEC - Programming with C#.NET
Rasan Samarasinghe
 
Software engineering quality assurance and testing
Software engineering quality assurance and testingSoftware engineering quality assurance and testing
Software engineering quality assurance and testing
Bipul Roy Bpl
 
DISE - Windows Based Application Development in C#
DISE - Windows Based Application Development in C#DISE - Windows Based Application Development in C#
DISE - Windows Based Application Development in C#
Rasan Samarasinghe
 
DISE - Programming Concepts
DISE - Programming ConceptsDISE - Programming Concepts
DISE - Programming Concepts
Rasan Samarasinghe
 
DITEC - E-Commerce & ASP.NET
DITEC - E-Commerce & ASP.NETDITEC - E-Commerce & ASP.NET
DITEC - E-Commerce & ASP.NET
Rasan Samarasinghe
 
DITEC - Programming with Java
DITEC - Programming with JavaDITEC - Programming with Java
DITEC - Programming with Java
Rasan Samarasinghe
 
DISE - OOAD Using UML
DISE - OOAD Using UMLDISE - OOAD Using UML
DISE - OOAD Using UML
Rasan Samarasinghe
 
DISE - Database Concepts
DISE - Database ConceptsDISE - Database Concepts
DISE - Database Concepts
Rasan Samarasinghe
 
Fault tolerance
Fault toleranceFault tolerance
Fault tolerance
Aman Balutia
 
Yaazli International Hibernate Training
Yaazli International Hibernate TrainingYaazli International Hibernate Training
Yaazli International Hibernate Training
Arjun Sridhar U R
 

Viewers also liked (20)

Esoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programmingEsoft Metro Campus - Certificate in c / c++ programming
Esoft Metro Campus - Certificate in c / c++ programming
 
DISE - Windows Based Application Development in Java
DISE - Windows Based Application Development in JavaDISE - Windows Based Application Development in Java
DISE - Windows Based Application Development in Java
 
Esoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basicsEsoft Metro Campus - Certificate in java basics
Esoft Metro Campus - Certificate in java basics
 
DISE - Introduction to Project Management
DISE - Introduction to Project ManagementDISE - Introduction to Project Management
DISE - Introduction to Project Management
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL DatabasesDIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
 
Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++Esoft Metro Campus - Programming with C++
Esoft Metro Campus - Programming with C++
 
DITEC - Expose yourself to Internet & E-mail (second update)
DITEC - Expose yourself to Internet & E-mail (second update) DITEC - Expose yourself to Internet & E-mail (second update)
DITEC - Expose yourself to Internet & E-mail (second update)
 
DITEC - Expose yourself to Internet & E-mail (updated)
DITEC - Expose yourself to Internet & E-mail (updated)DITEC - Expose yourself to Internet & E-mail (updated)
DITEC - Expose yourself to Internet & E-mail (updated)
 
DITEC - Expose yourself to Internet & E-mail
DITEC - Expose yourself to Internet & E-mailDITEC - Expose yourself to Internet & E-mail
DITEC - Expose yourself to Internet & E-mail
 
DITEC - Programming with C#.NET
DITEC - Programming with C#.NETDITEC - Programming with C#.NET
DITEC - Programming with C#.NET
 
Software engineering quality assurance and testing
Software engineering quality assurance and testingSoftware engineering quality assurance and testing
Software engineering quality assurance and testing
 
DISE - Windows Based Application Development in C#
DISE - Windows Based Application Development in C#DISE - Windows Based Application Development in C#
DISE - Windows Based Application Development in C#
 
DISE - Programming Concepts
DISE - Programming ConceptsDISE - Programming Concepts
DISE - Programming Concepts
 
DITEC - E-Commerce & ASP.NET
DITEC - E-Commerce & ASP.NETDITEC - E-Commerce & ASP.NET
DITEC - E-Commerce & ASP.NET
 
Fault tolerance
Fault toleranceFault tolerance
Fault tolerance
 
DITEC - Programming with Java
DITEC - Programming with JavaDITEC - Programming with Java
DITEC - Programming with Java
 
DISE - OOAD Using UML
DISE - OOAD Using UMLDISE - OOAD Using UML
DISE - OOAD Using UML
 
DISE - Database Concepts
DISE - Database ConceptsDISE - Database Concepts
DISE - Database Concepts
 
Fault tolerance
Fault toleranceFault tolerance
Fault tolerance
 
Yaazli International Hibernate Training
Yaazli International Hibernate TrainingYaazli International Hibernate Training
Yaazli International Hibernate Training
 

Similar to DISE - Software Testing and Quality Management

Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing FundamentalsChankey Pathak
 
Software Testing
Software TestingSoftware Testing
Software Testing PPT | Software All Testing
Software Testing PPT | Software All TestingSoftware Testing PPT | Software All Testing
Software Testing PPT | Software All Testing
sankalpkumarsahoo174
 
testing.pptx
testing.pptxtesting.pptx
testing.pptx
jagadeeppapisettipal
 
Software_Testing_ppt.pptx
Software_Testing_ppt.pptxSoftware_Testing_ppt.pptx
Software_Testing_ppt.pptx
BharathReddy615859
 
Software-Testing-ppt.pptx
Software-Testing-ppt.pptxSoftware-Testing-ppt.pptx
Software-Testing-ppt.pptx
Sushilkumar744913
 
Software testing
Software testingSoftware testing
Software testing
Omar Al-Bokari
 
Software testing
Software testingSoftware testing
Software testing
Shah Ishtiyaq Mehfooze
 
Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146
vidhyyav
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
Saqib Raza
 
Object oriented testing
Object oriented testingObject oriented testing
Object oriented testing
Haris Jamil
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
Jayant Dalvi
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
Raju Raaj
 
Software testing
Software testingSoftware testing
Software testing
Vinothkumar SM
 
Software Testing - SDLC Model
Software Testing - SDLC ModelSoftware Testing - SDLC Model
unit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxunit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptx
PriyaFulpagare1
 
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptxLecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
SirRafiLectures
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
BugRaptors
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and typesConfiz
 
Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1Raghu Kiran
 

Similar to DISE - Software Testing and Quality Management (20)

Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Software Testing PPT | Software All Testing
Software Testing PPT | Software All TestingSoftware Testing PPT | Software All Testing
Software Testing PPT | Software All Testing
 
testing.pptx
testing.pptxtesting.pptx
testing.pptx
 
Software_Testing_ppt.pptx
Software_Testing_ppt.pptxSoftware_Testing_ppt.pptx
Software_Testing_ppt.pptx
 
Software-Testing-ppt.pptx
Software-Testing-ppt.pptxSoftware-Testing-ppt.pptx
Software-Testing-ppt.pptx
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing
Software testingSoftware testing
Software testing
 
Objectorientedtesting 160320132146
Objectorientedtesting 160320132146Objectorientedtesting 160320132146
Objectorientedtesting 160320132146
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
Object oriented testing
Object oriented testingObject oriented testing
Object oriented testing
 
Structured system analysis and design
Structured system analysis and design Structured system analysis and design
Structured system analysis and design
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
 
Software testing
Software testingSoftware testing
Software testing
 
Software Testing - SDLC Model
Software Testing - SDLC ModelSoftware Testing - SDLC Model
Software Testing - SDLC Model
 
unit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxunit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptx
 
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptxLecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
 
Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1
 

More from Rasan Samarasinghe

Managing the under performance in projects.pptx
Managing the under performance in projects.pptxManaging the under performance in projects.pptx
Managing the under performance in projects.pptx
Rasan Samarasinghe
 
Agile project management with scrum
Agile project management with scrumAgile project management with scrum
Agile project management with scrum
Rasan Samarasinghe
 
Introduction to Agile
Introduction to AgileIntroduction to Agile
Introduction to Agile
Rasan Samarasinghe
 
IT Introduction (en)
IT Introduction (en)IT Introduction (en)
IT Introduction (en)
Rasan Samarasinghe
 
Application of Unified Modelling Language
Application of Unified Modelling LanguageApplication of Unified Modelling Language
Application of Unified Modelling Language
Rasan Samarasinghe
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST API
Rasan Samarasinghe
 
Advanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with GitAdvanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with Git
Rasan Samarasinghe
 
DIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image ManipulationDIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image Manipulation
Rasan Samarasinghe
 
DIWE - File handling with PHP
DIWE - File handling with PHPDIWE - File handling with PHP
DIWE - File handling with PHP
Rasan Samarasinghe
 
DIWE - Advanced PHP Concepts
DIWE - Advanced PHP ConceptsDIWE - Advanced PHP Concepts
DIWE - Advanced PHP Concepts
Rasan Samarasinghe
 
DIWE - Fundamentals of PHP
DIWE - Fundamentals of PHPDIWE - Fundamentals of PHP
DIWE - Fundamentals of PHP
Rasan Samarasinghe
 
DIWE - Programming with JavaScript
DIWE - Programming with JavaScriptDIWE - Programming with JavaScript
DIWE - Programming with JavaScript
Rasan Samarasinghe
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
Rasan Samarasinghe
 
DIWE - Multimedia Technologies
DIWE - Multimedia TechnologiesDIWE - Multimedia Technologies
DIWE - Multimedia Technologies
Rasan Samarasinghe
 

More from Rasan Samarasinghe (14)

Managing the under performance in projects.pptx
Managing the under performance in projects.pptxManaging the under performance in projects.pptx
Managing the under performance in projects.pptx
 
Agile project management with scrum
Agile project management with scrumAgile project management with scrum
Agile project management with scrum
 
Introduction to Agile
Introduction to AgileIntroduction to Agile
Introduction to Agile
 
IT Introduction (en)
IT Introduction (en)IT Introduction (en)
IT Introduction (en)
 
Application of Unified Modelling Language
Application of Unified Modelling LanguageApplication of Unified Modelling Language
Application of Unified Modelling Language
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST API
 
Advanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with GitAdvanced Web Development in PHP - Code Versioning and Branching with Git
Advanced Web Development in PHP - Code Versioning and Branching with Git
 
DIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image ManipulationDIWE - Using Extensions and Image Manipulation
DIWE - Using Extensions and Image Manipulation
 
DIWE - File handling with PHP
DIWE - File handling with PHPDIWE - File handling with PHP
DIWE - File handling with PHP
 
DIWE - Advanced PHP Concepts
DIWE - Advanced PHP ConceptsDIWE - Advanced PHP Concepts
DIWE - Advanced PHP Concepts
 
DIWE - Fundamentals of PHP
DIWE - Fundamentals of PHPDIWE - Fundamentals of PHP
DIWE - Fundamentals of PHP
 
DIWE - Programming with JavaScript
DIWE - Programming with JavaScriptDIWE - Programming with JavaScript
DIWE - Programming with JavaScript
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
 
DIWE - Multimedia Technologies
DIWE - Multimedia TechnologiesDIWE - Multimedia Technologies
DIWE - Multimedia Technologies
 

Recently uploaded

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 

Recently uploaded (20)

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 

DISE - Software Testing and Quality Management

  • 1. Diploma in Software Engineering Module VIII: Software Testing and Quality Management Rasan Samarasinghe ESOFT Computer Studies (pvt) Ltd. No 68/1, Main Street, Pallegama, Embilipitiya.
  • 2. Contents 1. Introduction to Testing 2. Verification and Validation 3. Testing Methods 4. Black Box Testing 5. White Box Testing 6. Testing Strategy 7. Testing Stages 8. Unit Testing 9. Integration Testing 10. Bottom-up Integration 11. Top-Down Integration 12. Validation Testing 13. Alpha Testing 14. Beta Testing 15. System Testing 16. Recovery Testing 17. Security Testing 18. Stress Testing 19. Performance Testing 20. Test Case 21. Debugging 22. Testing, QA and QC 23. Quality Management 24. Quality Planning Process 25. Quality Assurance Process 26. Quality Control Process
  • 3. Introduction to Testing 1. Testing is a process of executing a program with the intent of finding an error. 2. A good test case is one that has a high probability of finding an as yet undiscovered error. 3. A successful test is one that uncovers an as yet undiscovered error.
  • 4. Verification and Validation Verification - Set of activities which ensure software correctly implements a given function. “Are we building the product right?” Validation - Set of activities which ensures software that has been built satisfies customer requirements. “Are we building the right product?”
  • 5. Testing Methods There are two main testing approaches • Black Box Testing • White Box Testing
  • 6. Black Box Testing Black box testing is a testing technique that ignores the internal mechanism of the system and focuses on the output generated against any inputs of the system.
  • 7. White Box Testing White box testing is a testing technique that investigate the internal logic and structure of the code in detail.
  • 8. Black Box Testing and White Box Testing Comparison Black Box Testing White Box Testing Internal Workings of an application are not required to be known Tester has full knowledge of the Internal workings of the application Also known as closed box testing, data driven testing and functional testing Also known as glass box testing, structural testing or code based testing Performed by testers and developers and also by end users Normally done by testers and developers Based on external expectations - Internal behavior of the application is unknown Internal workings are fully known and the tester can design test data accordingly Least time consuming and exhaustive The most exhaustive and time consuming type of testing Not suited to algorithm testing Suited for algorithm testing Done by trial and error method Data domains and Internal boundaries can be better tested
  • 11. Unit Testing • Refers to tests that verify the functionality of a specific section of code at the function level. • Performed by the developers before the setup is handed over to the testing team.
  • 12. Integration Testing • In integration testing, individual software modules are combined and tested as a group. • Integration testing is verifying the interfaces between components against a software design.
  • 13. Integration Testing There are two methods of doing Integration 1. Bottom-up integration 2. Top-Down integration
  • 14. Bottom-up Integration This testing begins with unit testing, followed by tests of progressively higher-level combinations of units called modules or builds.
  • 15. Top-Down Integration This testing, the highest-level modules are tested first and progressively lower-level modules are tested after that.
  • 16. Validation Testing • Validation testing ensure software functions in a manner that can be reasonably expected by the customer. • Like all other testing steps, validation tries to uncover errors, but the focus is at the requirements level on things that will be immediately apparent to the end-user.
  • 17. Alpha Testing • The alpha test is conducted at the developer's site by a customer. • The software is used in a natural setting with the developer "looking over the shoulder" of the user and recording errors and usage problems. • Alpha tests are conducted in a controlled environment.
  • 18. Beta Testing • The beta test is conducted at one or more customer sites by the end-user of the software. • Unlike alpha testing, the developer is generally not present. • The customer records all problems that are encountered during beta testing and reports these to the developer at regular intervals.
  • 19. System Testing System testing validates software once it has been incorporated into a large computer system. (hardware, people, information)
  • 20. System Testing System Testing includes the following tests. • Recovery Testing • Security Testing • Stress Testing • Performance Testing All these tests are fallen down into the category non-functional testing.
  • 21. Recovery Testing Recovery testing is the activity of testing how well an application is able to recover from crashes, hardware failures and other similar problems.
  • 22. Security Testing Security testing verifies that the protection mechanism built on the system successfully prevents unauthorized access to the system.
  • 23. Stress Testing During stress testing, the system is monitored after subjecting the system to heavy load, frequency or volume to ensure that the system can sustain the stress.
  • 24. Performance Testing Performance testing is designed to test the runtime responsiveness, stability and resource usage of software within the context of an integrated system.
  • 25. Test Case Test cases involve the set of steps, conditions and inputs which can be used while performing the testing tasks. A. Test Case ID B. Test Scenario C. Test Case Description D. Test Steps E. Prerequisites F. Test Data G. Expected Result H. Actual Result I. Comments
  • 26. Test Cases Example We need to check an input field that can accept maximum of 10 characters. Scenario Test Steps Expected Result Actual Outcome Verify that the input field that can accept maximum of 10 characters Login to application and enter 10 characters Application should be able to accept all 10 characters. Application accepts all 10 characters. Verify that the input field that cannot accept more than 10 characters Login to application and enter 11 characters Application should NOT accept all 11 characters. Application accepts all 11 characters.
  • 27. Debugging • When a test case uncovers an error, debugging is the process that removes the error. • Debugging occurs as a consequence of successful testing.
  • 29. Testing, Quality Assurance and Quality Control Quality Assurance Quality Control Testing Activities for ensuring quality in the processes that develop software. Activities for ensuring quality in the software. Activities which ensure the identification of error/defects in the Software. Process oriented activities. Product oriented activities. Product oriented activities. Preventive activities. Corrective process. Corrective process. Everyone is responsible QA team is responsible QA team is responsible QA is a managerial tool QC is a subset of Quality Assurance. Testing is a subset of Quality Control.
  • 30. Quality Management Quality Management includes the processes required to ensure that the project will satisfy the needs for which it was undertaken. Processes: Quality Planning Quality Assurance Quality Control
  • 31. Quality Planning Process Quality Planning Process identifying which quality standards are relevant to the project and determining how to satisfy them.
  • 32. Inputs for Quality Planning Process • Quality policy - the overall intentions and direction of an organization with regard to quality • Scope statement. • Product description. • Standards and regulations - Application area specific standards or regulations that may affect the project. • Other process outputs.
  • 33. Tools and Techniques for Quality Planning Process • Benefit/cost analysis. • Benchmarking - comparing one's business processes and performance metrics to best practices from other companies. • Flowcharting. • Design of experiments - analytical technique which helps identify which variables have the most influence on the overall outcome.
  • 34. A Sample Process Flow Chart
  • 35. Quality Planning Process Outputs • Quality management plan - describe how the project management team will implement its quality policy. • Operational definitions - what something is and how it is measured by the quality control process. • Checklists - set of required steps has been performed. • Inputs to other processes.
  • 36. Quality Assurance Process Quality Assurance Process evaluating overall project performance on a regular basis to provide confidence that the project will satisfy the relevant quality standards.
  • 37. Inputs for Quality Assurance Process • Quality management plan. • Results of quality control measurements - records of quality control testing and measurement. • Operational definitions.
  • 38. Tools and Techniques for Quality Assurance Process • Quality planning tools and techniques. • Quality audits - structured review of other quality management activities.
  • 39. Quality Assurance Process Outputs • Quality improvement - taking action to increase the effectiveness and efficiency
  • 40. Quality Control Process Quality Control Process monitoring specific project results to determine if they comply with relevant quality standards and identifying ways to eliminate causes of unsatisfactory performance.
  • 41. Inputs for Quality Control Process • Work results - both process results and product results. • Quality management plan. • Operational definitions. • Checklists.
  • 42. Tools and Techniques for Quality Control Process • Inspection - activities such as measuring, examining and testing to determine whether results conform to requirements. • Control charts - graphic display of the results of a process over time. • Pareto diagrams - histogram, ordered by frequency of occurrence that shows how many results were generated by type or category of identified cause. • Statistical sampling - eg: selecting ten engineering drawings at random from a list. • Flowcharting. • Trend analysis - using mathematical techniques to forecast future outcomes based on historical results.
  • 44. Quality Control Process Outputs • Quality improvement. • Acceptance decisions - items inspected will be either accepted or rejected. • Rework - action taken to bring a defective item into compliance with requirements. • Completed checklists. • Process adjustments - immediate corrective or preventive action

Editor's Notes

  1. Integration follows the pattern illustrated in Figure 18.7. Components are com- bined to form clusters 1, 2, and 3. Each of the clusters is tested using a driver (shown as a dashed block). Components in clusters 1 and 2 are subordinate to Ma. Drivers D1 and D2 are removed and the clusters are interfaced directly to Ma. Similarly, driver D3 for cluster 3 is removed prior to integration with module Mb. Both Ma and Mb will ultimately be integrated with component Mc, and so forth.
  2. Referring to Figure 18.6, depth-first integration would integrate all components on a major control path of the structure. Selection of a major path is somewhat arbitrary and depends on application-specific characteristics. For example, selecting the left- hand path, components M1, M2 , M5 would be integrated first. Next, M8 or (if neces- sary for proper functioning of M2) M6 would be integrated. Then, the central and right- hand control paths are built. Breadth-first integration incorporates all components directly subordinate at each level, moving across the structure horizontally. From the figure, components M2, M3, and M4 (a replacement for stub S4) would be integrated first. The next control level, M5, M6, and so on, follows.
  3. Examples of recovery testing: While an application is running, suddenly restart the computer, and afterwards check the validness of the application's data integrity. While an application is receiving data from a network, unplug the connecting cable. After some time, plug the cable back in and analyze the application's ability to continue receiving data from the point at which the network connection disappeared. Restart the system while a browser has a definite number of sessions. Afterwards, check that the browser is able to recover all of them.
  4. Open Source/Free Security Testing Tools: FxCop FindBugs FlawFinder Ramp Ascend
  5. Reasons for conducting Stress Testing: It allows the test team to monitor system performance during failures. To verify if the system has saved the data before crashing or NOT. To verify if the system prints meaning error messages while crashing or did it print some random exceptions. To verify if unexpected failures do not cause security issues. Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation. Stress testing is particularly important for "mission critical" software, but is used for all types of software. Stress tests commonly put a greater emphasis on robustness, availability, and error handling under a heavy load, than on what would be considered correct behavior under normal circumstances.
  6. Performance Testing Tools Jmeter - http://jmeter.apache.org/ Open STA - http://opensta.org/ Load Runner - http://www.hp.com/ Web Load - http://www.radview.com/ In software engineering, performance testing is in general testing performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage. Performance testing is a subset of performance engineering, an emerging computer science practice which strives to build performance into the implementation, design and architecture of a system.
  7. Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.
  8. Design of experiments. e.g., automotive de- signers might wish to determine which combination of suspension and tires will pro- duce the most desirable ride characteristics at a reasonable cost
  9. Operational definitions it is not enough to say that meeting the planned schedule dates is a measure of management quality; the project management team must also indicate whether every activity must start on time, or only finish on time;
  10. The quality planning tools and techniques described in Section 8.1.2 can be used for quality assurance as well.
  11. සන්ක්‍යාත ප්‍රස්තාර