SlideShare a Scribd company logo
Software Quality Assurance
Instructor: Dr. Jerry Gao
Project Planning
Jerry Gao, Ph.D. Jan. 1999
- Quality Concepts
- Quality
- Quality Control
- Quality Assurance
- Cost of Quality
- Software Quality Assurance
- Software Reviews
- Formal Technical Reviews
- The Review Meeting
- Review Reporting and Record Keeping
- Review Guidelines
- Formal Approaches to SQA
- Statistical Quality Assurance
- Software Reliability
- The SQA Plan
Quality Concepts
Software quality assurance is an umbrella activity that is applied throughout
the software process.
SQA encompasses:
(1) a quality management approach
(2) effective software engineering technology
(3) formal technical reviews
(4) a multi-tiered testing strategy
(5) document change control
(6) software development standard and its control procedure
(7) measurement and reporting mechanism
Quality --> refers to measurable characteristics of a software.
These items can be compared based on a given standard
Two types of quality control:
- Quality design -> the characteristics that designers specify for an item.
--> includes: requirements, specifications, and the design of the system.
- Quality of conformance -> the degree to which the design specification are
followed. It focuses on implementation based on the design.
Quality Control
What is quality control -- the series of inspections, reviews, and test used
throughout the develop cycle of a software product
Quality control includes a feedback loop to the process.
Objective ---> minimize the produced defects, increase the product quality
Implementation approaches:
- Fully automated
- Entirely manual
- Combination of automated tools and human interactions
Key concept of quality control:
--> compare the work products with the specified and
measurable standards
Quality assurance consists of:
- the auditing and reporting function of management
Goal --> provide management with the necessary data about product quality.
--> gain the insight and confidence of product quality
Cost of Quality
Cost of quality --> includes all costs incurred in the pursuit of quality
or perform quality related work
Quality cost includes:
- prevention cost:
- quality planning
- formal technical reviews
- testing equipment
- training
- appraisal cost:
- in-process and inter-process inspection
- equipment calibration and maintenance
- testing
- failure cost:
internal failure cost:
- rework, repair, and failure mode analysis
external failure cost:
- complaint resolution
- product return and replacement
- help line support
- warranty work
Software Quality Assurance
Goal: to achieve high-quality software product
Quality definition:
“Conformance to explicitly stated functional and performance
requirements, explicitly documented development standards,
and implicit characteristics that expected of al professional
developed software.”
Three import points for quality measurement:
- Use requirements as the foundation
- Use specified standards as the criteria
- Considering implicit requirements
About quality assurance:
- The first formal quality assurance and control function was
introduced at Bell Labs in 1916 in the manufacturing world.
- During the 1950s and 1960s, the programmers controls their product quality.
- During the 1970s, quality assurance standards were introduced first in
military contract software development.
- In 1987, the extending definition is given in [SCH87].
SQA Group
Who involves quality assurance activities?
Software engineers, project managers, customers, sale people, SQA group
Engineers involved the quality assurance work:
- apply technical methods and measures
- conduct formal technical review
- perform well-planned software testing
The SQA group’s role -> serves as the customer’s in-house representative
assist the software engineering team in achieving high-quality
The SQA group’s responsibility:
- quality assurance planning oversight, record keeping, analysis and reporting
The SQA group’s tasks:
- Prepare a SQA plan for a project
- Participate in the development of the project’s software process description
- Review engineering activities to verify compliance with the defined process
- Audits designated software work products to verify compliance the defined process
- Ensure the deviations in software work and products according to a documented procedure
- Records any noncompliance and reports to senior management
Software Reviews
What is software reviews?
- a “filter” for the software engineering process.
Purpose: serves to uncover errors in analysis, design, coding, and testing.
Why software reviews?
- To err is human
- Easy to catch the errors in engineers’ work
A review --> a way to
- identify the needed improvements of the parts in a product
- confirm the improvement parts of a product.
- achieve technical work of more uniform, predicable, and manageable.
Different types of reviews:
- Informal reviews:
informal meeting and informal desk checking
- Formal reviews: (design to an audience of customers, management, and staff)
Walkthrough, inspection, and round-robin reviews
The terms “defect” and “fault” are synonymous
--> quality problems found after software release
Software “error” refers to a quality problem found b y engineers before software release
Formal Technical Reviews (FTR)
Objectives of FTR:
- to uncover errors in function, logic, or implementation
- to verify the software under review meets its requirements
- to ensure that the software has been represented according to predefined standards
- to develop software in a uniform manner
- to make projects more manageable
Purposes of FTR:
- serves as a training ground for junior engineers
- promote backup and continuity
Review meeting’s constraints:
- 3-5 people involved in a review
- advanced preparation (no more than 2 hours for each person)
- the duration of the review meeting should be less than 2 hours
- focus on a specific part of a software product
People involved in a review meeting:
- producer, review leader, 2 or 3 reviewers (one of them is recorder)
Formal Technical Review Meeting
The preparation of a review meeting:
- a meeting agenda and schedule (by review leader)
- review material and distribution (by the producer)
- review in advance (by reviewers)
Review meeting results:
- a review issues list
- a simple review summary report (called meeting minutes)
- meeting decisions:
- accept the work product w/o further modification
- reject the work product due to errors
- accept the work under conditions (such as change and review)
- sign-off sheet
Review summary report (a project historical record) answers the following questions:
- what was reviewed?
- who reviewed it?
- what were the findings and conclusions
Review issues list serves two purposes:
- to identify problem areas in the project
- to serve as an action item checklist (a follow-up procedure is needed)
Review Guidelines (for FTR)
A minimum set of guidelines for FTR:
- Review the product, not the producer
- Set an agenda and maintain it
- Limit debate and rebuttal
- Enunciate problem areas, but don’t attempt to solve every problem noted
- Take written notes
- Limit the number of participants and insist upon advance preparation
- Develop a checklist for each work product that is likely to be reviewed
- Allocate resources and time schedule for FTRs
- Conduct meaningful training for all reviewers
- Review your early reviews
Statistical Quality Assurance
Statistical quality assurance reflects a growing trend throughout industry to become more
quantitative about quality.
Statistical quality assurance implies the following steps:
- Information about software defects is collected and categorized
- An attempt is made to trace each defect to its underlying cause
- Using the Pareto principle (80 percent of the defects can be traced to 20 percent,
and isolate the 20 percent)
- Once the vital few causes have been identified, correct the defects.
Causes of errors:
- incomplete or erroneous specification (IES)
- misinterpretation of customer communication (MCC)
- intentional deviation from specification (IDS)
- violation of programming standards (VPS)
- error in data representation (EDR)
- inconsistent module interface (IMI)
- error in design logic (EDL)
- incomplete or erroneous testing (IET)
- inaccurate or incomplete documentation (IID)
- error in programming language translation of design (PLT)
- ambiguous or inconsistent human-computer interface (HCI)
- miscellaneous (MIS)
Statistical Quality Assurance
In conjunction with the collection of defect information, software developers can calculate an
error index (EI) for each major step in the software engineering process.
After analysis, design, coding, testing, and release, the following data are collected:
Ei = the total no. of errors uncovered during the ith step in the process.
Si = the no. of serious errors
Mi = the no. of moderate errors
Ti = the no. of minor errors
PS = the size of the product at the ith step.
At each step in the software engineering process, a phase index (PI i ) is computed:
PI i = ws (Si/Ei) + wm(Mi/Ei) + wt(Ti/Ei)
Error index (EI) can be computed as follows:
EI = (PI 1 + 2 PI 2 + 3 PI 3 + iPI I)/PS
The SQA Plan
The SQA plan provides a road map for instituting software quality assurance.
Figure 8.5 presents an outline for SQA plans by IEEE [IEEE94].
Basic items:
- purpose of plan and its scope
- management
- organization structure, SQA tasks, their placement in the process
- roles and responsibilities related to product quality
- documentation
- project documents, models, technical documents, user documents.
- standards, practices, and conventions
- reviews and audits
- test - test plan and procedure
- problem reporting, and correction actions
- tools
- code control
- media control
- supplier control
- records collection, maintenance, and retention
- training
- risk management

More Related Content

PPT
PPT
Software Engineering (Software Quality Assurance)
PPTX
Sqa plan
PPTX
Software QA Fundamentals by Prabhath Darshana
PPTX
Software quality assurance
PPT
Software maintenance and configuration management, software engineering
Software Engineering (Software Quality Assurance)
Sqa plan
Software QA Fundamentals by Prabhath Darshana
Software quality assurance
Software maintenance and configuration management, software engineering

What's hot (19)

PDF
SQA Components
PPT
Software Engineering (Software Configuration Management)
PDF
Sqa 2 marks
PPT
Software Engineering (An Agile View of Process)
PPT
Software Engineering (Testing Overview)
PPT
Software Quality Assurance
PPTX
Software quality assurance
PPT
Software quality assurance
PPTX
Software quality assurance and cyber security
PPT
Software Quality Assurance in software engineering
DOC
Chapter 8 software quality assurance and configuration audit
PPT
Quality assurance and management, software engineering
PPTX
Components of the sqa system
PDF
Softwarequalityassurance with Abu ul hassan Sahadvi
PPT
A Guide to the Forthcoming 2012 Revision of the IEEE Software Quality Assuran...
PPTX
Quality management
PPT
Software Engineering (Software Process: A Generic View)
PPT
Introduction To Software Quality Assurance
PPTX
Software Quality Assurance
SQA Components
Software Engineering (Software Configuration Management)
Sqa 2 marks
Software Engineering (An Agile View of Process)
Software Engineering (Testing Overview)
Software Quality Assurance
Software quality assurance
Software quality assurance
Software quality assurance and cyber security
Software Quality Assurance in software engineering
Chapter 8 software quality assurance and configuration audit
Quality assurance and management, software engineering
Components of the sqa system
Softwarequalityassurance with Abu ul hassan Sahadvi
A Guide to the Forthcoming 2012 Revision of the IEEE Software Quality Assuran...
Quality management
Software Engineering (Software Process: A Generic View)
Introduction To Software Quality Assurance
Software Quality Assurance
Ad

Viewers also liked (12)

PPTX
Chapter 8&9
PPTX
Chapter 4 & 5 Notes
PDF
EtraLED PRO 4850 for Prolight Modular Passive LED Cooler Φ48mm
PPTX
SWISSWAY GOLD 1500
DOCX
Kumaresan CV
PPTX
Artigo- O XADREZ COMO FERRAMENTA PEDAGÓGICA COMPLEMENTAR NA EDUCAÇÃO MATEMÁTICA.
PPTX
FINAL.AnnualReport2016.pptx
PDF
EtraLED-SAM-7080 Samsung Modular Passive Star LED Heat Sink Φ70mm
PDF
System Performance Analysis
PDF
RESUME
DOCX
Carol Turner CV
PPTX
SWISSWAY GOLD 1500
Chapter 8&9
Chapter 4 & 5 Notes
EtraLED PRO 4850 for Prolight Modular Passive LED Cooler Φ48mm
SWISSWAY GOLD 1500
Kumaresan CV
Artigo- O XADREZ COMO FERRAMENTA PEDAGÓGICA COMPLEMENTAR NA EDUCAÇÃO MATEMÁTICA.
FINAL.AnnualReport2016.pptx
EtraLED-SAM-7080 Samsung Modular Passive Star LED Heat Sink Φ70mm
System Performance Analysis
RESUME
Carol Turner CV
SWISSWAY GOLD 1500
Ad

Similar to Qa (20)

PPT
Slides chapters 26-27
PPT
UNIT V SOFTWARE QUALITY ASSUARANCE (1).ppt
PPT
Software Quality Assurance SQA lecture.ppt
PPT
Software Quality Assurance SQA lecture.ppt
PPTX
Vishal
PPTX
SOFTWARE QUALITY ASSURANCE .pptx
PPT
22317-DIPLOMA_SEM4_software_engg-chap-06.ppt
PPTX
SOFTWARE TESTING unit 1 types of software testing.pptx
PPT
Software Testing
PPT
Software testing lecture 9
PPT
16103271 software-testing-ppt
PPT
software-quality-assurance.pptQuality assurance consists of those procedures,...
PPTX
Software matrics and measurement
PPTX
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
PPT
Software quality assurance lecture 1
PPTX
Software quality assurance
PPT
Software Engineering (Metrics for Process and Projects)
PPT
Softwaretesting
PPT
Software_Verification_and_Validation.ppt
PPT
1412676jhhhhhhhhhhhhhhhhhhhbnvvnvnvvv2.ppt
Slides chapters 26-27
UNIT V SOFTWARE QUALITY ASSUARANCE (1).ppt
Software Quality Assurance SQA lecture.ppt
Software Quality Assurance SQA lecture.ppt
Vishal
SOFTWARE QUALITY ASSURANCE .pptx
22317-DIPLOMA_SEM4_software_engg-chap-06.ppt
SOFTWARE TESTING unit 1 types of software testing.pptx
Software Testing
Software testing lecture 9
16103271 software-testing-ppt
software-quality-assurance.pptQuality assurance consists of those procedures,...
Software matrics and measurement
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
Software quality assurance lecture 1
Software quality assurance
Software Engineering (Metrics for Process and Projects)
Softwaretesting
Software_Verification_and_Validation.ppt
1412676jhhhhhhhhhhhhhhhhhhhbnvvnvnvvv2.ppt

Recently uploaded (20)

PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
IGGE1 Understanding the Self1234567891011
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Trump Administration's workforce development strategy
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Introduction to Building Materials
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
HVAC Specification 2024 according to central public works department
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
Computing-Curriculum for Schools in Ghana
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
IGGE1 Understanding the Self1234567891011
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
202450812 BayCHI UCSC-SV 20250812 v17.pptx
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Trump Administration's workforce development strategy
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Paper A Mock Exam 9_ Attempt review.pdf.
Introduction to Building Materials
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
B.Sc. DS Unit 2 Software Engineering.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
FORM 1 BIOLOGY MIND MAPS and their schemes
Unit 4 Computer Architecture Multicore Processor.pptx
HVAC Specification 2024 according to central public works department
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Computing-Curriculum for Schools in Ghana

Qa

  • 2. Project Planning Jerry Gao, Ph.D. Jan. 1999 - Quality Concepts - Quality - Quality Control - Quality Assurance - Cost of Quality - Software Quality Assurance - Software Reviews - Formal Technical Reviews - The Review Meeting - Review Reporting and Record Keeping - Review Guidelines - Formal Approaches to SQA - Statistical Quality Assurance - Software Reliability - The SQA Plan
  • 3. Quality Concepts Software quality assurance is an umbrella activity that is applied throughout the software process. SQA encompasses: (1) a quality management approach (2) effective software engineering technology (3) formal technical reviews (4) a multi-tiered testing strategy (5) document change control (6) software development standard and its control procedure (7) measurement and reporting mechanism Quality --> refers to measurable characteristics of a software. These items can be compared based on a given standard Two types of quality control: - Quality design -> the characteristics that designers specify for an item. --> includes: requirements, specifications, and the design of the system. - Quality of conformance -> the degree to which the design specification are followed. It focuses on implementation based on the design.
  • 4. Quality Control What is quality control -- the series of inspections, reviews, and test used throughout the develop cycle of a software product Quality control includes a feedback loop to the process. Objective ---> minimize the produced defects, increase the product quality Implementation approaches: - Fully automated - Entirely manual - Combination of automated tools and human interactions Key concept of quality control: --> compare the work products with the specified and measurable standards Quality assurance consists of: - the auditing and reporting function of management Goal --> provide management with the necessary data about product quality. --> gain the insight and confidence of product quality
  • 5. Cost of Quality Cost of quality --> includes all costs incurred in the pursuit of quality or perform quality related work Quality cost includes: - prevention cost: - quality planning - formal technical reviews - testing equipment - training - appraisal cost: - in-process and inter-process inspection - equipment calibration and maintenance - testing - failure cost: internal failure cost: - rework, repair, and failure mode analysis external failure cost: - complaint resolution - product return and replacement - help line support - warranty work
  • 6. Software Quality Assurance Goal: to achieve high-quality software product Quality definition: “Conformance to explicitly stated functional and performance requirements, explicitly documented development standards, and implicit characteristics that expected of al professional developed software.” Three import points for quality measurement: - Use requirements as the foundation - Use specified standards as the criteria - Considering implicit requirements About quality assurance: - The first formal quality assurance and control function was introduced at Bell Labs in 1916 in the manufacturing world. - During the 1950s and 1960s, the programmers controls their product quality. - During the 1970s, quality assurance standards were introduced first in military contract software development. - In 1987, the extending definition is given in [SCH87].
  • 7. SQA Group Who involves quality assurance activities? Software engineers, project managers, customers, sale people, SQA group Engineers involved the quality assurance work: - apply technical methods and measures - conduct formal technical review - perform well-planned software testing The SQA group’s role -> serves as the customer’s in-house representative assist the software engineering team in achieving high-quality The SQA group’s responsibility: - quality assurance planning oversight, record keeping, analysis and reporting The SQA group’s tasks: - Prepare a SQA plan for a project - Participate in the development of the project’s software process description - Review engineering activities to verify compliance with the defined process - Audits designated software work products to verify compliance the defined process - Ensure the deviations in software work and products according to a documented procedure - Records any noncompliance and reports to senior management
  • 8. Software Reviews What is software reviews? - a “filter” for the software engineering process. Purpose: serves to uncover errors in analysis, design, coding, and testing. Why software reviews? - To err is human - Easy to catch the errors in engineers’ work A review --> a way to - identify the needed improvements of the parts in a product - confirm the improvement parts of a product. - achieve technical work of more uniform, predicable, and manageable. Different types of reviews: - Informal reviews: informal meeting and informal desk checking - Formal reviews: (design to an audience of customers, management, and staff) Walkthrough, inspection, and round-robin reviews The terms “defect” and “fault” are synonymous --> quality problems found after software release Software “error” refers to a quality problem found b y engineers before software release
  • 9. Formal Technical Reviews (FTR) Objectives of FTR: - to uncover errors in function, logic, or implementation - to verify the software under review meets its requirements - to ensure that the software has been represented according to predefined standards - to develop software in a uniform manner - to make projects more manageable Purposes of FTR: - serves as a training ground for junior engineers - promote backup and continuity Review meeting’s constraints: - 3-5 people involved in a review - advanced preparation (no more than 2 hours for each person) - the duration of the review meeting should be less than 2 hours - focus on a specific part of a software product People involved in a review meeting: - producer, review leader, 2 or 3 reviewers (one of them is recorder)
  • 10. Formal Technical Review Meeting The preparation of a review meeting: - a meeting agenda and schedule (by review leader) - review material and distribution (by the producer) - review in advance (by reviewers) Review meeting results: - a review issues list - a simple review summary report (called meeting minutes) - meeting decisions: - accept the work product w/o further modification - reject the work product due to errors - accept the work under conditions (such as change and review) - sign-off sheet Review summary report (a project historical record) answers the following questions: - what was reviewed? - who reviewed it? - what were the findings and conclusions Review issues list serves two purposes: - to identify problem areas in the project - to serve as an action item checklist (a follow-up procedure is needed)
  • 11. Review Guidelines (for FTR) A minimum set of guidelines for FTR: - Review the product, not the producer - Set an agenda and maintain it - Limit debate and rebuttal - Enunciate problem areas, but don’t attempt to solve every problem noted - Take written notes - Limit the number of participants and insist upon advance preparation - Develop a checklist for each work product that is likely to be reviewed - Allocate resources and time schedule for FTRs - Conduct meaningful training for all reviewers - Review your early reviews
  • 12. Statistical Quality Assurance Statistical quality assurance reflects a growing trend throughout industry to become more quantitative about quality. Statistical quality assurance implies the following steps: - Information about software defects is collected and categorized - An attempt is made to trace each defect to its underlying cause - Using the Pareto principle (80 percent of the defects can be traced to 20 percent, and isolate the 20 percent) - Once the vital few causes have been identified, correct the defects. Causes of errors: - incomplete or erroneous specification (IES) - misinterpretation of customer communication (MCC) - intentional deviation from specification (IDS) - violation of programming standards (VPS) - error in data representation (EDR) - inconsistent module interface (IMI) - error in design logic (EDL) - incomplete or erroneous testing (IET) - inaccurate or incomplete documentation (IID) - error in programming language translation of design (PLT) - ambiguous or inconsistent human-computer interface (HCI) - miscellaneous (MIS)
  • 13. Statistical Quality Assurance In conjunction with the collection of defect information, software developers can calculate an error index (EI) for each major step in the software engineering process. After analysis, design, coding, testing, and release, the following data are collected: Ei = the total no. of errors uncovered during the ith step in the process. Si = the no. of serious errors Mi = the no. of moderate errors Ti = the no. of minor errors PS = the size of the product at the ith step. At each step in the software engineering process, a phase index (PI i ) is computed: PI i = ws (Si/Ei) + wm(Mi/Ei) + wt(Ti/Ei) Error index (EI) can be computed as follows: EI = (PI 1 + 2 PI 2 + 3 PI 3 + iPI I)/PS
  • 14. The SQA Plan The SQA plan provides a road map for instituting software quality assurance. Figure 8.5 presents an outline for SQA plans by IEEE [IEEE94]. Basic items: - purpose of plan and its scope - management - organization structure, SQA tasks, their placement in the process - roles and responsibilities related to product quality - documentation - project documents, models, technical documents, user documents. - standards, practices, and conventions - reviews and audits - test - test plan and procedure - problem reporting, and correction actions - tools - code control - media control - supplier control - records collection, maintenance, and retention - training - risk management