SlideShare a Scribd company logo
Software Defects- I
LECTURE # 2
1
Today’s Lecture
Software defects and related issues
Have a good discussion on this topic before jumping directly on to the
topic
2
What is a Software Defect?
A software defect is an error, flaw, mistake, failure, or fault in software
that prevents it from behaving as intended (e.g., producing an incorrect
or unexpected result)
Software defects are also known as software errors or software bugs
3
Effects of Software Defects - 1
Bugs can have a wide variety of effects, with varying levels of
inconvenience to the user of the software. Some bugs have only a
subtle effect on the program’s functionality, and may thus lie
undetected for a long time. More serious bugs may cause the software
to crash or freeze leading to a denial of service
4
Effects of Software Defects - 2
Others qualify as security bugs and might for example enable a
malicious user to bypass access controls in order to obtain unauthorized
privileges
5
Effects of Software Defects - 3
The results of bugs may be extremely serious
In 1996, the European Space Agency’s US $1 billion prototype Arian 5
rocket was destroyed less than a minute after launch, due a bug in the
on-board guidance computer program
6
Effects of Software Defects - 4
In June 1994, a Royal Air Force Chinook crashed into the Mull of Kintyre,
killing 29 people. An investigation uncovered sufficient evidence to
convince that it may have been caused by a software bug in the
aircraft’s engine control computer
7
Effects of Software Defects - 5
In 2002, a study commissioned by the US Department of Commerce’
National Institute of Standards and Technology concluded that software
bugs are so prevalent and detrimental that they cost the US economy
and estimated US $59 billion annually, or about 0.6 percent of the gross
domestic product
8
Categories of Software Defects
Errors of commission
Errors of omission
Errors of clarity and ambiguity
Errors of speed or capacity
9
Errors of Commission
Something wrong is done
A classic example at the code level would be going through a loop one
time too many or branching on the wrong address
10
Errors of Omission
Something left out by accident
For example, omitting a parentheses in nested expressions
11
Errors of Clarity and Ambiguity
Different interpretations of the same statement
This kind of error is common with all natural language requirements and
specification documents and user manuals, too.
12
Errors of Speed and Capacity
Application works, but not fast enough
13
Software defects can be found in any of the
documents and work products including very
serious ones in cost estimates and development
plans
However, there are seven major classes of software
work products where defects have a strong
probability of triggering some kind of request for
warranty repair if they reach the field
14
Software Defect Origins
Errors in Requirements
Errors in Design
Errors in Source code
Errors in User Documentation
Errors due to “Bad fixes”
Errors in Data and Tables
Errors in Test Cases
15
Defect Discovery
Defects are discovered by developers & testers (usually) before
release
Defects are discovered by customers and users (usually) after release
Defects discovered after release can be embarrassing for the
development team
16
Defect Discovery by Customers
Rule 1: Defect discovery is directly related to the number of users
Rule 2: Defect discovery is inversely related to the number of defects
17
Software Defect Elimination
Strategies
Effective defect prevention
High levels of defect removal efficiency
Accurate defect prediction before the project begins
Accurate defect tracking during development
Useful quality measurements
Ensuring high levels of user-satisfaction
18
Defect Prevention and
Removal
Both defect prevention and removal techniques are used by the “best-
in-the-class” companies
Defect prevention is very difficult to understand, study, and quantify.
Both non-test and testing defect removal techniques must be applied
19
Typical Defect Removal
Inspections
◦ Direct fault detection and removal
Testing
◦ Failure observation and fault removal
20
Inspections - 1
Inspections are critical examinations of software artifacts by human
inspectors aimed at discovering and fixing faults in the software systems
21
Inspections - 2
Inspections are critical reading and analysis of software code or other
software artifacts, such as designs, product specifications, test plans,
etc
Inspections are typically conducted by multiple human inspectors,
through some coordination process. Multiple inspection phases or
sessions may be used
22
Inspections - 3
Faults are detected directly in inspection by human inspectors, either
during their individual inspections or various types of group sessions
Identified faults need to be removed as a result of the inspection
process, and their removal also needs to be verified
23
Non-Test Defect Removal
Methods
Requirement inspections
Design inspections
Code inspections
Test plan reviews
Test-case inspections
User documentation editing or reviews
24
Testing Defect Removal
Methods
Unit test by individual programmers
New function testing
Regression testing
Performance testing
Integration testing
System testing
Field test (external beta test)
25
Defect Removal
Not all defects are equal when it comes to removal
Requirements errors, design problems, and “bad fixes” are particularly
difficult
26
Software Defect Origins & Defect
Removal Effectiveness
Req.
Defects
Design
Defects
Code
Defects
Document
Defects
Perf.
Defects
Reviews /
Inspections Fair Excellent Excellent Good Fair
Prototypes Good Fair Fair N/A Good
Testing (all
forms) Poor Poor Good Fair Excellent
Correctness
Proofs Poor Poor Good Fair Poor
27
Defect Removal Efficiency
Accumulation of defect statistics for errors found prior to delivery, and
then for a predetermined period after deployment (usually one year)
US averages: 85%
Best projects in best US companies: 99%
28
Summary
In today’s lecture, we talked about software defects and where are they
introduced in the software product
We discussed the approaches to eliminating these defects
29
References
Software Quality: Analysis and Guidelines for Success by Capers Jones
Software Quality Engineering: Testing, Quality Assurance, and
Quantifiable Improvement by Jeff Tian
30

More Related Content

Similar to lecture02.ppt

SOFWARE QUALITY, INTRODUCTION
SOFWARE QUALITY, INTRODUCTIONSOFWARE QUALITY, INTRODUCTION
SOFWARE QUALITY, INTRODUCTION
Networked Research Lab, UK
 
Fundamental Of Testing (Dhea Frizky)
Fundamental Of Testing (Dhea Frizky)Fundamental Of Testing (Dhea Frizky)
Fundamental Of Testing (Dhea Frizky)
Dhea Ffrizky
 
Sech1920 1200112979886874-3
Sech1920 1200112979886874-3Sech1920 1200112979886874-3
Sech1920 1200112979886874-3
Mateti Anilraja
 
Software testing
Software testingSoftware testing
Software testing
Abrianto Nugraha
 
software testing
software testingsoftware testing
software testing
choclatyhero007
 
Industrial Training in Software Testing
Industrial Training in Software TestingIndustrial Training in Software Testing
Industrial Training in Software Testing
Arcadian Learning
 
Fundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary CandraFundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary Candra
And11ka
 
Testing Plan
Testing PlanTesting Plan
Testing Plan
Ajeng Savitri
 
Embedded software static analysis_Polyspace-WhitePaper_final
Embedded software static analysis_Polyspace-WhitePaper_finalEmbedded software static analysis_Polyspace-WhitePaper_final
Embedded software static analysis_Polyspace-WhitePaper_final
TAMILMARAN C
 
SE2018_Lec 19_ Software Testing
SE2018_Lec 19_ Software TestingSE2018_Lec 19_ Software Testing
SE2018_Lec 19_ Software Testing
Amr E. Mohamed
 
Ch01-whyTest.pptx
Ch01-whyTest.pptxCh01-whyTest.pptx
Ch01-whyTest.pptx
SteveIrwin25
 
Introduction To Software Engineering
 Introduction To Software Engineering Introduction To Software Engineering
Introduction To Software Engineering
MohsinAli773
 
ISTQB Chapter 1 Fundamentals of Testing
ISTQB Chapter 1  Fundamentals of TestingISTQB Chapter 1  Fundamentals of Testing
ISTQB Chapter 1 Fundamentals of Testing
ssuser2d9936
 
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit TestingReading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Artemisa Yescas Engler
 
Softwere Testing Aplication Specific Techniques
Softwere Testing Aplication Specific TechniquesSoftwere Testing Aplication Specific Techniques
Softwere Testing Aplication Specific Techniques
maharajdey
 
Beginner guide-to-software-testing
Beginner guide-to-software-testingBeginner guide-to-software-testing
Beginner guide-to-software-testing
biswajit52
 
Test plan
Test planTest plan
Test plan
Mahfuz1061
 
EFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEWEFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEW
Journal For Research
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual Testing
Edureka!
 
Defect effort prediction models in software maintenance projects
Defect  effort prediction models in software maintenance projectsDefect  effort prediction models in software maintenance projects
Defect effort prediction models in software maintenance projects
iaemedu
 

Similar to lecture02.ppt (20)

SOFWARE QUALITY, INTRODUCTION
SOFWARE QUALITY, INTRODUCTIONSOFWARE QUALITY, INTRODUCTION
SOFWARE QUALITY, INTRODUCTION
 
Fundamental Of Testing (Dhea Frizky)
Fundamental Of Testing (Dhea Frizky)Fundamental Of Testing (Dhea Frizky)
Fundamental Of Testing (Dhea Frizky)
 
Sech1920 1200112979886874-3
Sech1920 1200112979886874-3Sech1920 1200112979886874-3
Sech1920 1200112979886874-3
 
Software testing
Software testingSoftware testing
Software testing
 
software testing
software testingsoftware testing
software testing
 
Industrial Training in Software Testing
Industrial Training in Software TestingIndustrial Training in Software Testing
Industrial Training in Software Testing
 
Fundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary CandraFundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary Candra
 
Testing Plan
Testing PlanTesting Plan
Testing Plan
 
Embedded software static analysis_Polyspace-WhitePaper_final
Embedded software static analysis_Polyspace-WhitePaper_finalEmbedded software static analysis_Polyspace-WhitePaper_final
Embedded software static analysis_Polyspace-WhitePaper_final
 
SE2018_Lec 19_ Software Testing
SE2018_Lec 19_ Software TestingSE2018_Lec 19_ Software Testing
SE2018_Lec 19_ Software Testing
 
Ch01-whyTest.pptx
Ch01-whyTest.pptxCh01-whyTest.pptx
Ch01-whyTest.pptx
 
Introduction To Software Engineering
 Introduction To Software Engineering Introduction To Software Engineering
Introduction To Software Engineering
 
ISTQB Chapter 1 Fundamentals of Testing
ISTQB Chapter 1  Fundamentals of TestingISTQB Chapter 1  Fundamentals of Testing
ISTQB Chapter 1 Fundamentals of Testing
 
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit TestingReading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
 
Softwere Testing Aplication Specific Techniques
Softwere Testing Aplication Specific TechniquesSoftwere Testing Aplication Specific Techniques
Softwere Testing Aplication Specific Techniques
 
Beginner guide-to-software-testing
Beginner guide-to-software-testingBeginner guide-to-software-testing
Beginner guide-to-software-testing
 
Test plan
Test planTest plan
Test plan
 
EFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEWEFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEW
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual Testing
 
Defect effort prediction models in software maintenance projects
Defect  effort prediction models in software maintenance projectsDefect  effort prediction models in software maintenance projects
Defect effort prediction models in software maintenance projects
 

Recently uploaded

writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 

Recently uploaded (20)

writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 

lecture02.ppt

  • 2. Today’s Lecture Software defects and related issues Have a good discussion on this topic before jumping directly on to the topic 2
  • 3. What is a Software Defect? A software defect is an error, flaw, mistake, failure, or fault in software that prevents it from behaving as intended (e.g., producing an incorrect or unexpected result) Software defects are also known as software errors or software bugs 3
  • 4. Effects of Software Defects - 1 Bugs can have a wide variety of effects, with varying levels of inconvenience to the user of the software. Some bugs have only a subtle effect on the program’s functionality, and may thus lie undetected for a long time. More serious bugs may cause the software to crash or freeze leading to a denial of service 4
  • 5. Effects of Software Defects - 2 Others qualify as security bugs and might for example enable a malicious user to bypass access controls in order to obtain unauthorized privileges 5
  • 6. Effects of Software Defects - 3 The results of bugs may be extremely serious In 1996, the European Space Agency’s US $1 billion prototype Arian 5 rocket was destroyed less than a minute after launch, due a bug in the on-board guidance computer program 6
  • 7. Effects of Software Defects - 4 In June 1994, a Royal Air Force Chinook crashed into the Mull of Kintyre, killing 29 people. An investigation uncovered sufficient evidence to convince that it may have been caused by a software bug in the aircraft’s engine control computer 7
  • 8. Effects of Software Defects - 5 In 2002, a study commissioned by the US Department of Commerce’ National Institute of Standards and Technology concluded that software bugs are so prevalent and detrimental that they cost the US economy and estimated US $59 billion annually, or about 0.6 percent of the gross domestic product 8
  • 9. Categories of Software Defects Errors of commission Errors of omission Errors of clarity and ambiguity Errors of speed or capacity 9
  • 10. Errors of Commission Something wrong is done A classic example at the code level would be going through a loop one time too many or branching on the wrong address 10
  • 11. Errors of Omission Something left out by accident For example, omitting a parentheses in nested expressions 11
  • 12. Errors of Clarity and Ambiguity Different interpretations of the same statement This kind of error is common with all natural language requirements and specification documents and user manuals, too. 12
  • 13. Errors of Speed and Capacity Application works, but not fast enough 13
  • 14. Software defects can be found in any of the documents and work products including very serious ones in cost estimates and development plans However, there are seven major classes of software work products where defects have a strong probability of triggering some kind of request for warranty repair if they reach the field 14
  • 15. Software Defect Origins Errors in Requirements Errors in Design Errors in Source code Errors in User Documentation Errors due to “Bad fixes” Errors in Data and Tables Errors in Test Cases 15
  • 16. Defect Discovery Defects are discovered by developers & testers (usually) before release Defects are discovered by customers and users (usually) after release Defects discovered after release can be embarrassing for the development team 16
  • 17. Defect Discovery by Customers Rule 1: Defect discovery is directly related to the number of users Rule 2: Defect discovery is inversely related to the number of defects 17
  • 18. Software Defect Elimination Strategies Effective defect prevention High levels of defect removal efficiency Accurate defect prediction before the project begins Accurate defect tracking during development Useful quality measurements Ensuring high levels of user-satisfaction 18
  • 19. Defect Prevention and Removal Both defect prevention and removal techniques are used by the “best- in-the-class” companies Defect prevention is very difficult to understand, study, and quantify. Both non-test and testing defect removal techniques must be applied 19
  • 20. Typical Defect Removal Inspections ◦ Direct fault detection and removal Testing ◦ Failure observation and fault removal 20
  • 21. Inspections - 1 Inspections are critical examinations of software artifacts by human inspectors aimed at discovering and fixing faults in the software systems 21
  • 22. Inspections - 2 Inspections are critical reading and analysis of software code or other software artifacts, such as designs, product specifications, test plans, etc Inspections are typically conducted by multiple human inspectors, through some coordination process. Multiple inspection phases or sessions may be used 22
  • 23. Inspections - 3 Faults are detected directly in inspection by human inspectors, either during their individual inspections or various types of group sessions Identified faults need to be removed as a result of the inspection process, and their removal also needs to be verified 23
  • 24. Non-Test Defect Removal Methods Requirement inspections Design inspections Code inspections Test plan reviews Test-case inspections User documentation editing or reviews 24
  • 25. Testing Defect Removal Methods Unit test by individual programmers New function testing Regression testing Performance testing Integration testing System testing Field test (external beta test) 25
  • 26. Defect Removal Not all defects are equal when it comes to removal Requirements errors, design problems, and “bad fixes” are particularly difficult 26
  • 27. Software Defect Origins & Defect Removal Effectiveness Req. Defects Design Defects Code Defects Document Defects Perf. Defects Reviews / Inspections Fair Excellent Excellent Good Fair Prototypes Good Fair Fair N/A Good Testing (all forms) Poor Poor Good Fair Excellent Correctness Proofs Poor Poor Good Fair Poor 27
  • 28. Defect Removal Efficiency Accumulation of defect statistics for errors found prior to delivery, and then for a predetermined period after deployment (usually one year) US averages: 85% Best projects in best US companies: 99% 28
  • 29. Summary In today’s lecture, we talked about software defects and where are they introduced in the software product We discussed the approaches to eliminating these defects 29
  • 30. References Software Quality: Analysis and Guidelines for Success by Capers Jones Software Quality Engineering: Testing, Quality Assurance, and Quantifiable Improvement by Jeff Tian 30