Copyright 2004, Infosys Technologies Ltd

Size: px
Start display at page:

Download "Copyright 2004, Infosys Technologies Ltd"

Transcription

1 Software Quality 1

2 Software Quality What is Quality? Roger Pressman, a noted software engineering author and consultant, defines software quality as: Conformance to explicitly stated functional and performance requirements, explicitly documented development standards, and implicit characteristics that are expected of all professionally developed software The International Organization for Standardization (ISO) defines quality as The totality of features and characteristics of a product or service that bears on its ability to satisfy stated or implied needs. - (ISO 8402, 1986) 2 ER/CORP/CRS/SE01/003 Introduction What is quality? Roger Pressman, a noted software engineering author and consultant, defines software quality as: Conformance to explicitly stated functional and performance requirements, explicitly documented development standards, and implicit characteristics that are expected of all professionally developed software The International Organization for Standardization (ISO) defines quality as The totality of features and characteristics of a product or service that bears on its ability to satisfy stated or implied needs. - (ISO 8402, 1986) Note carefully that these definitions are not used to express a degree of excellence in a comparative sense; it merely identifies a product s quality with a subset of its attributes (which usually includes its price). The word 'implied' is also important: a decade ago, the emphasis was on products, and quality meant a product s ability to conform to specifications, i.e., stated needs. In the last several years, the word quality has been used increasingly to encompass features and characteristics that have a bearing on an organization s many stakeholders, including community, suppliers, shareholders, employees and management. Quality now includes measures of work life, workplace diversity, environmental conditions and competitiveness. A shorter definition is that a high-quality software system is one that s delivered to the users on time, costs no more than was projected, and, most importantly, works properly. Working properly implies that the software must be as nearly bug-free as possible. 2

3 What is Quality? Q: What is the Quality of a radio? 3 ER/CORP/CRS/SE01/003 What is the Quality of a radio? Throw this question to the house and wait for responses. You will get a lot of technical attributes like portability, clarity of sound, bandwidth etc. List them on the board. Typically, you will not get someone saying cost. So make a note of this and add cost to the list. The rationale is simply that cost is one of the attributes that have a bearing on the desirability! Point out that this set of attributes is a vector, so that the quality of a radio is nothing but a vector. So it is meaningless to talk of high quality or low quality just as it is meaningless to talk of a large vector or a small one. Each customer segment likes one particular kind of vector. A customer buying a portable radio for carrying it for picnic will want a vector with a large component of portability but a low component of cost and fidelity so that he can listen to cricket commentary while roaming. Finally, then, because quality is a vector, you can compare two vectors only if they are the same on some attributes but one is better on every other attribute. Bettering a product this way is what it means to improve quality 3

4 What is Quality? (Contd..) Please refer to Notes page for more explanation on previous slide 4 ER/CORP/CRS/SE01/003 It is worth mulling over what it means to "improve" on a product s quality. Is a pocket transistor radio costing Rs. 200 of lower quality than a high-fidelity monster costing Rs. 20,000? Or is it the other way round? To a large extent, the answer depends on how your existing and potential customers are defined, since it is they who mostly determine stated and implied needs. The ISO uses the term grade to indicate a planned difference in requirements, or, if not planned, a recognized difference. Thus, for example, the pocket radio and the hi-fi monster would belong to different grades since they are targeted at customers with distinct sets of requirements. We can, in general, only be sure that if each attribute of one radio is at least as good as the corresponding attribute in the other, then one of them can unambiguously be deemed the higher quality product. In turn, the process which makes the better product can be deemed to be the better process. 4

5 Need for Improvement Competitive Pressures Customer Satisfaction Management of Change 5 ER/CORP/CRS/SE01/003 Why improve on the quality of a product or process? Competitive Pressures: Today s business is extremely competitive, and the software industry is no exception. Companies must continuously make and sustain improvements in cost and quality to remain in business. Customer Satisfaction: Acquiring a new customer is far more expensive than retaining a current one. Further, few dissatisfied customers complain; the vast majorities simply take their business elsewhere. The Management of Change: In an industry like software where new tools and methods appear to arrive at a faster rate than it takes to train staff in their use, it is especially important that organizations fundamentally change their management styles and their workforce s attitudes so as to effect significant improvements. 5

6 Attributes of Quality To improve the Quality of software we first need to measure Quality To measure Quality we need to understand measure What and How Software Quality Factors are the What part of the measure. Software Quality Matrix are the How part of the measure 6 ER/CORP/CRS/SE01/003 Attributes of Software Quality In order to improve the quality of software first we should be able to measure the quality of software. To measure quality we need to understand the factors that affect quality. These factors should be sufficiently objective, rather than subjective and therefore measurable to help correctly evaluate the quality of the software. The collection of such measurable quality factors is called the Quality Matrix. Although there are many schools of thought with different set of factors we will discuss here McCall & Cavano s quality factors because McCall's work has been first steps towards development of Software Quality Metrics. We will also discuss quality Factors defined by ISO 9126 as they are the current standards. 6

7 Cost Of Quality (COQ) Why COQ? COQ is the quantification of the benefits of Improved Quality. In simple terms low COQ is higher benefits for same quality. What is COQ? Quality costs are the costs associated with preventing, finding and correcting defective work. Components of COQ Prevention Costs: These are costs of activities specifically designed to prevent poor quality Appraisal Costs: These are Costs of activities designed to find quality problems, such as code inspections and any type of testing Failure Costs: Costs that result from poor quality, such as the cost of fixing bugs, wasted efforts, cost of dealing with customer complaints, etc. 7 ER/CORP/CRS/SE01/003 Cost of Quality The motivation for improvement has been helped considerably by quantifying the benefits of improved quality into the language of money. This measurement is known as the cost of quality, and there are a number of ways in which it can be used: To quantify the costs of chronic waste; software that fails to be delivered falls in this category. It is estimated that fifteen percent of software that is written is never used. To quantify the benefits of using preventive techniques to avoid problems rather than using appraisal methods to correct them. It is often tempting to conclude, at the end of a cost-of-quality estimation exercise, that there is no point in improving quality because the associated costs are greater than the benefits from the improvement. This conclusion is often arrived at without properly estimating the future benefits from quality improvement. Further, cost of quality figures have an important limitation: they typically ignore the intangible but very real loss of goodwill from a customer. There are two well-accepted and documented ways of recording your quality costs which are described in the British Standard BS 6143: Guide to the economics of quality. These are the Process Analysis model and the Prevention, Appraisal, Failure (PAF) model. In the process analysis model, all the activities of the firm are first viewed as well-defined processes; the cost of quality is then deduced in terms of the cost of conformance or nonconformance to these processes, without making judgments about the efficiency or relevance of the processes themselves. In the PAF model, as the name suggests, costs are split into the three abovementioned categories. The following figure shows the behavior of these three cost components. As the figure shows, there is usually an optimum level of quality at any given point of time. 7

8 Cost Of Quality Contd. Total Cost of Quality Failure costs Appraisal costs Prevention costs c o s t Degree of quality 8 ER/CORP/CRS/SE01/003 Prevention Costs: These are costs of activities specifically designed to prevent poor quality (coding errors, design errors, bad documentation, etc). E.g. Staff Training, requirement analysis, accurate internal documentation, etc. These costs increase with increased degree of quality. 2. Appraisal Costs: These are Costs of activities designed to find quality problems, such as code inspections and any type of testing. E.g. Design Review, Code Inspection, White box testing, Black box testing, training testers, Beta testing, test automation, usability testing, etc. Appraisal costs are initially low because there is practically no appraisal - you just make and market come what may. When you realize the importance of quality, you institute testing practices and so incur some costs. So at that stage, increase in quality implies some increase in costs. When you improve quality even more, you are relying on prevention rather than appraisal, so that the further increase in quality is due to increased investment in prevention and reduced dependence on appraisal. 3. Failure Costs: Costs that result from poor quality, such as the cost of fixing bugs and cost of dealing with customer complaints. Internal failure costs are failure costs that arises before your company supplies the product to customer, e.g. bug fixing. External failure costs are failure costs that arises after your company supplies the product to customer, e.g. production problems, investigation of customer complaints, refunds, penalties and recalls, etc. Obviously these costs reduce with increase in degree of quality. 4. Total Cost of Quality = Prevention Costs+ Appraisal Costs + Internal failure Costs + External failure Costs. 8

9 International Quality Standards ISO: International Organization for Standardization CMM: Capability & Maturity Model CMMI: Capability & Maturity Model - Integrated TQM: Total Quality Management Six Sigma Malcolm Baldrige National Quality Award 9 ER/CORP/CRS/SE01/003 9

10 International Quality Standard: ISO ISO 9000 & ISO are Generic Management Systems Standards ISO Defines Quality System as: The organizational structure, responsibilities, procedures, processes and resources needed to implement quality management. -(ISO 8402, 1991) Benefits of ISO include Improved operations Improved margins External recognition Market expansion ISO 9000 is about Processes not Products. ISO is about Environmental Management. 10 ER/CORP/CRS/SE01/003 ISO ISO 9000 and ISO are Generic Management System Standards. Generic means that the same standards can be applied to any organization large or small, whatever its product and whether it is a private enterprise, a public administration or a government department. Benefits of ISO include: Improved operations Improved margins External recognition Market expansion To be able to understand ISO 9000 we need to know what a quality system is. ISO defines this as: The organizational structure, responsibilities, procedures, processes and resources needed to implement quality management. (ISO 8402, 1991) The ISO 9000 is a series of five international standards on quality management and assurance. The series consists of ISO 9000, ISO 9001, ISO 9002, ISO 9003 and ISO

11 The ISO 9000 Series ISO 9000, Quality management and quality assurance standards - Guidelines for selection and use is a road map for implementing ISO ISO ISO 9001, Quality systems - Model for quality assurance in design/development, production, installation and servicing. ISO 9002, Quality systems - Model for quality assurance in production and installation. ISO 9003, Quality systems - Model for quality assurance in final inspection and test. ISO 9004, Quality management and quality system elements - Guidelines and other related documents describe recommended quality actions or guidelines. 11 ER/CORP/CRS/SE01/003 ISO 9000, Quality management and quality assurance standards - Guidelines for selection and use is a road map for implementing ISO ISO ISO 9001, Quality systems - Model for quality assurance in design/development, production, installation and servicing is used by companies to certify their quality systems throughout their product-development cycle. ISO 9002, Quality systems - Model for quality assurance in production and installation may be used by a company whose products have already been marketed, tested, improved and approved. ISO 9003, Quality systems - Model for quality assurance in final inspection and test is for companies in which comprehensive quality systems may not be important or necessary, such as commodity suppliers. ISO 9004, Quality management and quality system elements - Guidelines and other related documents describe recommended quality actions or guidelines. The ISO 9001, 9002 & 9003 are contractual documents which describe compliance in shall language. The ISO 9004 uses should language. 11

12 The ISO 9000 Series (contd..) Please refer to Notes page for more explanation on previous slide 12 ER/CORP/CRS/SE01/003 It is important to know that ISO 9000 registration is for quality systems, not products. The assumption is that if quality systems exist, internal processes are controlled. This, however, does not warrant another assumption one may be tempted to make: that if these processes are controlled, they are capable and are improving, and that the products from these processes conform to customer requirements. In other words, having registered quality systems can be far removed from guaranteeing high product quality or satisfying customers. Thus, it is perfectly possible for a firm manufacturing concrete life jackets or paper raincoats to get its quality systems certified under ISO 9002, covering production and installation, although the products would not serve any perceived customer need. This, however, is not a major deficiency in the registration procedure: any processes in the quality system for design and development would have to include processes for recording and addressing customer feedback. If the targeted customers found the product not satisfying their requirements, their feedback would ultimately drive this firm to examine the suitability of making concrete life jackets or paper raincoats. 12

13 International Quality Standards: CMM What is CMM? It defines how software organizations mature or improve in their ability to develop software. CMM is software specific TQM model. Developed by Software Engineering Institute (SEI) of Carnegie Mellon University (CMU) in 1993 (CMM Ver. 1.1). Defines 5 levels of process maturity for a software organization Each level consists of a grouping of homogeneous Key Process Areas (KPAs) The relationship is such that the most benefit from a KPA can only be achieved when KPAs from lower levels are in place. The KPAs in each level enhance the effectiveness of the previous maturity level KPAs while strengthening the foundation for further process maturity growth. CMM Model enables an organization to reduce project risk and increase productivity and quality. 13 ER/CORP/CRS/SE01/003 CMM As ISO is generic management system standards CMM standards are specific to software or IT industry. CMM model is based on Total Quality Management or TQM. There are lots of definitions for CMM. One good one is this: It defines how software organizations mature or improve in their ability to develop software. The model was developed by Software Engineering Institute (SEI) of Carnegie Mellon University in late 80s. This model provides a structured view in a five-layer model of increasingly sophisticated practices for those working in software. Each level is focused on achieving certain objective and each level (except Level 1) has certain Key Process Areas or KPAs associated with it. Each level addresses levels of maturity exhibited by the project. The first version of CMM came in early 90s. Following level describes the various levels of CMM. 13

14 CMM Contd. Productivity and Quality Change Management Defect Prevention Product and Process Quality Engineering Process Project Management Heroes 2 Repeatable 1 Initial 4 Managed 3 Defined 5 Optimizing Standard, Consistent Disciplined Continuously Improving Predictable Project Risk 14 ER/CORP/CRS/SE01/003 The orange triangle in the diagrams is the Project Risk, as the organization achieves higher level of maturity the project risks reduces and productivity increases, the green triangle is productivity. The yellow boxes are the five levels of CMM. Level 1 Initial: There are no processes defined and success is person dependent. The process capability of this level, therefore, is defined as Heroes. Level 2 Repeatable: The focus area of this level is Project Management. Project standards are defined and followed. Projects functionality, scheduled and costs are tracked. Projects history data is available and used. Risks can be identified at early stages of the projects. Projects processes are therefore under control. The process capability of the organization at level two is disciplined. Level 3 Defined: The focus area of this level is Engineering Process. At this level the processes are defined and standardized at organization level. Projects tailor these standard processes to suit their need. The process capability of the organization at this level is standard & consistent. Level 4 Managed: The focus area of this level is Product & Process Quality. At this level quantitative quality goals are set for software products and processes at organization level. Organization wide Process Capability Data is maintained deriving data from completed projects. Projects use this data as a benchmark or quality goal. The process capability of the organization at this level is predictable. Level 5 Optimizing: The focus area of this level is Continuous Improvement. Organization has means to identify weakness and strengthen the process proactively, with a goal of preventing the occurrence of defect. The process capability achieved at this level is continuous improvement. 14

15 ISO vs. CMM Sr.No ISO CMM 1 ISO is a generic standard. It is applicable for all industries. CMM is very specific to software industry. 2 ISO is a standard. It tells what needs to be done, in an organization. CMM is a model. It doesn t mandate the practices 3 ISO focuses on the entire organization s processes CMM is specific to software processes 4 ISO Certification is followed by Surveillance audit once in 6 months After CMM assessment, there are no such checks. It is up to the organization to use it for internal process improvements 5 ISO is continuous CMM is staged (It has different levels of process maturity) 6 Internal Audits are mandatory Not mandatory 15 ER/CORP/CRS/SE01/003 ISO vs. CMM When applied to software industry what are the differences between the two internationally acclaimed quality standards, ISO and CMM? Though both ISO & CMM are based on the TQM model, both talk about Continuous Improvement (CMM stresses more on this), both stress on Say what you do. Do what you say, there are some obvious differences. 15

16 International Quality Standard: CMMI CMMI is CMM-Integrated. Multiple CMM models, like CMM for Software Development, CMM for Product Development, etc were integrated by SEI in to form a new model called CMMI. Structure of CMM & CMMI is same, both have 5 levels of maturity. Difference lies in the KPAs for each level. Level 1: Both CMM & CMMI has no KPA at this level, Level 2: CMM has 6 KPA while CMMI has 7 KPA Level 3: CMM has 7 KPA while CMMI has 13 KPA Level 4: Both CMM & CMMI has 2 KPA each. Level 5: CMM has 3 KPA while CMMI has 2 KPA In all CMM has 18 KPA while CMMI has 24 KPA. 16 ER/CORP/CRS/SE01/003 16

17 International Quality Standard: TQM Definition of TQM A management approach to an organization centered on quality, based on the participation of all its members and aiming at long-term success through customer satisfaction, and benefits to the members of the organization and to society. -(ISO 8402, 1991) Principles of TQM Quality is an organization wide process. Quality is what the customer says it is. Quality is an ethic. Quality is the most cost-effective, least capital-intensive route to productivity. 17 ER/CORP/CRS/SE01/003 Total Quality Management (TQM) Now as we know that ISO and CMM are based on TQM, let s see what TQM is. In the last ten years there has been a rapid acceleration in defining different approaches to the production of quality products that can all be categorized loosely as Total Quality Management (TQM). The term Total Quality Management was probably first adopted by the US Naval Air Systems Command in 1985, to describe the Japanese style management approach to continuous improvement. The ISO definition of TQM is A management approach to an organization centered on quality, based on the participation of all its members and aiming at long-term success through customer satisfaction, and benefits to the members of the organization and to society. (ISO 8402, 1991) Some of the canons that constitute this management approach are: Quality is an organization wide process. It is not a specialist function, a department, nor awareness or testing program alone. Quality is what the customer says it is. No one can compress in a market research statistic or defect rate the extent of buyer frustration or delight. Quality is an ethic. The pursuit of excellence, deep recognition that what you are doing is right, is the strongest human emotional motivator in an organization. Cold metrics alone are not enough. Quality is the most cost-effective, least capital-intensive route to productivity. The productivity concept, which was thus far confined to more, is enhanced to include the quality aspect of good. TQM, in being an approach, goes beyond mere quality management, which refers to the activities of the overall management function that determine the quality policy, objectives, and responsibilities, and implement them by various means. The software industry is still relatively young; as such, the application of TQM to software is still very much in its infancy. The industry is attempting to reach in 30 years a stage of maturity that has taken some industries over 200 years to achieve. This is illustrated in the following slide Ages of Quality. 17

18 Three Steps to TQM First Create a strategic objective that commits the entire company to total quality and customer satisfaction as the primary function of business. Second Determine what customers want. Third Design the products the way the customer wants to use them. Build quality into every product. Deliver on promises made to the customer. Ensure that customer orders are filled correctly and on time. Determine the correct price that gives the customers value. 18 ER/CORP/CRS/SE01/003 Although experts differ in their views on how best to implement TQM, there are a number of essential common elements of any TQM system. A prerequisite to the implementation of TQM is the establishment of effective planning, measurement and control mechanisms. The other common elements include continuous improvement, an objective definition of quality, commitment, teamwork, and, of course, training and education. The three steps to implement TQM are: FIRST Create a strategic objective that commits the entire company to total quality and customer satisfaction as the primary function of business. SECOND Determine what customers want. THIRD Design the products the way the customer wants to use them. Build quality into every product. Deliver on promises made to the customer. Ensure that customer orders are filled correctly and on time. Determine the correct price that gives the customers value. 18

19 International Quality Standards: Six Sigma The Six key concepts of Six Sigma are: 1. Critical to Quality: Attributes most important to the customer. 2. Defect: Failing to deliver what the customer wants. 3. Process Capability: What your process can deliver. 4. Variation: What the customer sees and feels 5. Stable Operation: Ensuring consistent, predictable processes to improve what the customer sees and feels. 6. Design: Designing to meet customer needs and process capability 19 ER/CORP/CRS/SE01/003 Six Sigma The word 'Sigma' is a statistical term that measures how far a given process deviates from perfection. The significance of Six Sigma is that if you can measure how many defects you have in a process, you can systematically figure out how to eliminate them and get as close to 'zero defects' as possible. The Six Key concepts of Six Sigma are: 1. Critical to Quality: Attributes most important to the customer Understanding Customer's needs and expectations by employing six approaches to communicating with customer Measure business performance against dynamic customer requirements and respond to changing market place conditions Quality function deployment (QFD) and failure modes and effects analysis (FMEA) can help identify critical to quality characteristics. 2. Defect: Failing to deliver what the customer wants Reducing the defect rate Determining the defect cost Mistake Proofing techniques eliminate the sources of errors and ensure that a process is free of defects. 3. Process Capability: What your process can deliver Understanding Process Capability principles and calculating Process Capability are integral to staying competitive and meeting customer requirements. 19

20 International Quality Standards: Six Sigma (Contd..) Please refer to Notes page for more explanation on previous slide 20 ER/CORP/CRS/SE01/ Variation: What the customer sees and feels Two sources of variation : Common cause and special cause Multi-Vari Analysis offers a means of reducing large numbers of unrelated causes of variation to a family of related causes. Reducing common-cause variation so that the distribution has a very small standard deviation 5. Stable Operations: Ensuring consistent, predictable processes to improve what the customer sees and feels. Operational Excellence methodology for identifying the right projects, using the right people to lead projects, right tools and roadmap Turning quality into a management system Improving cycle time to process applications for long term disability benefits 6. Design: Designing to meet customer needs and process capability. Follow a four phase process to achieve design. Identify, Design, Optimize and Validate Design helps eliminate designed-in quality problems that account for 70-80% of defects Link Six Sigma with QS

21 Malcolm Baldrige National Quality Awards Baldrige Award Criteria Description Relative Weighting Customer focus on satisfaction Effectiveness of systems to determine customer requirements and demonstrated success in meeting them 30% Quality and operational results Results in quality achievement and quality improvement, demonstrated through quantitative measures 18% Human resource development and management Success of efforts to develop and realize the full potential of the work force for quality 15% Management of process quality leadership Effectiveness of systems and processes for assuring the quality of al operations Senior executives success in creating and sustaining a quality culture 14% 10% Information and analysis Effectiveness of information collection and analysis for quality improvement and planning 7% Strategic quality planning Effectiveness of integrating quality requirements into business plans 6% 21 ER/CORP/CRS/SE01/003 Malcolm Baldrige National Quality Award One response to the inroads Japanese and European competitors made in both U.S. and international markets during the 1980s was the creation of the Malcolm Baldrige National Quality Award. Widespread concerns that the quality levels of imported products exceeded American-made products led Congress to establish this prize in 1987 as part of a national quality improvement effort. Named after the late secretary of commerce, the Baldrige Award is the highest level of national recognition for quality that a U.S. company can receive. Its purposes are to promote quality awareness, to recognize quality achievements of U.S. companies, and to publicize successful quality strategies. The table in the slide lists the criteria for winning the Baldrige Award 21

22 Summary In this chapter we looked at: What is Software Quality What are the attributes and factors of Software Quality The Cost of Quality Parameters of Quality Matrix International Quality Standards like ISO CMM CMMI TQM Six Sigma & Malcolm Baldrige National Quality Award. 22 ER/CORP/CRS/SE01/003 22

23 References Pressman, R.S (1992)., Software Engineering: A practitioner s approach., McGraw- Hill, Singapore, 3 rd Edition. Gillies, AC & Smith, P (1994)., Managing Software Engineering: CASE studies and solutions., Chapman & Hall, London. PriDE CSQA Infosys 23 ER/CORP/CRS/SE01/003 23

24 Thank You! 24 ER/CORP/CRS/SE01/003 24

Chapter 6. Software Quality Management & Estimation

Chapter 6. Software Quality Management & Estimation Chapter 6 Software Quality Management & Estimation What is Quality Management Also called software quality assurance (SQA) s/w quality:- It is defined as the degree to which a system, components, or process

More information

Software Quality Management

Software Quality Management Software Quality Management CONTENTS I. Basic Quality Concepts II. Software Quality Assurance (SQA) 1. Definition of SQA 2. SQA Activities III. Quality Evaluation Standards 1. Six sigma for software 2.

More information

CITS5501 Software Testing and Quality Assurance Standards and quality control systems

CITS5501 Software Testing and Quality Assurance Standards and quality control systems CITS5501 Software Testing and Quality Assurance Standards and quality control systems Unit coordinator: Arran Stewart April 17, 2018 1 / 36 Overview Based on material from: Stephen Dannelly, Winthrop University

More information

Quality Systems Frameworks. RIT Software Engineering

Quality Systems Frameworks. RIT Software Engineering Quality Systems Frameworks Some Major Quality Frameworks ISO 9000 family of standards A general international standard for organizational quality systems Oriented towards assessment and certification Malcolm-Baldrige

More information

Capability Maturity Model the most extensively used model in the software establishments

Capability Maturity Model the most extensively used model in the software establishments International Journal of Scientific and Research Publications, Volume 6, Issue 5, May 2016 710 Capability Maturity Model the most extensively used model in the software establishments Ajith Sundaram Assistant

More information

SOFTWARE QUALITY ASSURANCE (SQA) Chapter 1

SOFTWARE QUALITY ASSURANCE (SQA) Chapter 1 Contents Definition of quality The importance of Quality QA vs QC QA at each phase of SDLC The SQA function Objectives of SQA The benefits of SQA function SQA Roles & Responsibilities Management involvement

More information

9. Project Quality Management- Introduction

9. Project Quality Management- Introduction Construction Project Management (CE 110401346) 9. Project Quality Management- Introduction Dr. Khaled Hyari Department of Civil Engineering Hashemite University Content Quality: What? (The concept of quality)

More information

Software Project Management Sixth Edition. Chapter Software process quality

Software Project Management Sixth Edition. Chapter Software process quality Software Project Management Sixth Edition Chapter 13.2 Software process quality 1 Product and Process Quality A good process is usually required to produce a good product. For manufactured goods, process

More information

GE 6757 TOTAL QUALITY MANAGEMENT LECTURE NOTES UNIT 1

GE 6757 TOTAL QUALITY MANAGEMENT LECTURE NOTES UNIT 1 GE 6757 TOTAL QUALITY MANAGEMENT LECTURE NOTES UNIT 1 UNIT I INTRODUCTION 1.1 Meaning of Quality Quality referred as Grade of service / productreliability safetyconsistencyconsumer's perception Quality

More information

Operations Management

Operations Management 9-1 Management of Quality Operations Management William J. Stevenson 8 th edition 9-2 Management of Quality CHAPTER 9 Management of Quality McGraw-Hill/Irwin Operations Management, Eighth Edition, by William

More information

PROJECT QUALITY MANAGEMENT. 1 Powered by POeT Solvers LImited

PROJECT QUALITY MANAGEMENT. 1   Powered by POeT Solvers LImited PROJECT QUALITY MANAGEMENT 1 www.pmtutor.org Powered by POeT Solvers LImited WHAT S PROJECT QUALITY MANAGEMENT? WHAT S PROJECT QUALITY MANAGEMENT? Project Quality Management processes include all the activities

More information

Fundamentals of Quality

Fundamentals of Quality Fundamentals of Quality Quality (business) Quality in business, engineering and manufacturing has a pragmatic interpretation as the non-inferiority or superiority of something; it is also defined as fitness

More information

Ensuring BD Success With Metrics-Based Management

Ensuring BD Success With Metrics-Based Management Ensuring BD Success With Metrics-Based Management Presented by Vicki Griesinger, Director of Operations 16th Annual APMP Conference and Exhibits June 9, 2005 Capability Maturity Model and CMM are registered

More information

Project Management CTC-ITC 310 Spring 2018 Howard Rosenthal

Project Management CTC-ITC 310 Spring 2018 Howard Rosenthal Project Management CTC-ITC 310 Spring 2018 Howard Rosenthal 1 Notice This course is based on and includes material from the text: A User s Manual To the PMBOK Guide Authors: Cynthia Stackpole Snyder Publisher:

More information

By: MSMZ. Standardization

By: MSMZ. Standardization Standardization Introduction A standard is a document. It is a set of rules that control how people should develop and manage materials, products, services, technologies, processes and systems. Every organization

More information

1 Management Responsibility 1 Management Responsibility 1.1 General 1.1 General

1 Management Responsibility 1 Management Responsibility 1.1 General 1.1 General 1 Management Responsibility 1 Management Responsibility 1.1 General 1.1 General The organization s management with executive The commitment and involvement of the responsibility shall define, document

More information

Requirements Gathering using Object- Oriented Models

Requirements Gathering using Object- Oriented Models Requirements Gathering using Object- Oriented Models Software Quality Assurance What is software? According to the IEEE (Institute of Electrical and Electronics Engineers) A software is: Programs, procedures,

More information

SHORT ANSWER QUESTIONS (KEY) UNIT- I

SHORT ANSWER QUESTIONS (KEY) UNIT- I SHORT ANSWER QUESTIONS (KEY) UNIT- I 1. Define quality. Quality is the totality of characteristics of an entity that bear on its ability to satisfy stated and implied needs. 2. What do you mean by quality

More information

The Third-Party Process: Waste of Resources or Added Value?

The Third-Party Process: Waste of Resources or Added Value? The Third-Party Process: Waste of Resources or Added Value? Discussing accredited certification at a cocktail party isn t likely to make you the center of attention. But depending on where you work, you

More information

CORE VALUES AND CONCEPTS

CORE VALUES AND CONCEPTS CORE VALUES AND CONCEPTS The Criteria are built on the following set of interrelated core values and concepts: visionary leadership customer-driven excellence organizational and personal learning valuing

More information

GSR Management System - A Guide for effective implementation

GSR Management System - A Guide for effective implementation GSR Management System - A Guide for effective implementation 1 Introduction Governments are facing challenges in meeting societal expectations and have an interest in Governmental Social Responsibility

More information

Lakshy Management Consultant Pvt. Ltd.

Lakshy Management Consultant Pvt. Ltd. Lakshy Management Consultant Pvt. Ltd. Introduction ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintained by ISO, the International Organization for Standardization and

More information

Lecture 6 MBF2213 Operations Management Prepared by Dr Khairul Anuar. L6: Quality Management

Lecture 6 MBF2213 Operations Management Prepared by Dr Khairul Anuar. L6: Quality Management Lecture 6 MBF2213 Operations Management Prepared by Dr Khairul Anuar L6: Quality Management Capacity planning and control Operations strategy Design Improvement Quality management Planning and control

More information

TQM and Reliability Engineering

TQM and Reliability Engineering Total Quality Management & Reliability Engineering Dr V. Muralidharan Dept. of Mechatronics SRM University Introduction Total Quality Management TQM is an enhancement to the traditional way of doing business.

More information

SOFTWARE STAKEHOLDER MANAGEMENT- It s not all it s coded up to be

SOFTWARE STAKEHOLDER MANAGEMENT- It s not all it s coded up to be SOFTWARE STAKEHOLDER MANAGEMENT- It s not all it s coded up to be BY ROBIN DUDASH, CQManager, CQA, CQE, CRE, CSQE, QS-LA Abstract Innovative Quality Products & Systems, Inc. 934 Whitestown Road Butler,

More information

ISO 9001 Quality Management Systems

ISO 9001 Quality Management Systems ISO 9001 Quality Management Systems INFORMATION GUIDE ISO 9001 Background ISO 9001:2015 is the world s foremost quality management standard, used by hundreds of thousands of organisations in over 170 countries

More information

Software Process Evaluation

Software Process Evaluation Software Process IV Software Process Evaluation Today we will look at methods for evaluating and improving software processes, regardless of which process is being used J.S. Bradbury, J.R. Cordy CSCI 3060U

More information

BBA Sixth Semester Total Quality Management. -BIJAY LAL PRADHAN M Sc Statistics, FDPM(IIMA) PhD Scholar (TQM)

BBA Sixth Semester Total Quality Management. -BIJAY LAL PRADHAN M Sc Statistics, FDPM(IIMA) PhD Scholar (TQM) BBA Sixth Semester Total Quality Management -BIJAY LAL PRADHAN M Sc Statistics, FDPM(IIMA) PhD Scholar (TQM) Total Quality Management Course Title : Total Quality Management Code No. : MGT 163 Area of

More information

NEW HORIZONS ONLINE LIVE. Certified Associate of Project Management (CAPM ) PMBOK Guide, 5th Edition DAY 3

NEW HORIZONS ONLINE LIVE. Certified Associate of Project Management (CAPM ) PMBOK Guide, 5th Edition DAY 3 NEW HORIZONS ONLINE LIVE Certified Associate of Project Management (CAPM ) PMBOK Guide, 5th Edition DAY 3 Plan Quality Management 1. Project mgt. 2. Stakeholder register 3. Risk register 4. Requirements

More information

Risk Based Thinking & QMS Risk Management as per ISO

Risk Based Thinking & QMS Risk Management as per ISO Risk Based Thinking & QMS Risk Management as per ISO 9001-2015 PMI, PMP, PMBOK and the PMI Registered Education Provider logo are registered marks of the Project Management Institute, Inc. At the end of

More information

ISO 9000 STANDARDS: QUALITY AS A MARKET STRATEGY

ISO 9000 STANDARDS: QUALITY AS A MARKET STRATEGY The text reproduction is authorized with the citation: FAL Bulletin # 152, ECLAC. Issue No.152, April 1999 ISO 9000 STANDARDS: QUALITY AS A MARKET STRATEGY In a context of increasing globalization it is

More information

Overview of Session. Process Standards and Introduction to SEI Models. Software Quality. Software Quality. Quality Management

Overview of Session. Process Standards and Introduction to SEI Models. Software Quality. Software Quality. Quality Management Process Standards and Introduction to SEI Models Overview of Session Quality management systems The components of quality management systems quality control, quality assurance and quality management Organisational

More information

IM111 INDUSTRIAL RELATIONS

IM111 INDUSTRIAL RELATIONS IM111 INDUSTRIAL RELATIONS Managing Quality Quality and Strategy An operations manager s objective is to build a total quality management system that identifies and satisfies customer needs 2 Quality and

More information

A. ROAD MAP B. UNDERSTANDING MARKETING AND MARKETING PROCESS C. CORE MARKETING CONCEPTS

A. ROAD MAP B. UNDERSTANDING MARKETING AND MARKETING PROCESS C. CORE MARKETING CONCEPTS Lesson 2 Lesson overview and learning objectives: In last Lesson we tried to understand the term of marketing its need and its impact on the organization. The focus in this discussion is to have concept

More information

Process Performance and Quality Chapter 6

Process Performance and Quality Chapter 6 Process Performance and Quality Chapter 6 How Process Performance and Quality fits the Operations Management Philosophy Operations As a Competitive Weapon Operations Strategy Project Management Process

More information

Reflection on Software Process Improvement

Reflection on Software Process Improvement Reflection on Software Process Improvement Keynote for SEPG Conference in Japan - 2005 John D. Vu, Ph. D Technical Fellow The Boeing Company BOEING is a trademark of Boeing Management Company. John Vu

More information

Health Care Criteria for Performance Excellence

Health Care Criteria for Performance Excellence Health Care Criteria for Performance Excellence The Satisfaction Snapshot is a monthly electronic bulletin freely available to all those involved or interested in improving the patient/ client experience.

More information

ISO 9001:2015. October 5 th, Brad Fischer.

ISO 9001:2015. October 5 th, Brad Fischer. ISO 9001:2015 October 5 th, 2017 Brad Fischer www.sdmanufacturing.com Purpose of presentation Provide a summary of notable changes from ISO 9001:2008 to ISO 9001:2015 Key perspectives ISO 9001 needs to

More information

Process Performance and Quality

Process Performance and Quality Process Performance and Quality How Process Performance and Quality fits the Operations Management Philosophy Chapter 6 Operations As a Competitive Weapon Operations Strategy Project Management Process

More information

This chapter illustrates the evolutionary differences between

This chapter illustrates the evolutionary differences between CHAPTER 6 Contents An integrated approach Two representations CMMI process area contents Process area upgrades and additions Project management concepts process areas Project Monitoring and Control Engineering

More information

3C05: Software Quality. Unit 8: Software Quality. What is Quality?

3C05: Software Quality. Unit 8: Software Quality. What is Quality? 3C05: Software Unit 8: Software Objective To introduce software quality management and assurance with particular reference to the requirements of ISO 9000 and associated standards. To introduce QFD, a

More information

Department of Industrial Engineering TQM presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering TQM presented by Dr. Eng. Abed Schokry Department of Industrial Engineering TQM presented by Dr. Eng. Abed Schokry Recognizing and rewarding Quality Promotion of high quality goods and services Malcolm Baldrige National Quality Award (MBNQA)

More information

A Holistic Framework for Business Excellence

A Holistic Framework for Business Excellence Tutorials, J. Roberts Research Note 9 June 2003 A Holistic Framework for Business Excellence Most enterprises seek continuous improvement in the quality of their products, services and management. A holistic

More information

CORPORATE ATTRIBUTES OF IS09000 AND THE QUALITY SYSTEM. Bob Anderson Western Regional Manager Fremont Industries Shakopee, Minnesota

CORPORATE ATTRIBUTES OF IS09000 AND THE QUALITY SYSTEM. Bob Anderson Western Regional Manager Fremont Industries Shakopee, Minnesota CORPORATE ATTRIBUTES OF IS09000 AND THE QUALITY SYSTEM Bob Anderson Western Regional Manager Fremont Industries Shakopee, Minnesota Presented at: FINISHING '95 CONFERENCE AND EXPOSITION September 18-21,

More information

Software Quality Management

Software Quality Management Software Quality Management Minsoo Ryu Hanyang University msryu@hanyang.ac.kr Outline Software Quality Model Software Quality Management Process and Quality Quality Metrics 2 2 What is Quality? Quality,

More information

Types of Process Methodologies

Types of Process Methodologies February 03, 2015 Paul Harmon Types of Process Methodologies The whole topic of process methodologies keeps coming up in one form or another. Some imagine that Lean or Six Sigma pretty well define a process

More information

Platinum (Organization Award) Based on the Malcolm Baldrige National Quality Award

Platinum (Organization Award) Based on the Malcolm Baldrige National Quality Award Platinum (Organization Award) Based on the Malcolm Baldrige National Quality Award PURPOSE: The Mid-South Quality and Productivity Center presents a Regional Quality Cup Award which is aligned with the

More information

INTRODUCTION TO BENEFITS REALIZATION MANAGEMENT

INTRODUCTION TO BENEFITS REALIZATION MANAGEMENT 1 INTRODUCTION TO BENEFITS REALIZATION MANAGEMENT INTRODUCTION This chapter presents an overview of the fundamental terminology of benefits realization management. In addition, it identifies the primary

More information

FRAMEWORK FOR SUSTAINABLE ORGANISATIONAL BEST PRACTICE

FRAMEWORK FOR SUSTAINABLE ORGANISATIONAL BEST PRACTICE FRAMEWORK FOR SUSTAINABLE ORGANISATIONAL BEST PRACTICE Prof. John PARKER, Chair of FIG Commission 1, Australia Key words: Quality, assessment criteria, best practice, organisation. INTRODUCTION Today every

More information

Connecticut Valve & Fitting Co.

Connecticut Valve & Fitting Co. Connecticut Valve & Fitting Co. 120 Long Hill Cross Road Shelton, CT 06484 Phone 203.929.6341 Fax 203.929.1831 Revision 03 Date of Revision 12/14/2010 Quality Manual Approved by: Greg Hines (President)

More information

Lecture 1: Introduction to Software Quality Assurance. Software Quality Assurance (INSE 6260/4-UU) Winter 2016

Lecture 1: Introduction to Software Quality Assurance. Software Quality Assurance (INSE 6260/4-UU) Winter 2016 Lecture 1: Introduction to Software Quality Assurance Software Quality Assurance (INSE 6260/4-UU) Winter 2016 Overview Course Outline Project Software Quality Software Quality Assurance 2 Course Outline

More information

Quality Management. The Handbook for. A Complete Guide to Operational Excellence. Thomas Pyzdek. Paul Keller. Mc Graw Hill. Second Edition.

Quality Management. The Handbook for. A Complete Guide to Operational Excellence. Thomas Pyzdek. Paul Keller. Mc Graw Hill. Second Edition. The Handbook for Quality Management A Complete Guide to Operational Excellence Thomas Pyzdek Paul Keller Second Edition Mc Graw Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan

More information

Quality Management System Guidance. ISO 9001:2015 Clause-by-clause Interpretation

Quality Management System Guidance. ISO 9001:2015 Clause-by-clause Interpretation Quality Management System Guidance ISO 9001:2015 Clause-by-clause Interpretation Table of Contents 1 INTRODUCTION... 4 1.1 IMPLEMENTATION & DEVELOPMENT... 5 1.2 MANAGING THE CHANGE... 5 1.3 TOP MANAGEMENT

More information

Cost of Quality. Appendix 2B. Copyright 2006, The McGraw-Hill Companies, Inc.

Cost of Quality. Appendix 2B. Copyright 2006, The McGraw-Hill Companies, Inc. Cost of Quality Appendix 2B Copyright 2006, The McGraw-Hill Companies, Inc. Learning Objective 9 (Appendix 2B) Identify the four types of quality costs and explain how they interact. Quality of Conformance

More information

Contents. Part I Business-Integrated Quality Systems. Part II Integrated Planning. Preface... xi

Contents. Part I Business-Integrated Quality Systems. Part II Integrated Planning. Preface... xi Contents Preface... xi Part I Business-Integrated Quality Systems 1 Organizational Structures... 3 General Theory of Organization Structure... 5 The Functional/Hierarchical Structure... 6 Matrix Organizations...

More information

Quality management plan

Quality management plan 2.3.8. Quality management plan Quality management is not an event - it is a process, and a mindset. It is a continuous process of improvement involving all aspects of business including Quality control

More information

Update Observations of the Relationships between CMMI and ISO 9001:2000

Update Observations of the Relationships between CMMI and ISO 9001:2000 Update Observations of the Relationships between CMMI and ISO 9001:2000 September September 14, 14, 2005 2005 ASQ Section 509 - ISO 9000 Users Group Page 1 This presentation summaries points made and topics

More information

ISO 9001:2000 Drives Process Changes at Siemens

ISO 9001:2000 Drives Process Changes at Siemens Select Q&A, M. Davis Research Note 20 December 2002 ISO 9001:2000 Drives Process Changes at Siemens Siemens Medical Solutions Health Services is an early enterprise vendor adopter of ISO 9001:2000. It

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK UNIT I

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK UNIT I DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT CODE: CS2055 Software Quality Assurance BRANCH&YEAR: CSE/IV UNIT I SEMESTER: VIII PART A 1. Define quality. 2. What is quality cost?

More information

Human Performance Improvement: Who Says We Can t Measure Ourselves? Sheila P. Dennis, CFPS VP, David Consulting Group Malvern, PA

Human Performance Improvement: Who Says We Can t Measure Ourselves? Sheila P. Dennis, CFPS VP, David Consulting Group Malvern, PA Human Performance Improvement: Who Says We Can t Measure Ourselves? 2011 Sheila P. Dennis, CFPS VP, David Consulting Group Malvern, PA 1 What do we know about human performance? We are a competitive species.

More information

Buy:

Buy: Chapter-1.0 CONTENTS OF CMMI MATURITY LEVEL 3 DOCUMENT KIT (More than 160 document files) A. The Total Editable Document kit has 8 main directories as below in word/excel. CMMI-V1.3 Maturity Level 3 (Dev)

More information

Projektledning och Projektmetodik, VBEF01. Kristian Widén Tekn. Doktor Avd. För Byggproduktion Inst. För Byggvetenskaper Lunds Universitet

Projektledning och Projektmetodik, VBEF01. Kristian Widén Tekn. Doktor Avd. För Byggproduktion Inst. För Byggvetenskaper Lunds Universitet Projektledning och Projektmetodik, VBEF01 Kristian Widén Tekn. Doktor Avd. För Byggproduktion Inst. För Byggvetenskaper Lunds Universitet 1 Project Quality Management 2 What Is Project Quality Management?

More information

Business Process Optimization Certificate Program

Business Process Optimization Certificate Program Business and Management Business Process Optimization Certificate Program Accelerate Your Career extension.uci.edu/bpo In today s competitive business market, leaders are appointed based on credentials

More information

The Quality Paradigm. Quality Paradigm Elements

The Quality Paradigm. Quality Paradigm Elements The Quality Paradigm We shall build good ships here; at a profit if we can, at a loss if we must, but always good ships. motto used at Newport News Shipbuilding Quality Paradigm Elements Defining the nature

More information

Moving from ISO/TS 16949:2009 to IATF 16949:2016. Transition Guide

Moving from ISO/TS 16949:2009 to IATF 16949:2016. Transition Guide Moving from ISO/TS 16949:2009 to IATF 16949:2016 Transition Guide IATF 16949:2016 - Automotive Quality Management System - Transition Guide An effective Quality Management System is vital for organizations

More information

Getting Started with Risk in ISO 9001:2015

Getting Started with Risk in ISO 9001:2015 Getting Started with Risk in ISO 9001:2015 Executive Summary The ISO 9001:2015 standard places a great deal of emphasis on using risk to drive processes and make decisions. The old mindset of using corrective

More information

Escape the Improvement Trap

Escape the Improvement Trap Michael Bremer and Brian McKibben CRC Press January 2011 We wrote this book as a result of our frustration of watching so many organizations trying to improve over the last 25 years. They typically adopted

More information

Integrated Quality Systems

Integrated Quality Systems Integrated Quality Systems Introduction THE PRODUCT IQS provides a powerful and proven solution that offers a unique model for integrating quality systems to achieve superior enterprise-wide performance.

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MANAGEMENT STUDIES QUESTION BANK UNIT 1 INTRODUCTION

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MANAGEMENT STUDIES QUESTION BANK UNIT 1 INTRODUCTION KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MANAGEMENT STUDIES QUESTION BANK IV/VII Subject Code/Name: MG1401/Total Quality Management Year/Sem : UNIT 1 INTRODUCTION PART A( 2 marks) 1 Define quality. 2

More information

Industry Forum. Aerospace Management System Tools Training and Implementation Programmes. Web:

Industry Forum. Aerospace Management System Tools Training and Implementation Programmes. Web: Industry Forum Aerospace Management System Tools Training and Implementation Programmes Web: www.industryforum.co.uk/training Email: courses@industryforum.co.uk Phone: +44(0)121 717 6600 Why choose Industry

More information

Software Engineering

Software Engineering Software Engineering (CS550) Software Development Process Jongmoon Baik Software Development Processes (Lifecycle Models) 2 What is a S/W Life Cycle? The series of stages in form and functional activity

More information

Total Quality Management

Total Quality Management Total Quality Management The way of managing organization to achieve excellence Total everything Quality degree of excellence Management art, act or way of organizing, controlling, planning, directing

More information

Our Journey in Creating a Memorable Customer Experience. Vision Mission Values Culture

Our Journey in Creating a Memorable Customer Experience. Vision Mission Values Culture Our Journey in Creating a Memorable Customer Experience Vision Mission Values Culture What s Inside Message from the Chairman......................................... 2 What Customers Bank Stands For...................................

More information

BELDEN QUALITY SYSTEM OVERVIEW

BELDEN QUALITY SYSTEM OVERVIEW BELDEN QUALITY SYSTEM OVERVIEW Table of Contents 1.0 Introduction 2.0 Quality Management System 3.0 Resource Management 4.0 Product Realization 5.0 Measurement, Analysis, and Improvement 1.0 Introduction

More information

RESULTS. SAMPLE OF AN ACTUAL REPORT (PART II) Name of site left off. CERTIFIED: No Yes

RESULTS. SAMPLE OF AN ACTUAL REPORT (PART II) Name of site left off. CERTIFIED: No Yes MC WORKFORCE DEVELOPMENT BOARD Technical Assistance Report For XXX Center or Organization From the Certification Subcommittee Of the Quality Assurance Committee DATE SAMPLE OF AN ACTUAL REPORT (PART II)

More information

CSU Project Management Certificate Program

CSU Project Management Certificate Program CSU Project Management Certificate Program Project Quality Management Instructor: Ric Rothschild, PMP Contact Info: ric.rothschild@comcast.net 303-664-1117 1 Project Quality Management Agenda Introduction

More information

ISO 9001:2000 The International Quality Management Business System

ISO 9001:2000 The International Quality Management Business System ISO 9001:2000 The International Quality Management Business System Table of Contents What is ISO 9000? Page 1 The Benefits of ISO 9001:2000 Page 1 Why an ISO 9001:2000 System? Page 2 Major Steps to Implementation

More information

Chapter 26. Quality Management

Chapter 26. Quality Management Chapter 26 Quality Management - Quality concepts - Software quality assurance - Software reviews - Statistical software quality assurance - Software reliability, availability, and safety - SQA plan (Source:

More information

Global Operations and Supply Chain Management Final Exam Notes

Global Operations and Supply Chain Management Final Exam Notes Global Operations and Supply Chain Management Final Exam Notes Lecture One Operations Management: the process that effectively produce, transform and deliver a product or service. Inputs -> transformation

More information

PMPA Tech Conference Do we have the Tools and Knowledge to weather the Storm?

PMPA Tech Conference Do we have the Tools and Knowledge to weather the Storm? PMPA Tech Conference 2014 Do we have the Tools and Knowledge to weather the Storm? Quality Initiatives Malcolm Baldrige National Quality Award ISO Standards (ISO 9001, ISO 14001, AS 9100, ETC ) Six Sigma

More information

White paper Audits in automated production

White paper Audits in automated production White paper Audits in automated production data management for automation Introduction: Audits in automated production In the field of production management, audits have become an important tool for analysing

More information

DEPARTMENT OF AUTOMOBILE ENGINEERING

DEPARTMENT OF AUTOMOBILE ENGINEERING DEPARTMENT OF AUTOMOBILE ENGINEERING QUESTION BANK GE2022 TOTAL QUALITY MANAGEMENT YEAR: IV SEM: 08 UNIT I INTRODUCTION PART A 1.Name any two popular awards for quality.nov 2011/ME 2.What are the dimensions

More information

GUIDE TO THE CHANGES IN PMP simpl learn i

GUIDE TO THE CHANGES IN PMP simpl learn i GUIDE TO THE CHANGES IN PMP- 2015 simpl learn i Table of contents Introduction the purpose of this manual 1 New Tasks: Initiating 3 New Tasks: Planning 4 New Tasks: Executing 6 New Tasks: Monitoring and

More information

THE FUTURE CONTENTS. Software Testing

THE FUTURE CONTENTS. Software Testing THE FUTURE CONTENTS I. Software Quality Assurance: 1. Quality is Free 2. Testing and Quality Assurance in the Workplace 3. Software Testing 4. Quality Assurance 5. Other Names for Software Testing Groups

More information

Measurement in Higher Maturity Organizations: What s Different and What s Not?

Measurement in Higher Maturity Organizations: What s Different and What s Not? Pittsburgh, PA 15213-3890 Measurement in Higher Maturity Organizations: What s Different and What s Not? Dennis R. Goldenson 27 July 2004 Sponsored by the U.S. Department of Defense 2004 by Carnegie Mellon

More information

Moving from ISO 9001:2008 to ISO 9001:2015 Transition Guide

Moving from ISO 9001:2008 to ISO 9001:2015 Transition Guide ISO Revisions Latest update New and Revised Moving from ISO 9001:2008 to ISO 9001:2015 Transition Guide ISO 9001 - Quality Management System - Transition Guide Successful businesses understand the value

More information

Cultural Transformation: Change Inflictor or Change Agent

Cultural Transformation: Change Inflictor or Change Agent Cultural Transformation: Change Inflictor or Change Agent October 2012 Cohesion Services Regardless of industry or company size, business leadership struggles to answer the question, "Am I getting my money

More information

Cost of Poor Quality

Cost of Poor Quality Cost of Poor Quality Managers and workers speak the language of things but Senior leaders speak the language of money... COPQ allows us to translate the things into money. Cost of Poor Quality Prevention

More information

TQM i.e. (Total Quality Management) Construction Projects

TQM i.e. (Total Quality Management) Construction Projects TQM i.e. (Total Quality Management) In Construction Projects Concepts of i) KAIZEN i. e Continuous Improvement ii) ZERO DEFECTS i. e. Perfection in what ever we do Total quality management is a managerial

More information

Project Quality Management

Project Quality Management 1 Project Quality Management Unit 8 Eng.elsaka09@gmail.com Project Quality Management Includes the processes and activities of the performing organization that determine quality policies, objectives, and

More information

ISO 9001:2015 The Sticky Clauses

ISO 9001:2015 The Sticky Clauses ISO 9001:2015 The Sticky Clauses How to get unstuck without becoming unglued By Charlie Cianfrani cianfranic@aol.com All rights reserved About Your Presenter: Charlie Cianfrani Professional Experience

More information

The Philosophy of TQM An Overview

The Philosophy of TQM An Overview The Philosophy of TQM An Overview TQM = Customer-Driven Quality Management References for Lecture: Background Reference Material on Web: The Philosophy of TQM by Pat Hammett Customer Quality Measures Customers

More information

Applications of The Deming s 14 Principles. Who was Dr. W. Edwards Deming? Deming s Principles 10/14/13. W. Edwards Deming s 14 Points

Applications of The Deming s 14 Principles. Who was Dr. W. Edwards Deming? Deming s Principles 10/14/13. W. Edwards Deming s 14 Points Applications of The Deming s 14 Principles Who was Dr. W. Edwards Deming? Dr. W. E. Deming was one of the world s leaders of Quality management. PRESENTED BY SACHIN KHANDELWAL 21 MEHUL LUDBE 22 SANDEEP

More information

CMMI Version 1.2. Model Changes

CMMI Version 1.2. Model Changes Pittsburgh, PA 15213-3890 CMMI Version 1.2 Model Changes SM CMM Integration, IDEAL, and SCAMPI are service marks of Carnegie Mellon University. Capability Maturity Model, Capability Maturity Modeling,

More information

A Practical Guide to Implementing Levels 4 and 5

A Practical Guide to Implementing Levels 4 and 5 A Practical Guide to Implementing Levels 4 and 5 CMMI Technology Conference & User Group 14-17 November 2005 Rick Hefner, Ph.D. Northrop Grumman Corporation Agenda An Overview of Levels 4 and 5 New Behaviors

More information

An Introduction OF ISO Certification

An Introduction OF ISO Certification Dr. Nishant Rastogi and Monika Bharti Assistant Professor, Management, IIMT, Aligarh Research Scholar, Commerce, S.V.PG College, Aligarh Introduction The word "Quality" has many different definitions from

More information

PMP MOCK EXAMS BASED ON PMBOK 5TH EDITION

PMP MOCK EXAMS BASED ON PMBOK 5TH EDITION PMP MOCK EXAMS http://www.tutorialspoint.com/pmp-exams/pmp_mock_exams_set4.htm Copyright tutorialspoint.com BASED ON PMBOK 5TH EDITION Here are 200 objective type sample questions and their answers are

More information

On the Benefits of ISO9000 Certification

On the Benefits of ISO9000 Certification On the Benefits of ISO9000 Certification C.P.Kartha University of Michigan-Flint ABSTRACT This paper presents the results of a research project focusing on the advantages associated with ISO 9000 certification.

More information

ASSIGNMENT QUESTIONS. Seminar 5: Quality in Systems Development Semester 2, IMS1502: Unit framework. Seminar Objectives

ASSIGNMENT QUESTIONS. Seminar 5: Quality in Systems Development Semester 2, IMS1502: Unit framework. Seminar Objectives IMS1502 Assignment Part 1 IMS 1502 Studio 2: Information Systems Foundations 2 ASSIGNMENT QUESTIONS Seminar 5: Quality in Systems Development Semester 2, 2005 Seminar 5.1 - Sem. 2, 2005 Seminar 5.2 - Sem.

More information

CGEIT Certification Job Practice

CGEIT Certification Job Practice CGEIT Certification Job Practice Job Practice A job practice serves as the basis for the exam and the experience requirements to earn the CGEIT certification. This job practice consists of task and knowledge

More information