Chapter 24 Quality Management Chapter 24 Quality management

  • Slides: 34
Download presentation
Chapter 24 - Quality Management Chapter 24 Quality management 1

Chapter 24 - Quality Management Chapter 24 Quality management 1

Topics covered ² Software quality ² Software standards ² Reviews and inspections ² Software

Topics covered ² Software quality ² Software standards ² Reviews and inspections ² Software measurement and metrics Chapter 24 Quality management 2

1. Software quality management ² Concerned with ensuring that the required level of quality

1. Software quality management ² Concerned with ensuring that the required level of quality is achieved in a software product. ² Three principal concerns: § At the organizational level, quality management is concerned with establishing a framework of organizational processes and standards that will lead to high-quality software. § At the project level, quality management involves the application of specific quality processes and checking that these planned processes have been followed. § At the project level, quality management is also concerned with establishing a quality plan for a project. The quality plan should set out the quality goals for the project and define what processes and standards are to be used. Chapter 24 Quality management 3

Quality Assurance and Quality Control ² Quality Assurance (QA): the definition of the processes

Quality Assurance and Quality Control ² Quality Assurance (QA): the definition of the processes and standards that should lead to high-quality products and the introduction of quality processes into the manufacturing process. ² Quality Control (QC): the application of these quality processes to weed out products that are not of the required level of quality. ² QA include the verification and validation and the processes of checking that the quality procedures have been properly applied. Chapter 24 Quality management 4

Quality management activities ² Quality management provides an independent check on the software development

Quality management activities ² Quality management provides an independent check on the software development process. ² The quality management process checks the project deliverables to ensure that they are consistent with organizational standards and goals ² The QA team should be independent from the development team so that they can take an objective view of the software. This allows them to report on software quality without being influenced by software development issues. Chapter 24 Quality management 5

Quality management and software development Chapter 24 Quality management 6

Quality management and software development Chapter 24 Quality management 6

Quality planning ² A quality plan sets out the desired product qualities and how

Quality planning ² A quality plan sets out the desired product qualities and how these are assessed and defines the most significant quality attributes. ² The quality plan should define the quality assessment process. ² It should set out which organisational standards should be applied and, where necessary, define new standards to be used. Chapter 24 Quality management 7

Quality plans ² Quality plan structure § § § Product introduction; Product plans; Process

Quality plans ² Quality plan structure § § § Product introduction; Product plans; Process descriptions; Quality goals; Risks and risk management. ² Quality plans should be short, succinct documents § If they are too long, no-one will read them. Chapter 24 Quality management 8

Software quality attributes Safety Understandability Portability Security Testability Usability Reliability Adaptability Reusability Resilience Modularity

Software quality attributes Safety Understandability Portability Security Testability Usability Reliability Adaptability Reusability Resilience Modularity Efficiency Robustness Complexity Learnability Chapter 24 Quality management 9

Quality conflicts ² It is not possible for any system to be optimized for

Quality conflicts ² It is not possible for any system to be optimized for all of these attributes – for example, improving robustness may lead to loss of performance. ² The quality plan should therefore define the most important quality attributes for the software that is being developed. ² The plan should also include a definition of the quality assessment process, an agreed way of assessing whether some quality, such as maintainability or robustness, is present in the product. Chapter 24 Quality management 10

Process and product quality Two types of standards may be established as part of

Process and product quality Two types of standards may be established as part of the quality assurance process: § Product standards: document standards (structure), documentation standards (comment headers), and coding standards (variable names). § Process standards define the processes that should be followed during software development (validation process). Chapter 24 Quality management 11

Process and product quality ² The quality of a developed product is influenced by

Process and product quality ² The quality of a developed product is influenced by the quality of the production process. ² This is important in software development as some product quality attributes are hard to assess. ² However, there is a very complex and poorly understood relationship between software processes and product quality. § The application of individual skills and experience is particularly important in software development; § External factors such as the novelty of an application or the need for an accelerated development schedule may impair product quality. Chapter 24 Quality management 12

Process and product quality ²Software is not manufactured- It is designed! ²Software development is

Process and product quality ²Software is not manufactured- It is designed! ²Software development is a creative rather than mechanical process! Chapter 24 Quality management 13

2. Software standards ² Standards define the required attributes of a product or process.

2. Software standards ² Standards define the required attributes of a product or process. They play an important role in quality management. ² Standards may be international, organizational or project standards. ² Product standards define characteristics that all software components should exhibit e. g. a common programming style. ² Process standards define how the software process should be enacted. Chapter 24 Quality management 14

Importance of standards ² Encapsulation of best practice- avoids repetition of past mistakes. ²

Importance of standards ² Encapsulation of best practice- avoids repetition of past mistakes. ² They are a framework for defining what quality means in a particular setting i. e. that organization’s view of quality. ² They provide continuity - new staff can understand the organisation by understanding the standards that are used. Chapter 24 Quality management 15

Product and process standards Product standards Process standards Design review form Design review conduct

Product and process standards Product standards Process standards Design review form Design review conduct Requirements document structure Method header format Submission of new code for system building Version release process Java programming style Project plan approval process Project plan format Change control process Change request form Test recording process Chapter 24 Quality management 16

ISO 9001 standards framework ² An international set of standards that can be used

ISO 9001 standards framework ² An international set of standards that can be used as a basis for developing quality management systems. ² ISO 9001, the most general of these standards, applies to organizations that design, develop and maintain products, including software. ² The ISO 9001 standard is a framework for developing software standards. § It sets out general quality principles, describes quality processes in general and lays out the organizational standards and procedures that should be defined. These should be documented in an organizational quality manual. Chapter 24 Quality management 17

ISO 9001 certification ² Quality standards and procedures should be documented in an organisational

ISO 9001 certification ² Quality standards and procedures should be documented in an organisational quality manual. ² An external body may certify that an organisation’s quality manual conforms to ISO 9000 standards. ² Some customers require suppliers to be ISO 9000 certified although the need for flexibility here is increasingly recognised. Chapter 24 Quality management 18

What do you think? ²Would a software produced by ISO 9001 certified companies better

What do you think? ²Would a software produced by ISO 9001 certified companies better than that from uncertified? ²Would Agail Development community concern with ISO 9001 certification or not? Why? Chapter 24 Quality management 19

3. Reviews and inspections ² A group examines part or all of a process

3. Reviews and inspections ² A group examines part or all of a process or system and its documentation to find potential problems. ² Software or documents may be 'signed off' at a review which signifies that progress to the next development stage has been approved by management. ² There are different types of review with different objectives § Inspections for defect removal (product); § Reviews for progress assessment (product and process); § Quality reviews (product and standards). Chapter 24 Quality management 20

Quality reviews ² A group of people carefully examine part or all of a

Quality reviews ² A group of people carefully examine part or all of a software system and its associated documentation. ² Code, designs, specifications, test plans, standards, etc. can all be reviewed. ² Software or documents may be 'signed off' at a review which signifies that progress to the next development stage has been approved by management. Chapter 24 Quality management 21

Program inspections ² These are peer reviews where engineers examine the source of a

Program inspections ² These are peer reviews where engineers examine the source of a system with the aim of discovering anomalies and defects. ² Inspections do not require execution of a system so may be used before implementation. ² They may be applied to any representation of the system (requirements, design, configuration data, test data, etc. ). ² They have been shown to be an effective technique for discovering program errors. Chapter 24 Quality management 22

Inspection checklists ² Checklist of common errors should be used to drive the inspection.

Inspection checklists ² Checklist of common errors should be used to drive the inspection. ² Error checklists are programming language dependent and reflect the characteristic errors that are likely to arise in the language. ² In general, the 'weaker' the type checking, the larger the checklist. ² Examples: Initialisation, Constant naming, loop termination, array bounds, etc. Chapter 24 Quality management 23

4. Software measurement and metrics ² Software measurement is concerned with deriving a numeric

4. Software measurement and metrics ² Software measurement is concerned with deriving a numeric value for an attribute of a software product or process. ² This allows for objective comparisons between techniques and processes. ² Although some companies have introduced measurement programmes, most organisations still don’t make systematic use of software measurement. ² There are few established standards in this area. Chapter 24 Quality management 24

Software metric ² Any type of measurement which relates to a software system, process

Software metric ² Any type of measurement which relates to a software system, process or related documentation § Lines of code in a program, the Fog index, number of persondays required to develop a component. ² Allow the software and the software process to be quantified. ² May be used to predict product attributes or to control the software process. ² Product metrics can be used for general predictions or to identify anomalous components. Chapter 24 Quality management 25

Predictor and control measurements Chapter 24 Quality management 26

Predictor and control measurements Chapter 24 Quality management 26

Metrics assumptions ² A software property can be measured. ² The relationship exists between

Metrics assumptions ² A software property can be measured. ² The relationship exists between what we can measure and what we want to know. We can only measure internal attributes but are often more interested in external software attributes. ² This relationship has been formalised and validated. ² It may be difficult to relate what can be measured to desirable external quality attributes. Chapter 24 Quality management 27

Relationships between internal and external software Chapter 24 Quality management 28

Relationships between internal and external software Chapter 24 Quality management 28

Problems with measurement in industry ² It is impossible to quantify the return on

Problems with measurement in industry ² It is impossible to quantify the return on investment of introducing an organizational metrics program. ² There are no standards for software metrics or standardized processes for measurement and analysis. ² In many companies, software processes are not standardized and are poorly defined and controlled. ² Most work on software measurement has focused on codebased metrics and plan-driven development processes. However, more and more software is now developed by configuring ERP systems or COTS. ² Introducing measurement adds additional overhead to processes. Chapter 24 Quality management 29

Product metrics ² A quality metric should be a predictor of product quality. ²

Product metrics ² A quality metric should be a predictor of product quality. ² Classes of product metric § Dynamic metrics which are collected by measurements made of a program in execution; § Static metrics which are collected by measurements made of the system representations; § Dynamic metrics help assess efficiency and reliability § Static metrics help assess complexity, understandability and maintainability. Chapter 24 Quality management 30

Dynamic and static metrics ² Dynamic metrics are closely related to software quality attributes

Dynamic and static metrics ² Dynamic metrics are closely related to software quality attributes § It is relatively easy to measure the response time of a system (performance attribute) or the number of failures (reliability attribute). ² Static metrics have an indirect relationship with quality attributes § You need to try and derive a relationship between these metrics and properties such as complexity, understandability and maintainability. Chapter 24 Quality management 31

The process of product measurement Chapter 24 Quality management 32

The process of product measurement Chapter 24 Quality management 32

Key points ² Software quality management is concerned with ensuring that software has a

Key points ² Software quality management is concerned with ensuring that software has a low number of defects and that it reaches the required standards of maintainability, reliability, portability and so on. ² SQM includes defining standards for processes and products and establishing processes to check that these standards have been followed. ² Software standards are important for quality assurance as they represent an identification of ‘best practice’. ² Quality management procedures may be documented in an organizational quality manual, based on the generic model for a quality manual suggested in the ISO 9001 standard. Chapter 24 Quality management 33

Key points ² Reviews of the software process deliverables involve a team of people

Key points ² Reviews of the software process deliverables involve a team of people who check that quality standards are being followed. ² In a program inspection or peer review, a small team systematically checks the code. They read the code in detail and look for possible errors and omissions ² Software measurement can be used to gather data about software and software processes. ² Product quality metrics are particularly useful for highlighting anomalous components that may have quality problems. Chapter 24 Quality management 34