SlideShare a Scribd company logo
i
AbouttheTutorial
Software Quality Management is a process that ensures the required level of software
quality is achieved when it reaches the users, so that they are satisfied by its performance.
The process involves quality assurance, quality planning, and quality control.
This tutorial provides a complete overview of Software Quality Management and describes
the various steps involved in the process. The entire content is divided into sections for
easy understanding.
Audience
This tutorial is designed for software development professionals so that they can
understand the importance of software quality management. It is especially beneficial for
software quality managers, software testing professionals, and software developers.
Prerequisites
To get the most out of this tutorial, it is good to have a basic understanding of the Software
Development Life Cycle (SDLC).
Copyright&Disclaimer
 Copyright 2018 by Tutorials Point (I) Pvt. Ltd.
All the content and graphics published in this e-book are the property of Tutorials Point (I)
Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish
any contents or a part of contents of this e-book in any manner without written consent
of the publisher.
We strive to update the contents of our website and tutorials as timely and as precisely as
possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt.
Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our
website or its contents including this tutorial. If you discover any errors on our website or
in this tutorial, please notify us at contact@tutorialspoint.com
ii
TableofContents
About the Tutorial....................................................................................................................................i
Audience..................................................................................................................................................i
Prerequisites............................................................................................................................................i
Copyright & Disclaimer.............................................................................................................................i
Table of Contents....................................................................................................................................ii
1. SQM ─ INTRODUCTION........................................................................................................1
The Software Quality Challenge ..............................................................................................................1
2. SQM ─ SOFTWARE QUALITY FACTORS.................................................................................3
McCall’s Factor Model.............................................................................................................................3
Product Operation Software Quality Factors...........................................................................................3
Product Revision Quality Factors.............................................................................................................4
Product Transition Software Quality Factor ............................................................................................5
3. SQM ─ SQA COMPONENTS..................................................................................................6
Components of SQA System....................................................................................................................7
Pre-project Software Quality Components..............................................................................................8
4. SQM ─ SOFTWARE QUALITY METRICS .................................................................................9
Product Quality Metrics ..........................................................................................................................9
In-process Quality Metrics ....................................................................................................................10
Maintenance Quality Metrics................................................................................................................12
5. SQM ─ BASICS OF MEASUREMENT....................................................................................14
Measurement in Everyday Life..............................................................................................................14
Measurement in Software Engineering .................................................................................................14
The Representational Theory of Measurement.....................................................................................15
6. SQM ─ MEASUREMENT & MODELS ...................................................................................18
iii
7. SQM ─ MEASUREMENT SCALES.........................................................................................20
Nominal Scale .......................................................................................................................................20
Ordinal Scale .........................................................................................................................................20
Interval Scale.........................................................................................................................................20
Ratio Scale ............................................................................................................................................21
Absolute Scale.......................................................................................................................................21
8. SQM ─ EMPIRICAL INVESTIGATIONS..................................................................................22
Choosing an Investigation Technique ....................................................................................................22
Stating the Hypothesis ..........................................................................................................................23
Maintaining Control over Variables.......................................................................................................23
Making the Investigation Meaningful....................................................................................................23
9. SQM ─ SOFTWARE MEASUREMENT...................................................................................25
Classifying the Entities to be Examined .................................................................................................25
Determining Relevant Measurement Goals...........................................................................................26
Identifying the Level of Maturity...........................................................................................................28
10. SQM ─ SOFTWARE MEASUREMENT VALIDATION..............................................................30
Validating the Measurement Systems...................................................................................................30
Validating the Prediction Systems.........................................................................................................30
11. SQM ─ SOFTWARE METRICS..............................................................................................32
Scope of Software Metrics ....................................................................................................................32
12. SQM ─ DATA MANIPULATION............................................................................................35
What is Good Data? ..............................................................................................................................35
How to Define the Data?.......................................................................................................................35
How to Collect Data?.............................................................................................................................36
How to Store and Extract Data..............................................................................................................36
iv
13. SQM ─ ANALYZING SOFTWARE MEASUREMENT DATA......................................................38
The Nature of Data................................................................................................................................38
The Purpose of the Experiment.............................................................................................................38
Design Considerations...........................................................................................................................40
14. SQM ─ INTERNAL PRODUCT ATTRIBUTES ..........................................................................41
Measuring Internal Product Attributes..................................................................................................41
15. SQM ─ ALBRECHT’S FUNCTION POINT METHOD ...............................................................44
What is a Function Point?......................................................................................................................44
Applying Albrecht’s Function Point Method..........................................................................................44
16. SQM ─ MEASURING THE STRUCTURE................................................................................48
Types of Structural Measures................................................................................................................48
Measuring Control-Flow Structure ........................................................................................................48
Measuring Data-Flow Structure ............................................................................................................48
Measuring Data Structure .....................................................................................................................49
17. SQM ─ STANDARDS AND CERTIFICATES.............................................................................50
SQA Standards ......................................................................................................................................50
ISO 9001 Certification............................................................................................................................51
18. SQM ─ SOFTWARE PROCESS ASSESSMENT........................................................................54
Software Process Maturity Assessment ................................................................................................54
Software Process Assessment Cycle ......................................................................................................55
SCAMPI .................................................................................................................................................55
19. SQM ─ QUALITY ASSURANCE.............................................................................................57
Objectives of SQA Activities ..................................................................................................................57
Organizing for Quality Assurance ..........................................................................................................57
v
20. SQM ─ ROLE OF MANAGEMENT IN QA..............................................................................59
Top Management Responsibilities in Software Quality .........................................................................59
Software Quality Policy.........................................................................................................................59
21. SQM ─ THE SQA UNIT........................................................................................................64
Tasks Performed by the Head of the SQA Unit ......................................................................................64
Project Life Cycle SQA ...........................................................................................................................65
SQA Infrastructure Operations Tasks ....................................................................................................66
SQA Internal Audit and Certification Tasks............................................................................................66
SQA Support Tasks ................................................................................................................................68
SQA Standards and Procedures Tasks....................................................................................................68
SQA Engineering Tasks ..........................................................................................................................68
SQA Information Systems Tasks ............................................................................................................69
SQA Trustees and Their Tasks................................................................................................................69
SQA Committees and Their Tasks..........................................................................................................70
1
Quality software refers to a software which is reasonably bug or defect free, is delivered
in time and within the specified budget, meets the requirements and/or expectations, and
is maintainable. In the software engineering context, software quality reflects both
functional quality as well as structural quality.
 Software Functional Quality ─ It reflects how well it satisfies a given design,
based on the functional requirements or specifications.
 Software Structural Quality ─ It deals with the handling of non-functional
requirements that support the delivery of the functional requirements, such as
robustness or maintainability, and the degree to which the software was produced
correctly.
 Software Quality Assurance ─ Software Quality Assurance (SQA) is a set of
activities to ensure the quality in software engineering processes that ultimately
result in quality software products. The activities establish and evaluate the
processes that produce products. It involves process-focused action.
 Software Quality Control ─ Software Quality Control (SQC) is a set of activities
to ensure the quality in software products. These activities focus on determining
the defects in the actual products produced. It involves product-focused acction.
TheSoftwareQualityChallenge
In the software industry, the developers will never declare that the software is free of
defects, unlike other industrial product manufacturers usually do. This difference is due to
the following reasons.
Product Complexity
It is the number of operational modes the product permits. Normally, an industrial product
allows only less than a few thousand modes of operation with different combinations of its
machine settings. However, software packages allow millions of operational possibilities.
Hence, assuring of all these operational possibilities correctly is a major challenge to the
software industry.
Product Visibility
Since the industrial products are visible, most of its defects can be detected during the
manufacturing process. Also the absence of a part in an industrial product can be easily
detected in the product. However, the defects in software products which are stored on
diskettes or CDs are invisible.
Product Development and Production Process
In an industrial product, defects can be detected during the following phases:
 Product development: In this phase, the designers and Quality Assurance (QA)
staff checks and tests the product prototype to detect its defects.
1. SQM ─ Introduction
2
 Product production planning: During this phase, the production process and
tools are designed and prepared. This phase also provides opportunities to inspect
the product to detect the defects that went unnoticed during the development
phase.
 Manufacturing: In this phase, QA procedures are applied to detect failures of
products themselves. Defects in the product detected in the first period of
manufacturing can usually be corrected by a change in the product’s design or
materials or in the production tools, in a way that eliminates such defects in
products manufactured in future.
However, in the case of software, the only phase where defects can be detected is the
development phase. In case of software, product production planning and manufacturing
phases are not required as the manufacturing of software copies and the printing of software
manuals are conducted automatically.
The factors affecting the detection of defects in software products versus other industrial
products are shown in the following table.
These characteristics of software such as complexity and invisibility make the development
of software quality assurance methodology and its successful implementation a highly
professional challenge.
3
The various factors, which influence the software, are termed as software factors. They
can be broadly divided into two categories. The first category of the factors is of those that
can be measured directly such as the number of logical errors, and the second category
clubs those factors which can be measured only indirectly. For example, maintainability
but each of the factors is to be measured to check for the content and the quality control.
Several models of software quality factors and their categorization have been suggested
over the years. The classic model of software quality factors, suggested by McCall, consists
of 11 factors (McCall et al., 1977). Similarly, models consisting of 12 to 15 factors, were
suggested by Deutsch and Willis (1988) and by Evans and Marciniak (1987).
All these models do not differ substantially from McCall’s model. The McCall factor model
provides a practical, up-to-date method for classifying software requirements (Pressman,
2000).
McCall’sFactorModel
This model classifies all software requirements into 11 software quality factors. The 11
factors are grouped into three categories – product operation, product revision, and
product transition factors.
 Product operation factors: Correctness, Reliability, Efficiency, Integrity, Usability.
 Product revision factors: Maintainability, Flexibility, Testability.
 Product transition factors: Portability, Reusability, Interoperability.
ProductOperationSoftwareQualityFactors
According to McCall’s model, product operation category includes five software quality
factors, which deal with the requirements that directly affect the daily operation of the
software. They are as follows:
Correctness
These requirements deal with the correctness of the output of the software system. They include:
 Output mission
 The required accuracy of output that can be negatively affected by inaccurate data
or inaccurate calculations.
 The completeness of the output information, which can be affected by incomplete data.
 The up-to-dateness of the information defined as the time between the event and
the response by the software system.
 The availability of the information.
2. SQM ─ Software Quality Factors
4
 The standards for coding and documenting the software system.
Reliability
Reliability requirements deal with service failure. They determine the maximum allowed
failure rate of the software system, and can refer to the entire system or to one or more
of its separate functions.
Efficiency
It deals with the hardware resources needed to perform the different functions of the
software system. It includes processing capabilities (given in MHz), its storage capacity
(given in MB or GB) and the data communication capability (given in MBPS or GBPS).
It also deals with the time between recharging of the system’s portable units, such as,
information system units located in portable computers, or meteorological units placed
outdoors.
Integrity
This factor deals with the software system security, that is, to prevent access to
unauthorized persons, also to distinguish between the group of people to be given read as
well as write permit.
Usability
Usability requirements deal with the staff resources needed to train a new employee and
to operate the software system.
ProductRevisionQualityFactors
According to McCall’s model, three software quality factors are included in the product
revision category. These factors are as follows:
Maintainability
This factor considers the efforts that will be needed by users and maintenance personnel
to identify the reasons for software failures, to correct the failures, and to verify the
success of the corrections.
Flexibility
This factor deals with the capabilities and efforts required to support adaptive maintenance
activities of the software. These include adapting the current software to additional
circumstances and customers without changing the software. This factor’s requirements
also support perfective maintenance activities, such as changes and additions to the
software in order to improve its service and to adapt it to changes in the firm’s technical
or commercial environment.
Testability
Testability requirements deal with the testing of the software system as well as with its
operation. It includes predefined intermediate results, log files, and also the automatic
diagnostics performed by the software system prior to starting the system, to find out
whether all components of the system are in working order and to obtain a report about
5
the detected faults. Another type of these requirements deals with automatic diagnostic
checks applied by the maintenance technicians to detect the causes of software failures.
ProductTransitionSoftwareQualityFactor
According to McCall’s model, three software quality factors are included in the product
transition category that deals with the adaptation of software to other environments and
its interaction with other software systems. These factors are as follows:
Portability
Portability requirements tend to the adaptation of a software system to other
environments consisting of different hardware, different operating systems, and so forth.
The software should be possible to continue using the same basic software in diverse
situations.
Reusability
This factor deals with the use of software modules originally designed for one project in a
new software project currently being developed. They may also enable future projects to
make use of a given module or a group of modules of the currently developed software.
The reuse of software is expected to save development resources, shorten the
development period, and provide higher quality modules.
Interoperability
Interoperability requirements focus on creating interfaces with other software systems or
with other equipment firmware. For example, the firmware of the production machinery
and testing equipment interfaces with the production control software.
6
Software Quality Assurance (SQA) is a set of activities for ensuring quality in software
engineering processes. It ensures that developed software meets and complies with the
defined or standardized quality specifications. SQA is an ongoing process within the
Software Development Life Cycle (SDLC) that routinely checks the developed software to
ensure it meets the desired quality measures.
SQA practices are implemented in most types of software development, regardless of the
underlying software development model being used. SQA incorporates and implements
software testing methodologies to test the software. Rather than checking for quality after
completion, SQA processes test for quality in each phase of development, until the
software is complete. With SQA, the software development process moves into the next
phase only once the current/previous phase complies with the required quality standards.
SQA generally works on one or more industry standards that help in building software
quality guidelines and implementation strategies.
It includes the following activities:
 Process definition and implementation
 Auditing
 Training
Processes could be:
 Software Development Methodology
 Project Management
 Configuration Management
 Requirements Development/Management
 Estimation
 Software Design
 Testing, etc.
Once the processes have been defined and implemented, Quality Assurance has the
following responsibilities:
 Identify the weaknesses in the processes
 Correct those weaknesses to continually improve the process
3. SQM ─ SQA Components
7
ComponentsofSQASystem
An SQA system always combines a wide range of SQA components. These components
can be classified into the following six classes:
Pre-project components
This assures that the project commitments have been clearly defined considering the
resources required, the schedule and budget; and the development and quality plans have
been correctly determined.
Components of project life cycle activities assessment
The project life cycle is composed of two stages: the development life cycle stage and the
operation–maintenance stage.
The development life cycle stage components detect design and programming errors. Its
components are divided into the following sub-classes: Reviews, Expert opinions, and
Software testing.
The SQA components used during the operation–maintenance phase include specialized
maintenance components as well as development life cycle components, which are applied
mainly for functionality to improve the maintenance tasks.
Components of infrastructure error prevention and improvement
The main objective of these components, which is applied throughout the entire
organization, is to eliminate or at least reduce the rate of errors, based on the
organization’s accumulated SQA experience.
Components of software quality management
This class of components deal with several goals, such as the control of development and
maintenance activities, and the introduction of early managerial support actions that
mainly prevent or minimize schedule and budget failures and their outcomes.
Components of standardization, certification, & SQA system assessment
These components implement international professional and managerial standards within
the organization. The main objectives of this class are utilization of international
professional knowledge, improvement of coordination of the organizational quality
systems with other organizations, and assessment of the achievements of quality systems
according to a common scale. The various standards may be classified into two main
groups: quality management standards and project process standards.
Organizing for SQA – the human components
The SQA organizational base includes managers, testing personnel, the SQA unit and the
persons interested in software quality such as SQA trustees, SQA committee members,
and SQA forum members. Their main objectives are to initiate and support the
implementation of SQA components, detect deviations from SQA procedures and
methodology, and suggest improvements.
8
End of ebook preview
If you liked what you saw…
Buy it from our store @ https://store.tutorialspoint.com

More Related Content

What's hot

Sap testing tutorial
Sap testing tutorialSap testing tutorial
Sap testing tutorial
Gourav Dash
 
Training Report
Training ReportTraining Report
Training Report
Maninda Edirisooriya
 
Agile tutorial
Agile tutorialAgile tutorial
Agile tutorial
HarikaReddy115
 
Business analysis tutorial
Business analysis tutorialBusiness analysis tutorial
Business analysis tutorial
Naman Verma
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorial
HarikaReddy115
 
Software Engineering Internship
Software Engineering InternshipSoftware Engineering Internship
Software Engineering Internship
Md. Shafiuzzaman Hira
 
WSO2 Internship Report
WSO2 Internship ReportWSO2 Internship Report
WSO2 Internship Report
Ujitha Iroshan
 
Internship report 2007eit043
Internship report 2007eit043Internship report 2007eit043
Internship report 2007eit043Isha Jain
 
Internship report on flutter lawyer app
Internship report  on flutter lawyer appInternship report  on flutter lawyer app
Internship report on flutter lawyer app
Independent University , Bangladesh
 
Internship Report
Internship ReportInternship Report
Internship Report
Jobayer Ahmmed
 
inplant training report
inplant training reportinplant training report
inplant training report
anandasagar
 
Internship Report on Gexton Inc.
Internship Report on Gexton Inc.Internship Report on Gexton Inc.
Internship Report on Gexton Inc.
Samia Khan
 
Internship Report
Internship ReportInternship Report
Internship Report
Buddhima Wijeweera
 
Internship Period - Presentation at IESL
Internship Period - Presentation at IESL Internship Period - Presentation at IESL
Internship Period - Presentation at IESL Buddhima Wijeweera
 
Internship Wso2
Internship Wso2Internship Wso2
Internship Wso2
A.Y Dissanayake
 
Final document of software project
Final document of software projectFinal document of software project
Final document of software project
Nadia Nahar
 

What's hot (18)

Sap testing tutorial
Sap testing tutorialSap testing tutorial
Sap testing tutorial
 
Training Report
Training ReportTraining Report
Training Report
 
Agile tutorial
Agile tutorialAgile tutorial
Agile tutorial
 
Business analysis tutorial
Business analysis tutorialBusiness analysis tutorial
Business analysis tutorial
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorial
 
Software Engineering Internship
Software Engineering InternshipSoftware Engineering Internship
Software Engineering Internship
 
WSO2 Internship Report
WSO2 Internship ReportWSO2 Internship Report
WSO2 Internship Report
 
Internship report 2007eit043
Internship report 2007eit043Internship report 2007eit043
Internship report 2007eit043
 
Internship report on flutter lawyer app
Internship report  on flutter lawyer appInternship report  on flutter lawyer app
Internship report on flutter lawyer app
 
Internship Report
Internship ReportInternship Report
Internship Report
 
inplant training report
inplant training reportinplant training report
inplant training report
 
Internship Report on Gexton Inc.
Internship Report on Gexton Inc.Internship Report on Gexton Inc.
Internship Report on Gexton Inc.
 
Internship Report
Internship ReportInternship Report
Internship Report
 
internship report
internship reportinternship report
internship report
 
Internship Period - Presentation at IESL
Internship Period - Presentation at IESL Internship Period - Presentation at IESL
Internship Period - Presentation at IESL
 
Internship Wso2
Internship Wso2Internship Wso2
Internship Wso2
 
726studyguide
726studyguide726studyguide
726studyguide
 
Final document of software project
Final document of software projectFinal document of software project
Final document of software project
 

Similar to Software quality management_tutorial

Agile testing tutorial
Agile testing tutorialAgile testing tutorial
Agile testing tutorial
HarikaReddy115
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorial
HarikaReddy115
 
Bpc
BpcBpc
Auditing tutorial
Auditing tutorialAuditing tutorial
Auditing tutorial
HarikaReddy115
 
Software testing tutorial
Software testing tutorialSoftware testing tutorial
Software testing tutorial
HarikaReddy115
 
Javascript tutorial
Javascript tutorialJavascript tutorial
Javascript tutorial
HarikaReddy115
 
javascript_tutorial.pdf
javascript_tutorial.pdfjavascript_tutorial.pdf
javascript_tutorial.pdf
kaouthar20
 
Supply chain management_tutorial
Supply chain management_tutorialSupply chain management_tutorial
Supply chain management_tutorial
RenuSwarnkar1
 
agile_tutorial.pdf
agile_tutorial.pdfagile_tutorial.pdf
agile_tutorial.pdf
HODCA1
 
design_pattern_tutorial.pdf
design_pattern_tutorial.pdfdesign_pattern_tutorial.pdf
design_pattern_tutorial.pdf
badrfathallah2
 
Design pattern tutorial
Design pattern tutorialDesign pattern tutorial
Design pattern tutorial
HarikaReddy115
 
Chef tutorial
Chef tutorialChef tutorial
Chef tutorial
HarikaReddy115
 
Chef tutorial
Chef tutorialChef tutorial
Chef tutorial
HarikaReddy115
 
Business analysis tutorial
Business analysis tutorialBusiness analysis tutorial
Business analysis tutorial
HarikaReddy115
 
Mantis tutorial
Mantis tutorialMantis tutorial
Mantis tutorial
HarikaReddy115
 
Cmmi tutorial
Cmmi tutorialCmmi tutorial
Cmmi tutorial
HarikaReddy115
 
Cmmi tutorial
Cmmi tutorialCmmi tutorial
Cmmi tutorial
Mdlguy
 
Qtest tutorial
Qtest tutorialQtest tutorial
Qtest tutorial
HarikaReddy115
 
Software engineering
Software engineering Software engineering
Software engineering
Pallav
 
Software Engineering Overview
Software Engineering Overview Software Engineering Overview

Similar to Software quality management_tutorial (20)

Agile testing tutorial
Agile testing tutorialAgile testing tutorial
Agile testing tutorial
 
Security testing tutorial
Security testing tutorialSecurity testing tutorial
Security testing tutorial
 
Bpc
BpcBpc
Bpc
 
Auditing tutorial
Auditing tutorialAuditing tutorial
Auditing tutorial
 
Software testing tutorial
Software testing tutorialSoftware testing tutorial
Software testing tutorial
 
Javascript tutorial
Javascript tutorialJavascript tutorial
Javascript tutorial
 
javascript_tutorial.pdf
javascript_tutorial.pdfjavascript_tutorial.pdf
javascript_tutorial.pdf
 
Supply chain management_tutorial
Supply chain management_tutorialSupply chain management_tutorial
Supply chain management_tutorial
 
agile_tutorial.pdf
agile_tutorial.pdfagile_tutorial.pdf
agile_tutorial.pdf
 
design_pattern_tutorial.pdf
design_pattern_tutorial.pdfdesign_pattern_tutorial.pdf
design_pattern_tutorial.pdf
 
Design pattern tutorial
Design pattern tutorialDesign pattern tutorial
Design pattern tutorial
 
Chef tutorial
Chef tutorialChef tutorial
Chef tutorial
 
Chef tutorial
Chef tutorialChef tutorial
Chef tutorial
 
Business analysis tutorial
Business analysis tutorialBusiness analysis tutorial
Business analysis tutorial
 
Mantis tutorial
Mantis tutorialMantis tutorial
Mantis tutorial
 
Cmmi tutorial
Cmmi tutorialCmmi tutorial
Cmmi tutorial
 
Cmmi tutorial
Cmmi tutorialCmmi tutorial
Cmmi tutorial
 
Qtest tutorial
Qtest tutorialQtest tutorial
Qtest tutorial
 
Software engineering
Software engineering Software engineering
Software engineering
 
Software Engineering Overview
Software Engineering Overview Software Engineering Overview
Software Engineering Overview
 

More from HarikaReddy115

Dbms tutorial
Dbms tutorialDbms tutorial
Dbms tutorial
HarikaReddy115
 
Data structures algorithms_tutorial
Data structures algorithms_tutorialData structures algorithms_tutorial
Data structures algorithms_tutorial
HarikaReddy115
 
Wireless communication tutorial
Wireless communication tutorialWireless communication tutorial
Wireless communication tutorial
HarikaReddy115
 
Cryptography tutorial
Cryptography tutorialCryptography tutorial
Cryptography tutorial
HarikaReddy115
 
Cosmology tutorial
Cosmology tutorialCosmology tutorial
Cosmology tutorial
HarikaReddy115
 
Control systems tutorial
Control systems tutorialControl systems tutorial
Control systems tutorial
HarikaReddy115
 
Computer logical organization_tutorial
Computer logical organization_tutorialComputer logical organization_tutorial
Computer logical organization_tutorial
HarikaReddy115
 
Computer fundamentals tutorial
Computer fundamentals tutorialComputer fundamentals tutorial
Computer fundamentals tutorial
HarikaReddy115
 
Compiler design tutorial
Compiler design tutorialCompiler design tutorial
Compiler design tutorial
HarikaReddy115
 
Communication technologies tutorial
Communication technologies tutorialCommunication technologies tutorial
Communication technologies tutorial
HarikaReddy115
 
Biometrics tutorial
Biometrics tutorialBiometrics tutorial
Biometrics tutorial
HarikaReddy115
 
Basics of computers_tutorial
Basics of computers_tutorialBasics of computers_tutorial
Basics of computers_tutorial
HarikaReddy115
 
Basics of computer_science_tutorial
Basics of computer_science_tutorialBasics of computer_science_tutorial
Basics of computer_science_tutorial
HarikaReddy115
 
Basic electronics tutorial
Basic electronics tutorialBasic electronics tutorial
Basic electronics tutorial
HarikaReddy115
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorial
HarikaReddy115
 
Artificial intelligence tutorial
Artificial intelligence tutorialArtificial intelligence tutorial
Artificial intelligence tutorial
HarikaReddy115
 
Antenna theory tutorial
Antenna theory tutorialAntenna theory tutorial
Antenna theory tutorial
HarikaReddy115
 
Analog communication tutorial
Analog communication tutorialAnalog communication tutorial
Analog communication tutorial
HarikaReddy115
 
Amplifiers tutorial
Amplifiers tutorialAmplifiers tutorial
Amplifiers tutorial
HarikaReddy115
 
Accounting basics tutorial
Accounting basics tutorialAccounting basics tutorial
Accounting basics tutorial
HarikaReddy115
 

More from HarikaReddy115 (20)

Dbms tutorial
Dbms tutorialDbms tutorial
Dbms tutorial
 
Data structures algorithms_tutorial
Data structures algorithms_tutorialData structures algorithms_tutorial
Data structures algorithms_tutorial
 
Wireless communication tutorial
Wireless communication tutorialWireless communication tutorial
Wireless communication tutorial
 
Cryptography tutorial
Cryptography tutorialCryptography tutorial
Cryptography tutorial
 
Cosmology tutorial
Cosmology tutorialCosmology tutorial
Cosmology tutorial
 
Control systems tutorial
Control systems tutorialControl systems tutorial
Control systems tutorial
 
Computer logical organization_tutorial
Computer logical organization_tutorialComputer logical organization_tutorial
Computer logical organization_tutorial
 
Computer fundamentals tutorial
Computer fundamentals tutorialComputer fundamentals tutorial
Computer fundamentals tutorial
 
Compiler design tutorial
Compiler design tutorialCompiler design tutorial
Compiler design tutorial
 
Communication technologies tutorial
Communication technologies tutorialCommunication technologies tutorial
Communication technologies tutorial
 
Biometrics tutorial
Biometrics tutorialBiometrics tutorial
Biometrics tutorial
 
Basics of computers_tutorial
Basics of computers_tutorialBasics of computers_tutorial
Basics of computers_tutorial
 
Basics of computer_science_tutorial
Basics of computer_science_tutorialBasics of computer_science_tutorial
Basics of computer_science_tutorial
 
Basic electronics tutorial
Basic electronics tutorialBasic electronics tutorial
Basic electronics tutorial
 
Artificial neural network_tutorial
Artificial neural network_tutorialArtificial neural network_tutorial
Artificial neural network_tutorial
 
Artificial intelligence tutorial
Artificial intelligence tutorialArtificial intelligence tutorial
Artificial intelligence tutorial
 
Antenna theory tutorial
Antenna theory tutorialAntenna theory tutorial
Antenna theory tutorial
 
Analog communication tutorial
Analog communication tutorialAnalog communication tutorial
Analog communication tutorial
 
Amplifiers tutorial
Amplifiers tutorialAmplifiers tutorial
Amplifiers tutorial
 
Accounting basics tutorial
Accounting basics tutorialAccounting basics tutorial
Accounting basics tutorial
 

Recently uploaded

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 

Recently uploaded (20)

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 

Software quality management_tutorial

  • 1.
  • 2. i AbouttheTutorial Software Quality Management is a process that ensures the required level of software quality is achieved when it reaches the users, so that they are satisfied by its performance. The process involves quality assurance, quality planning, and quality control. This tutorial provides a complete overview of Software Quality Management and describes the various steps involved in the process. The entire content is divided into sections for easy understanding. Audience This tutorial is designed for software development professionals so that they can understand the importance of software quality management. It is especially beneficial for software quality managers, software testing professionals, and software developers. Prerequisites To get the most out of this tutorial, it is good to have a basic understanding of the Software Development Life Cycle (SDLC). Copyright&Disclaimer  Copyright 2018 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at contact@tutorialspoint.com
  • 3. ii TableofContents About the Tutorial....................................................................................................................................i Audience..................................................................................................................................................i Prerequisites............................................................................................................................................i Copyright & Disclaimer.............................................................................................................................i Table of Contents....................................................................................................................................ii 1. SQM ─ INTRODUCTION........................................................................................................1 The Software Quality Challenge ..............................................................................................................1 2. SQM ─ SOFTWARE QUALITY FACTORS.................................................................................3 McCall’s Factor Model.............................................................................................................................3 Product Operation Software Quality Factors...........................................................................................3 Product Revision Quality Factors.............................................................................................................4 Product Transition Software Quality Factor ............................................................................................5 3. SQM ─ SQA COMPONENTS..................................................................................................6 Components of SQA System....................................................................................................................7 Pre-project Software Quality Components..............................................................................................8 4. SQM ─ SOFTWARE QUALITY METRICS .................................................................................9 Product Quality Metrics ..........................................................................................................................9 In-process Quality Metrics ....................................................................................................................10 Maintenance Quality Metrics................................................................................................................12 5. SQM ─ BASICS OF MEASUREMENT....................................................................................14 Measurement in Everyday Life..............................................................................................................14 Measurement in Software Engineering .................................................................................................14 The Representational Theory of Measurement.....................................................................................15 6. SQM ─ MEASUREMENT & MODELS ...................................................................................18
  • 4. iii 7. SQM ─ MEASUREMENT SCALES.........................................................................................20 Nominal Scale .......................................................................................................................................20 Ordinal Scale .........................................................................................................................................20 Interval Scale.........................................................................................................................................20 Ratio Scale ............................................................................................................................................21 Absolute Scale.......................................................................................................................................21 8. SQM ─ EMPIRICAL INVESTIGATIONS..................................................................................22 Choosing an Investigation Technique ....................................................................................................22 Stating the Hypothesis ..........................................................................................................................23 Maintaining Control over Variables.......................................................................................................23 Making the Investigation Meaningful....................................................................................................23 9. SQM ─ SOFTWARE MEASUREMENT...................................................................................25 Classifying the Entities to be Examined .................................................................................................25 Determining Relevant Measurement Goals...........................................................................................26 Identifying the Level of Maturity...........................................................................................................28 10. SQM ─ SOFTWARE MEASUREMENT VALIDATION..............................................................30 Validating the Measurement Systems...................................................................................................30 Validating the Prediction Systems.........................................................................................................30 11. SQM ─ SOFTWARE METRICS..............................................................................................32 Scope of Software Metrics ....................................................................................................................32 12. SQM ─ DATA MANIPULATION............................................................................................35 What is Good Data? ..............................................................................................................................35 How to Define the Data?.......................................................................................................................35 How to Collect Data?.............................................................................................................................36 How to Store and Extract Data..............................................................................................................36
  • 5. iv 13. SQM ─ ANALYZING SOFTWARE MEASUREMENT DATA......................................................38 The Nature of Data................................................................................................................................38 The Purpose of the Experiment.............................................................................................................38 Design Considerations...........................................................................................................................40 14. SQM ─ INTERNAL PRODUCT ATTRIBUTES ..........................................................................41 Measuring Internal Product Attributes..................................................................................................41 15. SQM ─ ALBRECHT’S FUNCTION POINT METHOD ...............................................................44 What is a Function Point?......................................................................................................................44 Applying Albrecht’s Function Point Method..........................................................................................44 16. SQM ─ MEASURING THE STRUCTURE................................................................................48 Types of Structural Measures................................................................................................................48 Measuring Control-Flow Structure ........................................................................................................48 Measuring Data-Flow Structure ............................................................................................................48 Measuring Data Structure .....................................................................................................................49 17. SQM ─ STANDARDS AND CERTIFICATES.............................................................................50 SQA Standards ......................................................................................................................................50 ISO 9001 Certification............................................................................................................................51 18. SQM ─ SOFTWARE PROCESS ASSESSMENT........................................................................54 Software Process Maturity Assessment ................................................................................................54 Software Process Assessment Cycle ......................................................................................................55 SCAMPI .................................................................................................................................................55 19. SQM ─ QUALITY ASSURANCE.............................................................................................57 Objectives of SQA Activities ..................................................................................................................57 Organizing for Quality Assurance ..........................................................................................................57
  • 6. v 20. SQM ─ ROLE OF MANAGEMENT IN QA..............................................................................59 Top Management Responsibilities in Software Quality .........................................................................59 Software Quality Policy.........................................................................................................................59 21. SQM ─ THE SQA UNIT........................................................................................................64 Tasks Performed by the Head of the SQA Unit ......................................................................................64 Project Life Cycle SQA ...........................................................................................................................65 SQA Infrastructure Operations Tasks ....................................................................................................66 SQA Internal Audit and Certification Tasks............................................................................................66 SQA Support Tasks ................................................................................................................................68 SQA Standards and Procedures Tasks....................................................................................................68 SQA Engineering Tasks ..........................................................................................................................68 SQA Information Systems Tasks ............................................................................................................69 SQA Trustees and Their Tasks................................................................................................................69 SQA Committees and Their Tasks..........................................................................................................70
  • 7. 1 Quality software refers to a software which is reasonably bug or defect free, is delivered in time and within the specified budget, meets the requirements and/or expectations, and is maintainable. In the software engineering context, software quality reflects both functional quality as well as structural quality.  Software Functional Quality ─ It reflects how well it satisfies a given design, based on the functional requirements or specifications.  Software Structural Quality ─ It deals with the handling of non-functional requirements that support the delivery of the functional requirements, such as robustness or maintainability, and the degree to which the software was produced correctly.  Software Quality Assurance ─ Software Quality Assurance (SQA) is a set of activities to ensure the quality in software engineering processes that ultimately result in quality software products. The activities establish and evaluate the processes that produce products. It involves process-focused action.  Software Quality Control ─ Software Quality Control (SQC) is a set of activities to ensure the quality in software products. These activities focus on determining the defects in the actual products produced. It involves product-focused acction. TheSoftwareQualityChallenge In the software industry, the developers will never declare that the software is free of defects, unlike other industrial product manufacturers usually do. This difference is due to the following reasons. Product Complexity It is the number of operational modes the product permits. Normally, an industrial product allows only less than a few thousand modes of operation with different combinations of its machine settings. However, software packages allow millions of operational possibilities. Hence, assuring of all these operational possibilities correctly is a major challenge to the software industry. Product Visibility Since the industrial products are visible, most of its defects can be detected during the manufacturing process. Also the absence of a part in an industrial product can be easily detected in the product. However, the defects in software products which are stored on diskettes or CDs are invisible. Product Development and Production Process In an industrial product, defects can be detected during the following phases:  Product development: In this phase, the designers and Quality Assurance (QA) staff checks and tests the product prototype to detect its defects. 1. SQM ─ Introduction
  • 8. 2  Product production planning: During this phase, the production process and tools are designed and prepared. This phase also provides opportunities to inspect the product to detect the defects that went unnoticed during the development phase.  Manufacturing: In this phase, QA procedures are applied to detect failures of products themselves. Defects in the product detected in the first period of manufacturing can usually be corrected by a change in the product’s design or materials or in the production tools, in a way that eliminates such defects in products manufactured in future. However, in the case of software, the only phase where defects can be detected is the development phase. In case of software, product production planning and manufacturing phases are not required as the manufacturing of software copies and the printing of software manuals are conducted automatically. The factors affecting the detection of defects in software products versus other industrial products are shown in the following table. These characteristics of software such as complexity and invisibility make the development of software quality assurance methodology and its successful implementation a highly professional challenge.
  • 9. 3 The various factors, which influence the software, are termed as software factors. They can be broadly divided into two categories. The first category of the factors is of those that can be measured directly such as the number of logical errors, and the second category clubs those factors which can be measured only indirectly. For example, maintainability but each of the factors is to be measured to check for the content and the quality control. Several models of software quality factors and their categorization have been suggested over the years. The classic model of software quality factors, suggested by McCall, consists of 11 factors (McCall et al., 1977). Similarly, models consisting of 12 to 15 factors, were suggested by Deutsch and Willis (1988) and by Evans and Marciniak (1987). All these models do not differ substantially from McCall’s model. The McCall factor model provides a practical, up-to-date method for classifying software requirements (Pressman, 2000). McCall’sFactorModel This model classifies all software requirements into 11 software quality factors. The 11 factors are grouped into three categories – product operation, product revision, and product transition factors.  Product operation factors: Correctness, Reliability, Efficiency, Integrity, Usability.  Product revision factors: Maintainability, Flexibility, Testability.  Product transition factors: Portability, Reusability, Interoperability. ProductOperationSoftwareQualityFactors According to McCall’s model, product operation category includes five software quality factors, which deal with the requirements that directly affect the daily operation of the software. They are as follows: Correctness These requirements deal with the correctness of the output of the software system. They include:  Output mission  The required accuracy of output that can be negatively affected by inaccurate data or inaccurate calculations.  The completeness of the output information, which can be affected by incomplete data.  The up-to-dateness of the information defined as the time between the event and the response by the software system.  The availability of the information. 2. SQM ─ Software Quality Factors
  • 10. 4  The standards for coding and documenting the software system. Reliability Reliability requirements deal with service failure. They determine the maximum allowed failure rate of the software system, and can refer to the entire system or to one or more of its separate functions. Efficiency It deals with the hardware resources needed to perform the different functions of the software system. It includes processing capabilities (given in MHz), its storage capacity (given in MB or GB) and the data communication capability (given in MBPS or GBPS). It also deals with the time between recharging of the system’s portable units, such as, information system units located in portable computers, or meteorological units placed outdoors. Integrity This factor deals with the software system security, that is, to prevent access to unauthorized persons, also to distinguish between the group of people to be given read as well as write permit. Usability Usability requirements deal with the staff resources needed to train a new employee and to operate the software system. ProductRevisionQualityFactors According to McCall’s model, three software quality factors are included in the product revision category. These factors are as follows: Maintainability This factor considers the efforts that will be needed by users and maintenance personnel to identify the reasons for software failures, to correct the failures, and to verify the success of the corrections. Flexibility This factor deals with the capabilities and efforts required to support adaptive maintenance activities of the software. These include adapting the current software to additional circumstances and customers without changing the software. This factor’s requirements also support perfective maintenance activities, such as changes and additions to the software in order to improve its service and to adapt it to changes in the firm’s technical or commercial environment. Testability Testability requirements deal with the testing of the software system as well as with its operation. It includes predefined intermediate results, log files, and also the automatic diagnostics performed by the software system prior to starting the system, to find out whether all components of the system are in working order and to obtain a report about
  • 11. 5 the detected faults. Another type of these requirements deals with automatic diagnostic checks applied by the maintenance technicians to detect the causes of software failures. ProductTransitionSoftwareQualityFactor According to McCall’s model, three software quality factors are included in the product transition category that deals with the adaptation of software to other environments and its interaction with other software systems. These factors are as follows: Portability Portability requirements tend to the adaptation of a software system to other environments consisting of different hardware, different operating systems, and so forth. The software should be possible to continue using the same basic software in diverse situations. Reusability This factor deals with the use of software modules originally designed for one project in a new software project currently being developed. They may also enable future projects to make use of a given module or a group of modules of the currently developed software. The reuse of software is expected to save development resources, shorten the development period, and provide higher quality modules. Interoperability Interoperability requirements focus on creating interfaces with other software systems or with other equipment firmware. For example, the firmware of the production machinery and testing equipment interfaces with the production control software.
  • 12. 6 Software Quality Assurance (SQA) is a set of activities for ensuring quality in software engineering processes. It ensures that developed software meets and complies with the defined or standardized quality specifications. SQA is an ongoing process within the Software Development Life Cycle (SDLC) that routinely checks the developed software to ensure it meets the desired quality measures. SQA practices are implemented in most types of software development, regardless of the underlying software development model being used. SQA incorporates and implements software testing methodologies to test the software. Rather than checking for quality after completion, SQA processes test for quality in each phase of development, until the software is complete. With SQA, the software development process moves into the next phase only once the current/previous phase complies with the required quality standards. SQA generally works on one or more industry standards that help in building software quality guidelines and implementation strategies. It includes the following activities:  Process definition and implementation  Auditing  Training Processes could be:  Software Development Methodology  Project Management  Configuration Management  Requirements Development/Management  Estimation  Software Design  Testing, etc. Once the processes have been defined and implemented, Quality Assurance has the following responsibilities:  Identify the weaknesses in the processes  Correct those weaknesses to continually improve the process 3. SQM ─ SQA Components
  • 13. 7 ComponentsofSQASystem An SQA system always combines a wide range of SQA components. These components can be classified into the following six classes: Pre-project components This assures that the project commitments have been clearly defined considering the resources required, the schedule and budget; and the development and quality plans have been correctly determined. Components of project life cycle activities assessment The project life cycle is composed of two stages: the development life cycle stage and the operation–maintenance stage. The development life cycle stage components detect design and programming errors. Its components are divided into the following sub-classes: Reviews, Expert opinions, and Software testing. The SQA components used during the operation–maintenance phase include specialized maintenance components as well as development life cycle components, which are applied mainly for functionality to improve the maintenance tasks. Components of infrastructure error prevention and improvement The main objective of these components, which is applied throughout the entire organization, is to eliminate or at least reduce the rate of errors, based on the organization’s accumulated SQA experience. Components of software quality management This class of components deal with several goals, such as the control of development and maintenance activities, and the introduction of early managerial support actions that mainly prevent or minimize schedule and budget failures and their outcomes. Components of standardization, certification, & SQA system assessment These components implement international professional and managerial standards within the organization. The main objectives of this class are utilization of international professional knowledge, improvement of coordination of the organizational quality systems with other organizations, and assessment of the achievements of quality systems according to a common scale. The various standards may be classified into two main groups: quality management standards and project process standards. Organizing for SQA – the human components The SQA organizational base includes managers, testing personnel, the SQA unit and the persons interested in software quality such as SQA trustees, SQA committee members, and SQA forum members. Their main objectives are to initiate and support the implementation of SQA components, detect deviations from SQA procedures and methodology, and suggest improvements.
  • 14. 8 End of ebook preview If you liked what you saw… Buy it from our store @ https://store.tutorialspoint.com