Unit 4
Unit 4
Unit 4
(Autonomous)
Unit-4
Quality Management
By
J.N. Chandra Sekhar, Asst Prof
Dept of CSE 1
• Quality Management : Quality concepts,
Software quality assurance, Software
Reviews, Formal technical reviews,
Statistical Software quality Assurance,
Software reliability, The ISO 9000quality
standards.
Dept of CSE 2
Quality Management
Quality Concepts
Variation control is the heart of quality control
Form one project to another, we want to
minimize the difference between the predicted
resources needed to complete a project and the
actual resources used, including staff,
equipment, and calendar time
Quality of design
Refers to characteristics that designers specify
for the end product
Dept of CSE 3
Quality Management
Quality of conformance
Degree to which design specifications are
followed in manufacturing the product
Quality control
Series of inspections, reviews, and tests used to
ensure conformance of a work product to its
specifications
Quality assurance
Consists of a set of auditing and reporting
functions that assess the effectiveness and
completeness of quality control activities
Dept of CSE 4
Quality Management
• Cost of Quality
▪ Prevention costs
Quality planning, formal technical reviews, test
equipment, training
▪ Appraisal costs
In-process and inter-process inspection,
equipment calibration and maintenance, testing
▪ Failure costs
rework, repair, failure mode analysis
▪ External failure costs
Complaint resolution, product return and
replacement, help line support, warranty work
Dept of CSE 5
Software Quality Assurance
• Software quality assurance (SQA) is the concern of
every software engineer to reduce cost and improve
product time-to-market.
• A Software Quality Assurance Plan is not merely
another name for a test plan, though test plans are
included in an SQA plan.
• SQA activities are performed on every software
project.
Use of metrics is an important part of developing a
strategy to improve the quality of both software
processes and work products.
Dept of CSE 6
Software Quality Assurance
• Definition of Software Quality serves to emphasize:
1.Conformance to software requirements is the foundation
from which software quality is measured.
2. Specified standards are used to define the development
criteria that are used to guide the manner in which
software is engineered.
3.Software must conform to implicit requirements (ease of
use, maintainability, reliability, etc.) as well as its explicit
requirements.
Dept of CSE 7
SQA Activities
• Prepare SQA plan for the project.
• Participate in the development of the project's software
• process description.
• Review software engineering activities to verify compliance
with the defined software process.
• Audit designated software work products to verify compliance
with those defined as part of the software process.
• Ensure that any deviations in software or work products are
documented and handled according to a documented procedure.
• Record any evidence of noncompliance and reports them to
management.
Dept of CSE 8
Software Reviews
• Purpose is to find errors before they are
passed on to another software engineering activity
or released to the customer.
• Software engineers (and others) conduct
formal technical reviews (FTRs) for software
quality assurance.
• Using formal technical reviews (walkthroughs
or inspections) is an effective means for
improving software quality.
Dept of CSE 9
Formal Technical Review
• A FTR is a software quality control activity performed by
software engineers and others.The objectives are:
1. To uncover errors in function, logic or implementation for
any representation of the software.
2. To verify that the software under review meets its
requirements.
3. To ensure that the software has been represented
according to predefined standards.
4. To achieve software that is developed in a uniform
manner and
5. To make projects more manageable.
Dept of CSE 10
Formal Technical Review
Dept of CSE 11
Formal Technical Review
• The focus of FTR is on a work product that is
requirement specification, a detailed component design,
a source code listing for a component.
Dept of CSE 14
Review Guidelines
Dept of CSE 15
Software Defects
Dept of CSE 16
Statistical Quality Assurance
Dept of CSE 17
Six Sigma for Software Engineering
• The most widely used strategy for statistical quality assurance
• Three core steps:
• 1. Define customer requirements, deliverables, and project goals via
well-defined methods of customer communication.
• 2. Measure each existing process and its output to determine current quality
• performance (e.g., compute defect metrics)
• 3. Analyze defect metrics and determine vital few causes.
• For an existing process that needs improvement
• 1. Improve process by eliminating the root causes for defects
• 2. Control future work to ensure that future work does not reintroduce causes
of defects
• If new processes are being developed
• 1. Design each new process to avoid root causes of defects and to meet
• customer requirements
• 2. Verify that the process model will avoid defects and meet customer
• requirements
Dept of CSE 18
Software Reliability
• Defined as the probability of failure free operation of a
computer program in a specified environment for a specified
time period
• Can be measured directly and estimated using historical and
developmental data
• Software reliability problems can usually be traced back to
errors in design or implementation.
• Measures of Reliability
• Mean time between failure (MTBF) = MTTF + MTTR
• MTTF = mean time to failure
• MTTR = mean time to repair
• Availability = [MTTF / (MTTF + MTTR)] x 100%
Dept of CSE 19
ISO 9000 Quality Standards
• Quality assurance systems are defined as the
organizational structure, responsibilities, procedures,
processes, and resources for implementing quality
management.
• ISO 9000 describes the quality elements that must be
present for a quality assurance system to be
compliant with the standard, but it does not describe
• how an organization should implement these elements.
• ISO 9001:2000 is the quality standard that contains
20 requirements that must be present in an effective
software quality assurance system.
Dept of CSE 20