SlideShare a Scribd company logo
1 of 29
UNIT-6
SOFTWARE QUALITY
ASSURANCE
Prepared By:
Prof.Rucha Patel
INDEX
 Elements of Software Quality Assurance(SQA)
 SQA - need, tasks, goals, metrics
 Statistical software quality assurance
 Six sigma for software engineering
 SQA planning and standards
 ISO quality standards
INTRODUCTION TO SOFTWARE QUALITY ASSURANCE
[SQA]:
 Software quality assurance (SQA) encompasses:
 (1) an SQA process,
 (2) specific quality assurance and quality control tasks
(including technical reviews and a multi-tiered testing
strategy)
 (3) effective software engineering practice (methods and
tools)
 (4) control of all software work products and the changes
made to them
 (5) a procedure to ensure compliance with software
development standards (when applicable)
 (6) measurement and reporting mechanisms.
ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA
 Software quality assurance encompasses a broad range of
concerns and activities that focus on the management of software
quality.
 Ten Elements of SQA are in the following manner:
1. Standards
2. Reviews and audits
3. Testing
4. Error/defect collection and analysis
5. Change management
6. Education
7. Vendor management
8. Security management
9. Safety
10. Risk management
ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA
 1. Standards:
 The job of SQA is to ensure that standards that have been adopted
are followed and that all work products conform to them.
 2. Reviews and audits:
 Technical reviews are a quality control activity. Their intent is to
uncover errors.
 Audits are a type of review performed by SQA personnel with the
intent of ensuring that quality guidelines are being followed for
software engineering work.
 3. Testing:
 The job of SQA is to ensure that testing is properly planned and
efficiently conducted so that it has the highest likelihood of
achieving its primary goal.
ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA
 4. Error/defect collection and analysis:
 SQA collects and analyzes error and defect data to better understand
how errors are introduced and what software engineering activities
are best suited to eliminating them.
 5. Change management:
 SQA ensures that adequate change management practices have been
instituted.
 6. Education:
 The SQA organization takes the lead in software process
improvement and is a key proponent and sponsor of educational
programs.
 7. Vendor management:
 The job of the SQA organization is to ensure that high-quality
software results by suggesting specific quality practices that the
vendor should follow (when possible), and incorporating quality
mandates as part of any contract with an external vendor.
ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA
 8. Security management:
 SQA ensures that appropriate process and technology are used to
achieve software security.
 9. Safety:
 SQA may be responsible for assessing the impact of software
failure and for initiating those steps required to reduce risk.
 10. Risk management:
 Although the analysis and mitigation of risk is the concern of
software engineers, the SQA organization ensures that risk
management activities are properly conducted and that risk-
related contingency plans have been established.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 SQA Need:
 Quality Assurance testing is employed to reduce possible defects
in every stage of the software development life cycle.
 The focus of [Software Quality Assurance] is to monitor
continuously throughout the Software Development Life Cycle to
ensure the quality of the delivered products.
 In process assurance, SQA provides management with objective
feedback regarding compliance to approved plans, procedures,
standards, and analyses.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 SQA Tasks:
 These actions are performed (or facilitated) by an independent
SQA group that:
 Prepares an SQA plan for a project:
 The plan identifies evaluations to be performed, audits and
reviews to be conducted, standards that are applicable to the
project, procedures for error reporting and tracking, work
products that are produced by the SQA group.
 Participates in the development of the project’s software
process description.
 The SQA group reviews the process description for compliance
with organizational policy, internal software standards, externally
imposed standards (e.g., ISO-9001), and other parts of the
software project plan.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 Reviews software engineering activities to verify compliance
with the defined software process:
 The SQA group identifies, documents, and tracks deviations from
the process and verifies that corrections have been made.
 Audits designated software work products to verify
compliance with those defined as part of the software
process:
 The SQA group reviews selected work products; identifies,
documents, and tracks deviations; verifies that corrections have
been made; and periodically reports the results of its work to the
project manager.
 Ensures that deviations in software work and work products
are documented and handled according to a documented
procedure:Deviations may be encountered in the project plan,
process description, applicable standards, or software
engineering work products.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 Records any noncompliance and reports to senior
management:
 Noncompliance items are tracked until they are resolved.
 SQA Goal, Attribute and Metrics:
 SQA Goals:
 Following are SQA Goals:
 Requirements quality.
 Design quality.
 Code quality.
 Quality control effectiveness.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 SQA Attributes and metrics:
 Below table identifies the attributes that are indicators for the
existence of quality for each of the goals discussed.
SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS
 SQA Attributes and metrics:
STATISTICAL SOFTWARE QUALITY ASSURANCE
 Statistical quality assurance reflects a growing trend throughout
industry to become more quantitative about quality.
 For software, statistical quality assurance implies the
following steps:
 1. Information about software errors and defects is collected and
categorized.
 2. An attempt is made to trace each error and defect to its
underlying cause (e.g., nonconformance to specifications, design
error, violation of standards, poor communication with the
customer).
 3. Using the Pareto principle (80 percent of the defects can be
traced to 20 per-cent of all possible causes), isolate the 20
percent (the vital few).
 4. Once the vital few causes have been identified, move to correct
the problems that have caused the errors and defects.
SIX SIGMA FOR SOFTWARE ENGINEERING
 Six Sigma is the most widely used strategy for statistical quality
assurance in industry today.
 Originally popularized by Motorola in the 1980s, the Six Sigma
strategy “is an accurate and disciplined methodology that uses
data and statistical analysis to measure and improve a company’s
operational performance by identifying and eliminating defects’
in manufacturing and service-related processes”.
 The term Six Sigma is derived from six standard deviations—3.4
instances (defects) per million occurrences—implying an
extremely high quality standard.
 The Six Sigma methodology defines three core steps:
 Define: customer requirements and deliverables and project
goals via well-defined methods of customer communication.
 Measure: the existing process and its output to determine
current quality performance (collect defect metrics).
 Analyze: defect metrics and determine the vital few causes.
SIX SIGMA FOR SOFTWARE ENGINEERING
 If an existing software process is in place, but improvement is
required, Six Sigma suggests two additional steps:
 Improve: the process by eliminating the root causes of defects.
 Control: the process to ensure that future work does not
reintroduce the causes of defects.
 These core and additional steps are sometimes referred to as
the DMAIC (define, measure, analyze, improve, and
control) method.
SIX SIGMA FOR SOFTWARE ENGINEERING
 If an organization is developing a software process (rather than
improving an existing process), the core steps are augmented as
follows:
 Design: the process to (1) avoid the root causes of defects and (2)
to meet customer requirements.
 Verify: that the process model will, in fact, avoid defects and meet
customer requirements.
 This variation is sometimes called the DMADV (define, measure,
analyze, design, and verify) method.
SIX SIGMA FOR SOFTWARE ENGINEERING
SQA PLANNING AND STANDARDS
 SQA Planning:
 Quality planning is the process of developing a quality plan for a
project.
 The quality plan should set out the desired software qualities and
describe how these are to be assessed.
 The SQA Plan provides a road map for instituting software quality
assurance.
 Developed by the SQA group (or by the software team if an SQA
group does not exist), the plan serves as a template for SQA
activities that are instituted for each software project.
SQA PLANNING AND STANDARDS
 A standard for SQA plans has been published by the IEEE. The
standard recommends a structure that identifies:
(1) The purpose and scope of the plan
(2) A description of all software engineering work products (e.g.,
models, documents, source code) that fall within the purview of SQA
(3) All applicable standards and practices that are applied during the
software process
(4) SQA actions and tasks including reviews and audits) and their
placement throughout the software process
(5) The tools and methods that support SQA actions and tasks
(6) Software configuration management procedures
(7) Methods for assembling, safeguarding, and maintaining all SQA-
related records
(8) Organizational roles and responsibilities relative to product
quality
SQA PLANNING AND STANDARDS
 In the quality plan, you should therefore define the most important
quality attributes for the software that is being developed.
[Table of Quality Attributes]
SQA PLANNING AND STANDARDS
 Standards:
 The QA process is primarily concerned with defining or selecting
standards that should be applied to the software development
process or software product.
 The two types of standards that may be established as part of the
quality assurance process are:
 1. Product standards: These standards apply to the software
product being developed.
 They include document standards, such as the structure of
requirements documents; documentation standards, such as a
standard comment header for an object class definition; and
coding standards that define how a programming language
should be used.
 2. Process standards: These standards define the processes
that should be followed during software development.
SQA PLANNING AND STANDARDS
[Table of Product and Process Standards]
ISO QUALITY STANDARDS
 An international set of standards that can be used in the
development of a quality management system in all industries is
called ISO 9000.
 ISO 9000 standards can be applied to a range of organisations
from manufacturing to service industries.
 ISO 9001 is the most general of these standards and applies to
organisations concerned with the quality process in organisations
that design, develop and maintain products.
ISO STANDARDS/ ISO 9126
25
ISO STANDARDS/ ISO 9126
26
ISO STANDARDS/ ISO 9126
 ISO 9126 provides guidelines for the use of the quality
characteristics. Once the requirements for the software product
have been established, the following steps are suggested:
 1. Judge the importance of each quality characteristic for the
application:
 2. Select the external quality measurements within the ISO
9126 framework relevant to the qualities prioritized above:
27
ISO STANDARDS/ ISO 9126
 3. Map measurements onto ratings that reflect user
satisfaction:
 4. Indentify the relevant internal measurements and the
intermediate products in which they appear:
 5. Overall assessment of product quality
28
THANK YOU

More Related Content

Similar to 1412676jhhhhhhhhhhhhhhhhhhhbnvvnvnvvv2.ppt

SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptxSE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptxTangZhiSiang
 
Software Quality Assurance
Software Quality Assurance Software Quality Assurance
Software Quality Assurance ShashankBajpai24
 
Introduction To Software Quality Assurance
Introduction To Software Quality AssuranceIntroduction To Software Quality Assurance
Introduction To Software Quality Assuranceruth_reategui
 
Planning for software quality assurance lecture 6
Planning for software quality assurance lecture 6Planning for software quality assurance lecture 6
Planning for software quality assurance lecture 6Abdul Basit
 
What is Software Quality Assurance.pdf
What is Software Quality Assurance.pdfWhat is Software Quality Assurance.pdf
What is Software Quality Assurance.pdfPixelQA
 
Lecture10
Lecture10Lecture10
Lecture10soloeng
 
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).pptxSirRafiLectures
 
Software Quality Assurance is important because Quality in the softw.pdf
Software Quality Assurance is important because Quality in the softw.pdfSoftware Quality Assurance is important because Quality in the softw.pdf
Software Quality Assurance is important because Quality in the softw.pdfaquastore223
 
Software quality assurance activites
Software quality assurance activitesSoftware quality assurance activites
Software quality assurance activitesGolu Gupta
 
Software_Verification_and_Validation.ppt
Software_Verification_and_Validation.pptSoftware_Verification_and_Validation.ppt
Software_Verification_and_Validation.pptSaba651353
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality AssuranceSachithra Gayan
 
Introduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsIntroduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsQUONTRASOLUTIONS
 
09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagementMohesh Chandran
 
Software engineering 15 software quality assurance practices
Software engineering 15 software quality assurance practicesSoftware engineering 15 software quality assurance practices
Software engineering 15 software quality assurance practicesVaibhav Khanna
 

Similar to 1412676jhhhhhhhhhhhhhhhhhhhbnvvnvnvvv2.ppt (20)

SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptxSE - Lecture 7 - Software Quality  Reliability Mgmt - in lecture.pptx
SE - Lecture 7 - Software Quality Reliability Mgmt - in lecture.pptx
 
Software Quality Assurance
Software Quality Assurance Software Quality Assurance
Software Quality Assurance
 
Introduction To Software Quality Assurance
Introduction To Software Quality AssuranceIntroduction To Software Quality Assurance
Introduction To Software Quality Assurance
 
Planning for software quality assurance lecture 6
Planning for software quality assurance lecture 6Planning for software quality assurance lecture 6
Planning for software quality assurance lecture 6
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
Software quality assurance
Software quality assuranceSoftware quality assurance
Software quality assurance
 
What is Software Quality Assurance.pdf
What is Software Quality Assurance.pdfWhat is Software Quality Assurance.pdf
What is Software Quality Assurance.pdf
 
Lecture10
Lecture10Lecture10
Lecture10
 
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
 
Software Quality Assurance is important because Quality in the softw.pdf
Software Quality Assurance is important because Quality in the softw.pdfSoftware Quality Assurance is important because Quality in the softw.pdf
Software Quality Assurance is important because Quality in the softw.pdf
 
Software testing kn husainy
Software testing kn husainySoftware testing kn husainy
Software testing kn husainy
 
SQA-Lecture-4.pptx
SQA-Lecture-4.pptxSQA-Lecture-4.pptx
SQA-Lecture-4.pptx
 
Software quality assurance activites
Software quality assurance activitesSoftware quality assurance activites
Software quality assurance activites
 
Software_Verification_and_Validation.ppt
Software_Verification_and_Validation.pptSoftware_Verification_and_Validation.ppt
Software_Verification_and_Validation.ppt
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
Softwaretesting
SoftwaretestingSoftwaretesting
Softwaretesting
 
Introduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutionsIntroduction to software quality assurance by QuontraSolutions
Introduction to software quality assurance by QuontraSolutions
 
09 fse qualitymanagement
09 fse qualitymanagement09 fse qualitymanagement
09 fse qualitymanagement
 
Software engineering 15 software quality assurance practices
Software engineering 15 software quality assurance practicesSoftware engineering 15 software quality assurance practices
Software engineering 15 software quality assurance practices
 
Vishal
VishalVishal
Vishal
 

More from MeseAK

KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptx
KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptxKiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptx
KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptxMeseAK
 
SpiraTest Oversdsadfsfsdfview Presentation.ppt
SpiraTest Oversdsadfsfsdfview Presentation.pptSpiraTest Oversdsadfsfsdfview Presentation.ppt
SpiraTest Oversdsadfsfsdfview Presentation.pptMeseAK
 
3-tier master dzxcvdvxvxzxczxcxzceck.pptx
3-tier master dzxcvdvxvxzxczxcxzceck.pptx3-tier master dzxcvdvxvxzxczxcxzceck.pptx
3-tier master dzxcvdvxvxzxczxcxzceck.pptxMeseAK
 
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptSQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptMeseAK
 
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptxMeseAK
 
Software testing proposal for the software comppany .pptx
Software testing proposal for the software comppany .pptxSoftware testing proposal for the software comppany .pptx
Software testing proposal for the software comppany .pptxMeseAK
 

More from MeseAK (6)

KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptx
KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptxKiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptx
KiwiQA-Corporate-Presefvdvdxvxcvxcntation (2).pptx
 
SpiraTest Oversdsadfsfsdfview Presentation.ppt
SpiraTest Oversdsadfsfsdfview Presentation.pptSpiraTest Oversdsadfsfsdfview Presentation.ppt
SpiraTest Oversdsadfsfsdfview Presentation.ppt
 
3-tier master dzxcvdvxvxzxczxcxzceck.pptx
3-tier master dzxcvdvxvxzxczxcxzceck.pptx3-tier master dzxcvdvxvxzxczxcxzceck.pptx
3-tier master dzxcvdvxvxzxczxcxzceck.pptx
 
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.pptSQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
SQAzXzXZXZXZsadasdawdasccascascascascasc.ppt
 
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx
7.software_quality_standadsfsdfsdfsdfsdfsrds_0_0.pptx
 
Software testing proposal for the software comppany .pptx
Software testing proposal for the software comppany .pptxSoftware testing proposal for the software comppany .pptx
Software testing proposal for the software comppany .pptx
 

Recently uploaded

办理埃默里大学毕业证Emory毕业证原版一比一
办理埃默里大学毕业证Emory毕业证原版一比一办理埃默里大学毕业证Emory毕业证原版一比一
办理埃默里大学毕业证Emory毕业证原版一比一mkfnjj
 
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGER
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGERUNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGER
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGERDineshKumar4165
 
Russian Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...
Russian  Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...Russian  Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...
Russian Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...shivangimorya083
 
2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid
2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid
2024 WRC Hyundai World Rally Team’s i20 N Rally1 HybridHyundai Motor Group
 
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptUNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptDineshKumar4165
 
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...Garima Khatri
 
UNIT-III-TRANSMISSION SYSTEMS REAR AXLES
UNIT-III-TRANSMISSION SYSTEMS REAR AXLESUNIT-III-TRANSMISSION SYSTEMS REAR AXLES
UNIT-III-TRANSMISSION SYSTEMS REAR AXLESDineshKumar4165
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personshivangimorya083
 
Crash Vehicle Emergency Rescue Slideshow.ppt
Crash Vehicle Emergency Rescue Slideshow.pptCrash Vehicle Emergency Rescue Slideshow.ppt
Crash Vehicle Emergency Rescue Slideshow.pptVlademirGebDubouzet1
 
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptx
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptxUNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptx
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptxDineshKumar4165
 
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一hnfusn
 
Transformative journey for Automotive Components Manufacturers- D&V Business ...
Transformative journey for Automotive Components Manufacturers- D&V Business ...Transformative journey for Automotive Components Manufacturers- D&V Business ...
Transformative journey for Automotive Components Manufacturers- D&V Business ...D&V Business Consulting
 
Beautiful Vip Call Girls Punjabi Bagh 9711199012 Call /Whatsapps
Beautiful Vip  Call Girls Punjabi Bagh 9711199012 Call /WhatsappsBeautiful Vip  Call Girls Punjabi Bagh 9711199012 Call /Whatsapps
Beautiful Vip Call Girls Punjabi Bagh 9711199012 Call /Whatsappssapnasaifi408
 
John Deere 200lc Excavator Operation And Tests Repair Manual.pdf
John Deere 200lc Excavator Operation And Tests Repair Manual.pdfJohn Deere 200lc Excavator Operation And Tests Repair Manual.pdf
John Deere 200lc Excavator Operation And Tests Repair Manual.pdfExcavator
 
2024 TOP 10 most fuel-efficient vehicles according to the US agency
2024 TOP 10 most fuel-efficient vehicles according to the US agency2024 TOP 10 most fuel-efficient vehicles according to the US agency
2024 TOP 10 most fuel-efficient vehicles according to the US agencyHyundai Motor Group
 
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls  Size E6 (O525547819) Call Girls In DubaiDubai Call Girls  Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubaikojalkojal131
 

Recently uploaded (20)

办理埃默里大学毕业证Emory毕业证原版一比一
办理埃默里大学毕业证Emory毕业证原版一比一办理埃默里大学毕业证Emory毕业证原版一比一
办理埃默里大学毕业证Emory毕业证原版一比一
 
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGER
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGERUNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGER
UNIT-II-ENGINE AUXILIARY SYSTEMS &TURBOCHARGER
 
Russian Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...
Russian  Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...Russian  Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...
Russian Call Girls Delhi Indirapuram {9711199171} Aarvi Gupta ✌️Independent ...
 
2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid
2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid
2024 WRC Hyundai World Rally Team’s i20 N Rally1 Hybrid
 
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptUNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
 
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
VIP Mumbai Call Girls Thakur village Just Call 9920874524 with A/C Room Cash ...
 
UNIT-III-TRANSMISSION SYSTEMS REAR AXLES
UNIT-III-TRANSMISSION SYSTEMS REAR AXLESUNIT-III-TRANSMISSION SYSTEMS REAR AXLES
UNIT-III-TRANSMISSION SYSTEMS REAR AXLES
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
 
Crash Vehicle Emergency Rescue Slideshow.ppt
Crash Vehicle Emergency Rescue Slideshow.pptCrash Vehicle Emergency Rescue Slideshow.ppt
Crash Vehicle Emergency Rescue Slideshow.ppt
 
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptx
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptxUNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptx
UNIT-IV-STEERING, BRAKES AND SUSPENSION SYSTEMS.pptx
 
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一
如何办理(UQ毕业证书)昆士兰大学毕业证毕业证成绩单原版一比一
 
Transformative journey for Automotive Components Manufacturers- D&V Business ...
Transformative journey for Automotive Components Manufacturers- D&V Business ...Transformative journey for Automotive Components Manufacturers- D&V Business ...
Transformative journey for Automotive Components Manufacturers- D&V Business ...
 
Beautiful Vip Call Girls Punjabi Bagh 9711199012 Call /Whatsapps
Beautiful Vip  Call Girls Punjabi Bagh 9711199012 Call /WhatsappsBeautiful Vip  Call Girls Punjabi Bagh 9711199012 Call /Whatsapps
Beautiful Vip Call Girls Punjabi Bagh 9711199012 Call /Whatsapps
 
John Deere 200lc Excavator Operation And Tests Repair Manual.pdf
John Deere 200lc Excavator Operation And Tests Repair Manual.pdfJohn Deere 200lc Excavator Operation And Tests Repair Manual.pdf
John Deere 200lc Excavator Operation And Tests Repair Manual.pdf
 
2024 TOP 10 most fuel-efficient vehicles according to the US agency
2024 TOP 10 most fuel-efficient vehicles according to the US agency2024 TOP 10 most fuel-efficient vehicles according to the US agency
2024 TOP 10 most fuel-efficient vehicles according to the US agency
 
Call Girls in Shri Niwas Puri Delhi 💯Call Us 🔝9953056974🔝
Call Girls in  Shri Niwas Puri  Delhi 💯Call Us 🔝9953056974🔝Call Girls in  Shri Niwas Puri  Delhi 💯Call Us 🔝9953056974🔝
Call Girls in Shri Niwas Puri Delhi 💯Call Us 🔝9953056974🔝
 
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
 
(NEHA) Call Girls Pushkar Booking Open 8617697112 Pushkar Escorts
(NEHA) Call Girls Pushkar Booking Open 8617697112 Pushkar Escorts(NEHA) Call Girls Pushkar Booking Open 8617697112 Pushkar Escorts
(NEHA) Call Girls Pushkar Booking Open 8617697112 Pushkar Escorts
 
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls  Size E6 (O525547819) Call Girls In DubaiDubai Call Girls  Size E6 (O525547819) Call Girls In Dubai
Dubai Call Girls Size E6 (O525547819) Call Girls In Dubai
 
sauth delhi call girls in Connaught Place🔝 9953056974 🔝 escort Service
sauth delhi call girls in  Connaught Place🔝 9953056974 🔝 escort Servicesauth delhi call girls in  Connaught Place🔝 9953056974 🔝 escort Service
sauth delhi call girls in Connaught Place🔝 9953056974 🔝 escort Service
 

1412676jhhhhhhhhhhhhhhhhhhhbnvvnvnvvv2.ppt

  • 2. INDEX  Elements of Software Quality Assurance(SQA)  SQA - need, tasks, goals, metrics  Statistical software quality assurance  Six sigma for software engineering  SQA planning and standards  ISO quality standards
  • 3. INTRODUCTION TO SOFTWARE QUALITY ASSURANCE [SQA]:  Software quality assurance (SQA) encompasses:  (1) an SQA process,  (2) specific quality assurance and quality control tasks (including technical reviews and a multi-tiered testing strategy)  (3) effective software engineering practice (methods and tools)  (4) control of all software work products and the changes made to them  (5) a procedure to ensure compliance with software development standards (when applicable)  (6) measurement and reporting mechanisms.
  • 4. ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA  Software quality assurance encompasses a broad range of concerns and activities that focus on the management of software quality.  Ten Elements of SQA are in the following manner: 1. Standards 2. Reviews and audits 3. Testing 4. Error/defect collection and analysis 5. Change management 6. Education 7. Vendor management 8. Security management 9. Safety 10. Risk management
  • 5. ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA  1. Standards:  The job of SQA is to ensure that standards that have been adopted are followed and that all work products conform to them.  2. Reviews and audits:  Technical reviews are a quality control activity. Their intent is to uncover errors.  Audits are a type of review performed by SQA personnel with the intent of ensuring that quality guidelines are being followed for software engineering work.  3. Testing:  The job of SQA is to ensure that testing is properly planned and efficiently conducted so that it has the highest likelihood of achieving its primary goal.
  • 6. ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA  4. Error/defect collection and analysis:  SQA collects and analyzes error and defect data to better understand how errors are introduced and what software engineering activities are best suited to eliminating them.  5. Change management:  SQA ensures that adequate change management practices have been instituted.  6. Education:  The SQA organization takes the lead in software process improvement and is a key proponent and sponsor of educational programs.  7. Vendor management:  The job of the SQA organization is to ensure that high-quality software results by suggesting specific quality practices that the vendor should follow (when possible), and incorporating quality mandates as part of any contract with an external vendor.
  • 7. ELEMENTS OF SOFTWARE QUALITY ASSURANCE[SQA  8. Security management:  SQA ensures that appropriate process and technology are used to achieve software security.  9. Safety:  SQA may be responsible for assessing the impact of software failure and for initiating those steps required to reduce risk.  10. Risk management:  Although the analysis and mitigation of risk is the concern of software engineers, the SQA organization ensures that risk management activities are properly conducted and that risk- related contingency plans have been established.
  • 8. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  SQA Need:  Quality Assurance testing is employed to reduce possible defects in every stage of the software development life cycle.  The focus of [Software Quality Assurance] is to monitor continuously throughout the Software Development Life Cycle to ensure the quality of the delivered products.  In process assurance, SQA provides management with objective feedback regarding compliance to approved plans, procedures, standards, and analyses.
  • 9. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  SQA Tasks:  These actions are performed (or facilitated) by an independent SQA group that:  Prepares an SQA plan for a project:  The plan identifies evaluations to be performed, audits and reviews to be conducted, standards that are applicable to the project, procedures for error reporting and tracking, work products that are produced by the SQA group.  Participates in the development of the project’s software process description.  The SQA group reviews the process description for compliance with organizational policy, internal software standards, externally imposed standards (e.g., ISO-9001), and other parts of the software project plan.
  • 10. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  Reviews software engineering activities to verify compliance with the defined software process:  The SQA group identifies, documents, and tracks deviations from the process and verifies that corrections have been made.  Audits designated software work products to verify compliance with those defined as part of the software process:  The SQA group reviews selected work products; identifies, documents, and tracks deviations; verifies that corrections have been made; and periodically reports the results of its work to the project manager.  Ensures that deviations in software work and work products are documented and handled according to a documented procedure:Deviations may be encountered in the project plan, process description, applicable standards, or software engineering work products.
  • 11. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  Records any noncompliance and reports to senior management:  Noncompliance items are tracked until they are resolved.  SQA Goal, Attribute and Metrics:  SQA Goals:  Following are SQA Goals:  Requirements quality.  Design quality.  Code quality.  Quality control effectiveness.
  • 12. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  SQA Attributes and metrics:  Below table identifies the attributes that are indicators for the existence of quality for each of the goals discussed.
  • 13. SQA - NEED, ACTIVITIES, TASKS, GOALS, METRICS  SQA Attributes and metrics:
  • 14. STATISTICAL SOFTWARE QUALITY ASSURANCE  Statistical quality assurance reflects a growing trend throughout industry to become more quantitative about quality.  For software, statistical quality assurance implies the following steps:  1. Information about software errors and defects is collected and categorized.  2. An attempt is made to trace each error and defect to its underlying cause (e.g., nonconformance to specifications, design error, violation of standards, poor communication with the customer).  3. Using the Pareto principle (80 percent of the defects can be traced to 20 per-cent of all possible causes), isolate the 20 percent (the vital few).  4. Once the vital few causes have been identified, move to correct the problems that have caused the errors and defects.
  • 15. SIX SIGMA FOR SOFTWARE ENGINEERING  Six Sigma is the most widely used strategy for statistical quality assurance in industry today.  Originally popularized by Motorola in the 1980s, the Six Sigma strategy “is an accurate and disciplined methodology that uses data and statistical analysis to measure and improve a company’s operational performance by identifying and eliminating defects’ in manufacturing and service-related processes”.  The term Six Sigma is derived from six standard deviations—3.4 instances (defects) per million occurrences—implying an extremely high quality standard.  The Six Sigma methodology defines three core steps:  Define: customer requirements and deliverables and project goals via well-defined methods of customer communication.  Measure: the existing process and its output to determine current quality performance (collect defect metrics).  Analyze: defect metrics and determine the vital few causes.
  • 16. SIX SIGMA FOR SOFTWARE ENGINEERING  If an existing software process is in place, but improvement is required, Six Sigma suggests two additional steps:  Improve: the process by eliminating the root causes of defects.  Control: the process to ensure that future work does not reintroduce the causes of defects.  These core and additional steps are sometimes referred to as the DMAIC (define, measure, analyze, improve, and control) method.
  • 17. SIX SIGMA FOR SOFTWARE ENGINEERING  If an organization is developing a software process (rather than improving an existing process), the core steps are augmented as follows:  Design: the process to (1) avoid the root causes of defects and (2) to meet customer requirements.  Verify: that the process model will, in fact, avoid defects and meet customer requirements.  This variation is sometimes called the DMADV (define, measure, analyze, design, and verify) method.
  • 18. SIX SIGMA FOR SOFTWARE ENGINEERING
  • 19. SQA PLANNING AND STANDARDS  SQA Planning:  Quality planning is the process of developing a quality plan for a project.  The quality plan should set out the desired software qualities and describe how these are to be assessed.  The SQA Plan provides a road map for instituting software quality assurance.  Developed by the SQA group (or by the software team if an SQA group does not exist), the plan serves as a template for SQA activities that are instituted for each software project.
  • 20. SQA PLANNING AND STANDARDS  A standard for SQA plans has been published by the IEEE. The standard recommends a structure that identifies: (1) The purpose and scope of the plan (2) A description of all software engineering work products (e.g., models, documents, source code) that fall within the purview of SQA (3) All applicable standards and practices that are applied during the software process (4) SQA actions and tasks including reviews and audits) and their placement throughout the software process (5) The tools and methods that support SQA actions and tasks (6) Software configuration management procedures (7) Methods for assembling, safeguarding, and maintaining all SQA- related records (8) Organizational roles and responsibilities relative to product quality
  • 21. SQA PLANNING AND STANDARDS  In the quality plan, you should therefore define the most important quality attributes for the software that is being developed. [Table of Quality Attributes]
  • 22. SQA PLANNING AND STANDARDS  Standards:  The QA process is primarily concerned with defining or selecting standards that should be applied to the software development process or software product.  The two types of standards that may be established as part of the quality assurance process are:  1. Product standards: These standards apply to the software product being developed.  They include document standards, such as the structure of requirements documents; documentation standards, such as a standard comment header for an object class definition; and coding standards that define how a programming language should be used.  2. Process standards: These standards define the processes that should be followed during software development.
  • 23. SQA PLANNING AND STANDARDS [Table of Product and Process Standards]
  • 24. ISO QUALITY STANDARDS  An international set of standards that can be used in the development of a quality management system in all industries is called ISO 9000.  ISO 9000 standards can be applied to a range of organisations from manufacturing to service industries.  ISO 9001 is the most general of these standards and applies to organisations concerned with the quality process in organisations that design, develop and maintain products.
  • 27. ISO STANDARDS/ ISO 9126  ISO 9126 provides guidelines for the use of the quality characteristics. Once the requirements for the software product have been established, the following steps are suggested:  1. Judge the importance of each quality characteristic for the application:  2. Select the external quality measurements within the ISO 9126 framework relevant to the qualities prioritized above: 27
  • 28. ISO STANDARDS/ ISO 9126  3. Map measurements onto ratings that reflect user satisfaction:  4. Indentify the relevant internal measurements and the intermediate products in which they appear:  5. Overall assessment of product quality 28