1 / 52

Chapter 11 Quality Management

Chapter 11 Quality Management . This chapter is extracted from Sommerville’s slides. Text book chapter 27. 1. Objectives. To introduce the quality management process and key quality management activities: Quality assurance Quality planning Quality control

helen
Download Presentation

Chapter 11 Quality Management

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 11Quality Management This chapter is extracted from Sommerville’s slides. Text book chapter 27 1

  2. Objectives • To introduce the quality management process and key quality management activities: • Quality assurance • Quality planning • Quality control • To explain the role of standards in quality management • Introduce software measurements and metrics 2

  3. Overview • Process and product quality • Quality assurance and standards • Quality planning • Quality control • Software metrics 3

  4. What is quality?

  5. Quality Quality, simplistically, means that a product should meet its specification. However, this is problematical for software systems.......

  6. Because • There is a tension between customer quality requirements (efficiency, reliability, etc.) and developer quality requirements (maintainability, reusability, etc.); • Some quality requirements are difficult to specify in an unambiguous way (maintainability) ; • Software specifications are usually incomplete and often inconsistent. Even if a SW conforms to the specification, users may not consider it to be high quality because it does not meet their expectations.

  7. Software quality management • Concerned with ensuring that the required level of quality is achieved in a software product. • Involves defining appropriate quality standards and procedures and ensuring that these are followed. • Should aim to develop a ‘quality culture’ where quality is seen as everyone’s responsibility.

  8. Quality management activities Quality assurance Establish a framework of organisational procedures and standards that lead to high-quality software. Quality planning The selection of appropriate procedures and standards form this framework for a particular project and modify these as required. Quality control The definition of processes that ensure that project quality procedures and standards are followed by the software development team.

  9. Quality management and software development

  10. Quality Team The quality team: • Check the project deliverables to ensure they are consistent with organizational standards and goals. • Report problems and difficulties to senior management in the organization, to managers above the project managers level.

  11. Quality Team A quality assurance team should be independent from the development group. Do you know why?

  12. Why? So that they can take an objective view of the software. The reason for this separation is that project management have to maintain the project budget and schedule. They might compromise on project quality to meet the schedule. An independent quality management team ensures that the organizational goals of quality are not compromised by short-term budget and schedule considerations.

  13. Process and product quality The quality of a developed product is influenced by the quality of the production process. However software is not manufactured but is designed,……

  14. Process and product quality • Software development is a creative rather than a mechanical process • The influence 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 irrespective of the process used.

  15. Process and product quality In software development, the relationship between process quality and product quality is more complex. It is difficult to measure software quality attributes, such as maintainability, even after using the software for a long time.

  16. Can we measure maintainability? “I have been reminded that metrics should have some sort of a measurement to them. Here is my own method, which requires some special audio recording equipment. Go into the room and say: "Guys, the client want to change something" Measure the strength of the groans.” http://ayende.com/Blog/archive/2007/08/10/How-to-measure-maintainability.aspx

  17. Process and product quality Experience shows that process quality has a significant influence on the quality of the software. Process quality management and improvement can lead to fewer defects in delivered software.

  18. Process quality management Process quality management involves: • Defining process standards such as how and when reviews should be conducted. • Monitoring the development process to ensure that standards are being followed. • Reporting the software process to project management and to the buyer of the software. One problem with process-based quality assurance is that the quality assurance team may insist that standard processes should be used irrespective of the type of software that is being developed.

  19. Quality Assurance

  20. Quality management activities • Quality assurance • Establish a framework of organisational procedures and standards that lead to high-quality software. • Quality planning • The selection of appropriate procedures and standards form this framework for a particular project and modify these as required. • Quality control • The definition of processes that ensure that project quality procedures and standards are followed by the software development team.

  21. Quality assurance (QA) and standards QA is the process of defining : • How software quality can be achieved, and • How the development organization knows that the software has the required level of quality. QA is primarily concerned with defining standards that should be applied to the software development process or software product.

  22. Quality assurance (QA) and standards 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).

  23. Importance of Standards • Encapsulation of best practice- avoids repetition of past mistakes. • They are a framework for quality assurance processes - they involve checking compliance to standards. • They provide continuity - new staff can understand the organisation by understanding the standards that are used.

  24. Product and process standards

  25. ISO 9000 • An international set of standards that can be used in the development of a quality management system in all industries is called ISO9000. • Applicable to a range of organisations from manufacturing to service industries. • ISO 9001 is the most general of these standards and applies to organisations concerned with the quality process in organizations that design, develop and maintain products.

  26. ISO 9000 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.

  27. Documentation standards Particularly important - documents are the tangible manifestation of the software. Three types of documentation standards: • Documentation process standards • Concerned with how documents should be developed, validated and maintained. (what tools are used) • Document standards • Concerned with document contents, structure, and appearance. • Document interchange standards • Concerned with the compatibility of electronic documents. (standard style sheet, font, text style)

  28. Quality Planning

  29. Quality management activities • Quality assurance • Establish a framework of organisational procedures and standards that lead to high-quality software. • Quality planning • The selection of appropriate procedures and standards form this framework for a particular project and modify these as required. • Quality control • The definition of processes that ensure that project quality procedures and standards are followed by the software development team.

  30. Quality planning • A quality plan sets out • the desired software qualities and • how these are assessed • It defines what “high quality software” means. • 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.

  31. Software quality attributes

  32. Quality Control

  33. Quality management activities • Quality assurance • Establish a framework of organisational procedures and standards that lead to high-quality software. • Quality planning • The selection of appropriate procedures and standards form this framework for a particular project and modify these as required. • Quality control • The definition of processes that ensure that project quality procedures and standards are followed by the software development team.

  34. Quality Control • This involves checking the software development process to ensure that procedures and standards are being followed. • There are two approaches to quality control • Quality reviews; • Automated software assessment and software measurement.

  35. Quality reviews • This is the principal method of validating the quality of a process or a product. • A group examines part or all of a software process, system or its documentation to discover potential problems. • There are different types of review with different objectives • Inspections for defect removal; • Reviews for progress assessment; (cost, plans, schedules) • Quality reviews.

  36. Types of reviews

  37. Review results • Comments made during the review should be classified • No action. No change to the software or documentation is required; • Refer for repair. Designer or programmer should correct an identified fault; • Reconsider overall design. The problem identified in the review impacts other parts of the design. Some overall judgement must be made about the most cost-effective way of solving the problem; • Requirements and specification errors may have to be referred to the client.

  38. Quality Reviews • Quality reviews are expensive and time-consuming. • It is possible to accelerate this process by using tools to analyze the software and make some automated assessments about some software quality .

  39. Software measurement and metrics

  40. 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.

  41. 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 person-days required to develop a component. • Software metrics may be either control metrics or predictor metrics.

  42. Software metrics • Control metrics are associated with software processes. • Example: the average effort and time required to repair reported defects. • Predictor metrics are associated with the software product. • Example: complexity of a module, average length of identifiers in a program, and the number of attributes and operations associated with an object.

  43. Predictor and control metrics

  44. Metrics assumptions If the measure of the internal attribute is to be a useful predictor of the external software characteristic, three conditions must apply: • The internal attribute must be measured accurately. • The relationship exists between what we can measure and what we want to know. • This relationship is understood, has been validated and can be expressed in terms of a formula or model.

  45. Internal and External attributes

  46. The Measurement process

  47. The measurement process • A software measurement process may be part of a quality control process. • Data collected during this process should be maintained as an organisational resource. • Once a measurement database has been established, comparisons across projects become possible.

  48. Product measurement process

  49. 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.

  50. 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.

More Related