SlideShare una empresa de Scribd logo
1 de 54
10.Project Quality Management
Project Quality Management
Creating and following policies and
procedures to ensure that a project
meets the defined needs it was intended
to meet from the customer’s perspective.
• The International Organization for
Standardization (ISO) defines quality as
“the degree to which a set of inherent
characteristics fulfils requirements”
(ISO9000:2000)
• Other experts define quality based on:
– Conformance to requirements: The project’s
processes and products meet written specifications
– Fitness for use: A product can be used as it was
intended
What Is Project Quality?
Why Quality Management?
• Projects or products with unnecessary features
can be too expensive to meet the business need
• Prevention is much cheaper than inspection, build
quality in early to minimize costs/maximize quality
How Do We Manage Quality?
• Three processes
– Plan Quality
• What is quality and how will we ensure it?
– Perform Quality Assurance
• Are we following the quality standards?
– Perform Quality Control
• Are we meeting the quality standards?
Perform
Quality
Assurance
Perform
Quality
Control
Plan
Quality
Plan Quality
Scope Baseline
Cost Performance
Baseline
Schedule Baseline
Cost-benefit analysis
Cost of quality
Control charts
Benchmarking
Design of experiments
Statistical sampling
Flowcharting
Proprietary quality
management methodologies
Additional quality planning
tools
Inputs OutputsTools & Techniques
Risk Register
Enterprise
Environmental Factors
Organizational Process
Assets
Quality Management
Plan
Quality Metrics
Process
Improvement Plan
Quality Checklists
Project document
updates
Perform
Quality
Assurance
Perform
Quality
Control
Plan
Quality
Stakeholder Register
Plan Quality
• Cost of Quality –
Evaluating the cost of
conformance with the cost
of nonconformance to
reach a balance. Includes;
– Prevention Costs
– Appraisal Costs
– Failure Costs
Cost of
Conformance
Cost of Non
Conformance
Quality training Rework
Studies Scrap
Surveys Inventory Costs
Warranty Costs
Deming’s Costs of Quality
85% of the costs of quality are the direct responsibility of management - Deming
Conformance: delivering
products that meet
requirements and fitness for
use
Quality Planning Terms
• Gold Plating – Giving the customer extras
that do not add value to the project
• Marginal Analysis – The point where the
incremental revenue from an improvement
equals the cost to implement it
• Kaizen – Continuous improvement process
to reduce costs and promote consistency
• ISO 9000 – International standard to ensure
that companies have quality procedures and
that they follow them
Perform Quality Assurance
Project Management Plan Plan quality and perform
quality control tools and
techniques
Quality audits
Process analysis
Inputs
Outputs
Tools & Techniques
Change Requests
Organizational
Process Assets
Updates
Project Document
Updates
Project Management
Plan Updates
Quality Metrics
Work Performance
Information
Quality Control
Measurements
Perform
Quality
Assurance
Perform
Quality
Control
Plan
Quality
• Quality assurance includes all the activities related to
satisfying the relevant quality standards for a project
• Another goal of quality assurance is continuous quality
improvement
• Benchmarking generates ideas for quality
improvements by comparing specific project practices
or product characteristics to those of other projects or
products within or outside the performing organization
• A quality audit is a structured review of specific quality
management activities that help identify lessons
learned that could improve performance on current or
future projects
Performing Quality Assurance
Perform Quality Control
Project Management
Plan
Cause and effect diagram
Control charts
Flowcharting
Histogram
Pareto Chart
Run chart
Scatter diagram
Statistical sampling
Inspection
Approved change requests
review
Inputs
Outputs
Tools & Techniques
Quality Control
Measurements
Validated Deliverables
Validated ChangesQuality Metrics
Quality Checklists
Organizational Process
Assets
Work Performance
Measurements
Approved Change
Requests
Deliverables
Change Requests
Project Management
Plan Updates
Organizational Process
Assets Updates
Project Document
Updates
Perform
Quality
Assurance
Perform
Quality
Control
Plan
Quality
Testing
• Many IT professionals think of testing
as a stage that comes near the end of
IT product development
• Testing should be done during almost
every phase of the IT product
development life cycle
Testing Tasks in the Software Development Life Cycle
Types of Tests
• A unit test is done to test each individual
component (often a program) to ensure it is as
defect free as possible
• Integration testing occurs between unit and
system testing to test functionally grouped
components
• System testing tests the entire system as one
entity
• User acceptance testing is an independent
test performed by the end user prior to
accepting the delivered system
More Reading Material
Statistics Terms Review
• Mutually Exclusive – Two
events that cannot both
occur in a single trial
• Statistical Independence
– Probability of one event
occurring does not affect
the probability of another
event occurring
• Probability – The
likelihood that something
will occur (usually
expressed in percent)
Remember:
+/- 1 σ = 68.26%
+/- 2 σ = 95.46%
+/- 3 σ = 99.73%
+/- 6 σ = 99.99%
Normal Distribution
• Functionality is the degree to which a system performs
its intended function
• Features are the system’s special characteristics that
appeal to users
• System outputs are the screens and reports the system
generates
• Performance addresses how well a product or service
performs the customer’s intended use
• Reliability is the ability of a product or service to perform
as expected under normal conditions
• Maintainability addresses the ease of performing
maintenance on a product
Scope Aspects of IT Projects
• Project managers are ultimately responsible for
quality management on their projects
• Several organizations and references can help
project managers and their teams understand
quality
– International Organization for Standardization
(www.iso.org)
– IEEE (www.ieee.org)
Who’s Responsible for the Quality of Projects?
• Cause-and-effect diagrams trace
complaints about quality problems back to the
responsible production operations
• They help you find the root cause of a
problem
• Also known as fishbone or Ishikawa
diagrams
Cause-and-Effect Diagrams
Sample Cause-and-Effect Diagram
• A control chart is a graphic display of data that illustrates
the results of a process over time
• The main use of control charts is to prevent defects, rather
than to detect or reject them
• Quality control charts allow you to determine whether a
process is in control or out of control
– When a process is in control, any variations in the results of
the process are created by random events; processes that
are in control do not need to be adjusted
– When a process is out of control, variations in the results of
the process are caused by non-random events; you need to
identify the causes of those non-random events and adjust
the process to correct or eliminate them
Quality Control Charts
• You can use quality control charts and the
seven run rule to look for patterns in data
• The seven run rule states that if seven data
points in a row are all below the mean, above
the mean, or are all increasing or decreasing,
then the process needs to be examined for
non-random problems
The Seven Run Rule
Sample Quality Control Chart
• A check sheet is used to collect and analyze
data
• It is sometimes called a tally sheet or
checklist, depending on its format
• In the example below, most complaints arrive
via text message, and there are more
complaints on Monday and Tuesday than on
other days of the week
• This information might be useful in improving
the process for handling complaints
Check Sheet
Sample Check Sheet
• A scatter diagram helps to show if
there is a relationship between two
variables
• The closer data points are to a diagonal
line, the more closely the two variables
are related
Scatter Diagram
Sample Scatter Diagram
• A histogram is a bar graph of a
distribution of variables
• Each bar represents an attribute or
characteristic of a problem or situation,
and the height of the bar represents its
frequency
Histograms
Sample Histogram
• A Pareto chart is a histogram that can
help you identify and prioritize problem
areas
• Pareto analysis is also called the 80-
20 rule, meaning that 80 percent of
problems are often due to 20 percent of
the causes
Pareto Charts
Sample Pareto Chart
• Flowcharts are graphic displays of the
logic and flow of processes that help
you analyze how problems occur and
how processes can be improved
• They show activities, decision points,
and the order of how information is
processed
Flowcharts
Sample Flowchart
• A technique that shows data from a
variety of sources to see if a pattern
emerges
• A run chart displays the history and
pattern of variation of a process over
time.
• You can use run charts to perform trend
analysis and forecast future outcomes
based on historical results
Run Charts
Sample Run Chart
• Statistical sampling involves choosing part of a
population of interest for inspection
• The size of a sample depends on how
representative you want the sample to be
• Be sure to consult with an expert when using
statistical analysis
Statistical Sampling
• Six Sigma is “a comprehensive and flexible
system for achieving, sustaining, and
maximizing business success. Six Sigma is
uniquely driven by close understanding of
customer needs, disciplined use of facts,
data, and statistical analysis, and diligent
attention to managing, improving, and
reinventing business processes”
Six Sigma
• The target for perfection is the achievement
of no more than 3.4 defects per million
opportunities
• The principles can apply to a wide variety of
processes
• Six Sigma projects normally follow a five-
phase improvement process called DMAIC
Basic Information on Six Sigma
• DMAIC is a systematic, closed-loop process for continued
improvement that is scientific and fact based
• DMAIC stands for:
– Define: Define the problem/opportunity, process, and
customer requirements
– Measure: Define measures, then collect, compile, and
display data
– Analyze: Scrutinize process details to find improvement
opportunities
– Improve: Generate solutions and ideas for improving the
problem
– Control: Track and verify the stability of the
improvements and the predictability of the solution
DMAIC
• It requires an organization-wide commitment.
• Six Sigma organizations have the ability and
willingness to adopt contrary objectives, such as
reducing errors and getting things done faster
• It is an operating philosophy that is customer
focused and strives to drive out waste, raise
levels of quality, and improve financial
performance at breakthrough levels
How is Six Sigma Quality Control Unique?
• Joseph M. Juran stated, “All improvement takes place
project by project, and in no other way”
• It’s important to select projects carefully and apply higher
quality where it makes sense; companies that use Six
Sigma do not always boost their stock values
• As Mikel Harry puts it, “I could genetically engineer a Six
Sigma goat, but if a rodeo is the marketplace, people are
still going to buy a Four Sigma horse.”**
• Six Sigma projects must focus on a quality problem or gap
between the current and desired performance and not
have a clearly understood problem or a predetermined
solution
Six Sigma and Project Management
• The term sigma means standard deviation
• Standard deviation measures how much
variation exists in a distribution of data
• Standard deviation is a key factor in
determining the acceptable number of
defective units found in a population
• Six Sigma projects strive for no more than 3.4
defects per million opportunities, yet this
number is confusing to many statisticians
Six Sigma and Statistics
• Using a normal curve, if a process is at six sigma,
there would be no more than two defective units per
billion produced
• Six Sigma uses a scoring system that accounts for
time, an important factor in determining process
variations
• Yield represents the number of units handled
correctly through the process steps
• A defect is any instance where the product or service
fails to meet customer requirements
• There can be several opportunities to have a defect
Six Sigma Uses a Conversion Table
Normal Distribution and Standard Deviation
Sigma and Defective Units
• Six 9s of quality is a measure of quality control
equal to 1 fault in 1 million opportunities
• In the telecommunications industry, it means
99.9999 percent service availability or 30
seconds of down time a year
• This level of quality has also been stated as the
target goal for the number of errors in a
communications circuit, system failures, or errors
in lines of code
Six 9s of Quality
• Modern quality management:
– Requires customer satisfaction
– Prefers prevention to inspection
– Recognizes management responsibility for quality
• Noteworthy quality experts include Deming,
Juran, Crosby, Ishikawa, Taguchi, and
Feigenbaum
Modern Quality Management
• ISO 9000 is a quality system standard that:
– Is a three-part, continuous cycle of planning,
controlling, and documenting quality in an
organization
– Provides minimum requirements needed for an
organization to meet its quality certification
standards
– Helps organizations around the world reduce
costs and improve customer satisfaction
ISO Standards
48
• Several suggestions for improving quality for IT
projects include:
– Establish leadership that promotes quality
– Understand the cost of quality
– Focus on organizational influences and workplace
factors that affect quality
– Follow maturity models
Improving Information Technology
Project Quality
• The cost of quality is the cost of conformance
plus the cost of nonconformance
– Conformance means delivering products that
meet requirements and fitness for use
– Cost of nonconformance means taking
responsibility for failures or not meeting quality
expectations
• A study reported that software bugs cost the
U.S. economy $59.6 billion each year and that
one third of the bugs could be eliminated by an
improved testing infrastructure
The Cost of Quality
• Prevention cost: Cost of planning and executing a project
so it is error-free or within an acceptable error range
• Appraisal cost: Cost of evaluating processes and their
outputs to ensure quality
• Internal failure cost: Cost incurred to correct an identified
defect before the customer receives the product
• External failure cost: Cost that relates to all errors not
detected and corrected before delivery to the customer
• Measurement and test equipment costs: Capital cost of
equipment used to perform prevention and appraisal
activities
Five Cost Categories Related to Quality
• Maturity models are frameworks for helping
organizations improve their processes and
systems
– The Software Quality Function Deployment Model
focuses on defining user requirements and planning
software projects
– The Software Engineering Institute’s Capability
Maturity Model Integration is a process improvement
approach that provides organizations with the essential
elements of effective processes
Maturity Models
52
• CMMI levels, from lowest to highest, are:
– Incomplete
– Performed
– Managed
– Defined
– Quantitatively Managed
– Optimizing
• Companies may not get to bid on government
projects unless they have a CMMI Level 3
CMMI Levels
• PMI released the Organizational Project Management
Maturity Model (OPM3) in December 2003
• Model is based on market research surveys sent to
more than 30,000 project management professionals
and incorporates 180 best practices and more than
2,400 capabilities, outcomes, and key performance
indicators
• Addresses standards for excellence in project,
program, and portfolio management best practices
and explains the capabilities necessary to achieve
those best practices
PMI’s Maturity Model

Más contenido relacionado

La actualidad más candente

Project Procurement Management
 Project Procurement Management  Project Procurement Management
Project Procurement Management Serdar Temiz
 
Project Quality Management
 Project Quality Management Project Quality Management
Project Quality ManagementSerdar Temiz
 
Project Quality Management - PMBOK6
Project Quality Management - PMBOK6Project Quality Management - PMBOK6
Project Quality Management - PMBOK6Agus Suhanto
 
Project Management
Project ManagementProject Management
Project Managementajithsrc
 
Project Quality Management | Project Quality Control | Edureka
Project Quality Management | Project Quality Control | EdurekaProject Quality Management | Project Quality Control | Edureka
Project Quality Management | Project Quality Control | EdurekaEdureka!
 
Project Management and Process
Project Management and ProcessProject Management and Process
Project Management and ProcessMuhammad Rehman
 
Project Management
Project ManagementProject Management
Project ManagementMark Roman
 
Project Quality Management powerpoint
Project Quality Management powerpointProject Quality Management powerpoint
Project Quality Management powerpointDjamadaMuhamedKAGUSU
 
An Introduction to Project Management
An Introduction to Project Management An Introduction to Project Management
An Introduction to Project Management Krishna Kant
 
Lecture 1. general introduction to project management
Lecture 1. general introduction to project management Lecture 1. general introduction to project management
Lecture 1. general introduction to project management Dania Abdel-aziz
 
07. Project Integration Management
07. Project Integration Management07. Project Integration Management
07. Project Integration ManagementBhuWan Khadka
 
PMP Chap 8 - Project Quality Management
PMP Chap 8 - Project Quality ManagementPMP Chap 8 - Project Quality Management
PMP Chap 8 - Project Quality ManagementAnand Bobade
 
Project Management Methodology
Project Management MethodologyProject Management Methodology
Project Management MethodologyMohammed Al-Taee
 
5 phases of project management
5 phases of project management5 phases of project management
5 phases of project managementJared C. Powell
 
Project management
Project managementProject management
Project managementSimran Kaur
 

La actualidad más candente (20)

Project Procurement Management
 Project Procurement Management  Project Procurement Management
Project Procurement Management
 
Project Quality Management
 Project Quality Management Project Quality Management
Project Quality Management
 
Project Quality Management - PMBOK6
Project Quality Management - PMBOK6Project Quality Management - PMBOK6
Project Quality Management - PMBOK6
 
Project Management
Project ManagementProject Management
Project Management
 
Project Quality Management | Project Quality Control | Edureka
Project Quality Management | Project Quality Control | EdurekaProject Quality Management | Project Quality Control | Edureka
Project Quality Management | Project Quality Control | Edureka
 
Different project management methodologies
Different project management methodologiesDifferent project management methodologies
Different project management methodologies
 
Project Management KPIs
Project Management KPIsProject Management KPIs
Project Management KPIs
 
Project Management Concepts
Project Management ConceptsProject Management Concepts
Project Management Concepts
 
Project Management and Process
Project Management and ProcessProject Management and Process
Project Management and Process
 
Project Management
Project ManagementProject Management
Project Management
 
Project Quality Management powerpoint
Project Quality Management powerpointProject Quality Management powerpoint
Project Quality Management powerpoint
 
An Introduction to Project Management
An Introduction to Project Management An Introduction to Project Management
An Introduction to Project Management
 
Lecture 1. general introduction to project management
Lecture 1. general introduction to project management Lecture 1. general introduction to project management
Lecture 1. general introduction to project management
 
07. Project Integration Management
07. Project Integration Management07. Project Integration Management
07. Project Integration Management
 
PMP Chap 8 - Project Quality Management
PMP Chap 8 - Project Quality ManagementPMP Chap 8 - Project Quality Management
PMP Chap 8 - Project Quality Management
 
Project Management Methodology
Project Management MethodologyProject Management Methodology
Project Management Methodology
 
project management concepts
project management conceptsproject management concepts
project management concepts
 
Project Management Tools
Project Management ToolsProject Management Tools
Project Management Tools
 
5 phases of project management
5 phases of project management5 phases of project management
5 phases of project management
 
Project management
Project managementProject management
Project management
 

Similar a 10. Project Quality Management

romi-pm-08-quality-april2013.pptx
romi-pm-08-quality-april2013.pptxromi-pm-08-quality-april2013.pptx
romi-pm-08-quality-april2013.pptxfauzi chayo
 
08 projectqualitymanagement
08 projectqualitymanagement08 projectqualitymanagement
08 projectqualitymanagementDhamo daran
 
L07 quality management
L07 quality managementL07 quality management
L07 quality managementAsa Chan
 
PMP Exam Preparation Course: 07 Project Quality Management
PMP Exam Preparation Course: 07 Project Quality ManagementPMP Exam Preparation Course: 07 Project Quality Management
PMP Exam Preparation Course: 07 Project Quality ManagementB M Shahrier Majumder, PMP, CSM
 
Topic 8 - Project Quality Management.pdf
Topic 8 - Project Quality Management.pdfTopic 8 - Project Quality Management.pdf
Topic 8 - Project Quality Management.pdfHuyNguyen657394
 
How to solve problems (or at least try) with 8D
How to solve problems (or at least try) with 8DHow to solve problems (or at least try) with 8D
How to solve problems (or at least try) with 8DStefan Kovacs
 
PROJECT QUALITY MANAGEMENT-1.pptx
PROJECT QUALITY MANAGEMENT-1.pptxPROJECT QUALITY MANAGEMENT-1.pptx
PROJECT QUALITY MANAGEMENT-1.pptxOmkarSutar57
 
LIMS_ASQ.pptx
LIMS_ASQ.pptxLIMS_ASQ.pptx
LIMS_ASQ.pptxArta Doci
 
Product quality management
Product quality managementProduct quality management
Product quality managementSunil Meena
 
PROJECT QUALITY MANAGEMENT for Project.ppt
PROJECT QUALITY MANAGEMENT for Project.pptPROJECT QUALITY MANAGEMENT for Project.ppt
PROJECT QUALITY MANAGEMENT for Project.pptAhtashamArshad4
 
Quality assurance
Quality assuranceQuality assurance
Quality assuranceRijoLijo
 
Quality management in project management
Quality management in project managementQuality management in project management
Quality management in project managementselinasimpson0501
 
Project Quality Management
Project Quality ManagementProject Quality Management
Project Quality Managementmzedan
 
Quality management system
Quality management systemQuality management system
Quality management systemPOONAM PARDHI
 

Similar a 10. Project Quality Management (20)

Project Quality management
Project Quality managementProject Quality management
Project Quality management
 
romi-pm-08-quality-april2013.pptx
romi-pm-08-quality-april2013.pptxromi-pm-08-quality-april2013.pptx
romi-pm-08-quality-april2013.pptx
 
7- PMP Training - Quality Management
7- PMP Training - Quality Management7- PMP Training - Quality Management
7- PMP Training - Quality Management
 
08 projectqualitymanagement
08 projectqualitymanagement08 projectqualitymanagement
08 projectqualitymanagement
 
L07 quality management
L07 quality managementL07 quality management
L07 quality management
 
Pmp quality chapter 8
Pmp quality chapter 8Pmp quality chapter 8
Pmp quality chapter 8
 
PMP Exam Preparation Course: 07 Project Quality Management
PMP Exam Preparation Course: 07 Project Quality ManagementPMP Exam Preparation Course: 07 Project Quality Management
PMP Exam Preparation Course: 07 Project Quality Management
 
Topic 8 - Project Quality Management.pdf
Topic 8 - Project Quality Management.pdfTopic 8 - Project Quality Management.pdf
Topic 8 - Project Quality Management.pdf
 
Project quality management
Project quality managementProject quality management
Project quality management
 
Session 12 4th edition PMP
Session  12 4th edition PMPSession  12 4th edition PMP
Session 12 4th edition PMP
 
How to solve problems (or at least try) with 8D
How to solve problems (or at least try) with 8DHow to solve problems (or at least try) with 8D
How to solve problems (or at least try) with 8D
 
Six Sigma
Six SigmaSix Sigma
Six Sigma
 
PROJECT QUALITY MANAGEMENT-1.pptx
PROJECT QUALITY MANAGEMENT-1.pptxPROJECT QUALITY MANAGEMENT-1.pptx
PROJECT QUALITY MANAGEMENT-1.pptx
 
LIMS_ASQ.pptx
LIMS_ASQ.pptxLIMS_ASQ.pptx
LIMS_ASQ.pptx
 
Product quality management
Product quality managementProduct quality management
Product quality management
 
PROJECT QUALITY MANAGEMENT for Project.ppt
PROJECT QUALITY MANAGEMENT for Project.pptPROJECT QUALITY MANAGEMENT for Project.ppt
PROJECT QUALITY MANAGEMENT for Project.ppt
 
Quality assurance
Quality assuranceQuality assurance
Quality assurance
 
Quality management in project management
Quality management in project managementQuality management in project management
Quality management in project management
 
Project Quality Management
Project Quality ManagementProject Quality Management
Project Quality Management
 
Quality management system
Quality management systemQuality management system
Quality management system
 

Más de BhuWan Khadka

04. Project Management
04. Project Management04. Project Management
04. Project ManagementBhuWan Khadka
 
14. Developing Custom Processes For IT Projects
14. Developing Custom Processes For IT Projects14. Developing Custom Processes For IT Projects
14. Developing Custom Processes For IT ProjectsBhuWan Khadka
 
13. Project Procurement Management
13. Project Procurement Management13. Project Procurement Management
13. Project Procurement ManagementBhuWan Khadka
 
12. Project Risk Management
12. Project Risk Management12. Project Risk Management
12. Project Risk ManagementBhuWan Khadka
 
11. Project Communication Management
11. Project Communication Management11. Project Communication Management
11. Project Communication ManagementBhuWan Khadka
 
09. Project Cost Management
09. Project Cost Management09. Project Cost Management
09. Project Cost ManagementBhuWan Khadka
 
08. Project Time Management Upload
08. Project Time Management Upload08. Project Time Management Upload
08. Project Time Management UploadBhuWan Khadka
 
05. Project And Organizational Structure
05. Project And Organizational Structure05. Project And Organizational Structure
05. Project And Organizational StructureBhuWan Khadka
 
06. Project Management Process Groups
06. Project Management Process Groups06. Project Management Process Groups
06. Project Management Process GroupsBhuWan Khadka
 
2. Project management body of knowledge
2. Project management body of knowledge2. Project management body of knowledge
2. Project management body of knowledgeBhuWan Khadka
 

Más de BhuWan Khadka (11)

04. Project Management
04. Project Management04. Project Management
04. Project Management
 
14. Developing Custom Processes For IT Projects
14. Developing Custom Processes For IT Projects14. Developing Custom Processes For IT Projects
14. Developing Custom Processes For IT Projects
 
13. Project Procurement Management
13. Project Procurement Management13. Project Procurement Management
13. Project Procurement Management
 
12. Project Risk Management
12. Project Risk Management12. Project Risk Management
12. Project Risk Management
 
11. Project Communication Management
11. Project Communication Management11. Project Communication Management
11. Project Communication Management
 
09. Project Cost Management
09. Project Cost Management09. Project Cost Management
09. Project Cost Management
 
08. Project Time Management Upload
08. Project Time Management Upload08. Project Time Management Upload
08. Project Time Management Upload
 
05. Project And Organizational Structure
05. Project And Organizational Structure05. Project And Organizational Structure
05. Project And Organizational Structure
 
06. Project Management Process Groups
06. Project Management Process Groups06. Project Management Process Groups
06. Project Management Process Groups
 
1. introduction
1. introduction1. introduction
1. introduction
 
2. Project management body of knowledge
2. Project management body of knowledge2. Project management body of knowledge
2. Project management body of knowledge
 

Último

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Último (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

10. Project Quality Management

  • 2. Project Quality Management Creating and following policies and procedures to ensure that a project meets the defined needs it was intended to meet from the customer’s perspective.
  • 3. • The International Organization for Standardization (ISO) defines quality as “the degree to which a set of inherent characteristics fulfils requirements” (ISO9000:2000) • Other experts define quality based on: – Conformance to requirements: The project’s processes and products meet written specifications – Fitness for use: A product can be used as it was intended What Is Project Quality?
  • 4. Why Quality Management? • Projects or products with unnecessary features can be too expensive to meet the business need • Prevention is much cheaper than inspection, build quality in early to minimize costs/maximize quality
  • 5. How Do We Manage Quality? • Three processes – Plan Quality • What is quality and how will we ensure it? – Perform Quality Assurance • Are we following the quality standards? – Perform Quality Control • Are we meeting the quality standards? Perform Quality Assurance Perform Quality Control Plan Quality
  • 6. Plan Quality Scope Baseline Cost Performance Baseline Schedule Baseline Cost-benefit analysis Cost of quality Control charts Benchmarking Design of experiments Statistical sampling Flowcharting Proprietary quality management methodologies Additional quality planning tools Inputs OutputsTools & Techniques Risk Register Enterprise Environmental Factors Organizational Process Assets Quality Management Plan Quality Metrics Process Improvement Plan Quality Checklists Project document updates Perform Quality Assurance Perform Quality Control Plan Quality Stakeholder Register
  • 7. Plan Quality • Cost of Quality – Evaluating the cost of conformance with the cost of nonconformance to reach a balance. Includes; – Prevention Costs – Appraisal Costs – Failure Costs Cost of Conformance Cost of Non Conformance Quality training Rework Studies Scrap Surveys Inventory Costs Warranty Costs Deming’s Costs of Quality 85% of the costs of quality are the direct responsibility of management - Deming Conformance: delivering products that meet requirements and fitness for use
  • 8. Quality Planning Terms • Gold Plating – Giving the customer extras that do not add value to the project • Marginal Analysis – The point where the incremental revenue from an improvement equals the cost to implement it • Kaizen – Continuous improvement process to reduce costs and promote consistency • ISO 9000 – International standard to ensure that companies have quality procedures and that they follow them
  • 9. Perform Quality Assurance Project Management Plan Plan quality and perform quality control tools and techniques Quality audits Process analysis Inputs Outputs Tools & Techniques Change Requests Organizational Process Assets Updates Project Document Updates Project Management Plan Updates Quality Metrics Work Performance Information Quality Control Measurements Perform Quality Assurance Perform Quality Control Plan Quality
  • 10. • Quality assurance includes all the activities related to satisfying the relevant quality standards for a project • Another goal of quality assurance is continuous quality improvement • Benchmarking generates ideas for quality improvements by comparing specific project practices or product characteristics to those of other projects or products within or outside the performing organization • A quality audit is a structured review of specific quality management activities that help identify lessons learned that could improve performance on current or future projects Performing Quality Assurance
  • 11. Perform Quality Control Project Management Plan Cause and effect diagram Control charts Flowcharting Histogram Pareto Chart Run chart Scatter diagram Statistical sampling Inspection Approved change requests review Inputs Outputs Tools & Techniques Quality Control Measurements Validated Deliverables Validated ChangesQuality Metrics Quality Checklists Organizational Process Assets Work Performance Measurements Approved Change Requests Deliverables Change Requests Project Management Plan Updates Organizational Process Assets Updates Project Document Updates Perform Quality Assurance Perform Quality Control Plan Quality
  • 12. Testing • Many IT professionals think of testing as a stage that comes near the end of IT product development • Testing should be done during almost every phase of the IT product development life cycle
  • 13. Testing Tasks in the Software Development Life Cycle
  • 14. Types of Tests • A unit test is done to test each individual component (often a program) to ensure it is as defect free as possible • Integration testing occurs between unit and system testing to test functionally grouped components • System testing tests the entire system as one entity • User acceptance testing is an independent test performed by the end user prior to accepting the delivered system
  • 16. Statistics Terms Review • Mutually Exclusive – Two events that cannot both occur in a single trial • Statistical Independence – Probability of one event occurring does not affect the probability of another event occurring • Probability – The likelihood that something will occur (usually expressed in percent) Remember: +/- 1 σ = 68.26% +/- 2 σ = 95.46% +/- 3 σ = 99.73% +/- 6 σ = 99.99% Normal Distribution
  • 17. • Functionality is the degree to which a system performs its intended function • Features are the system’s special characteristics that appeal to users • System outputs are the screens and reports the system generates • Performance addresses how well a product or service performs the customer’s intended use • Reliability is the ability of a product or service to perform as expected under normal conditions • Maintainability addresses the ease of performing maintenance on a product Scope Aspects of IT Projects
  • 18. • Project managers are ultimately responsible for quality management on their projects • Several organizations and references can help project managers and their teams understand quality – International Organization for Standardization (www.iso.org) – IEEE (www.ieee.org) Who’s Responsible for the Quality of Projects?
  • 19. • Cause-and-effect diagrams trace complaints about quality problems back to the responsible production operations • They help you find the root cause of a problem • Also known as fishbone or Ishikawa diagrams Cause-and-Effect Diagrams
  • 21. • A control chart is a graphic display of data that illustrates the results of a process over time • The main use of control charts is to prevent defects, rather than to detect or reject them • Quality control charts allow you to determine whether a process is in control or out of control – When a process is in control, any variations in the results of the process are created by random events; processes that are in control do not need to be adjusted – When a process is out of control, variations in the results of the process are caused by non-random events; you need to identify the causes of those non-random events and adjust the process to correct or eliminate them Quality Control Charts
  • 22. • You can use quality control charts and the seven run rule to look for patterns in data • The seven run rule states that if seven data points in a row are all below the mean, above the mean, or are all increasing or decreasing, then the process needs to be examined for non-random problems The Seven Run Rule
  • 24. • A check sheet is used to collect and analyze data • It is sometimes called a tally sheet or checklist, depending on its format • In the example below, most complaints arrive via text message, and there are more complaints on Monday and Tuesday than on other days of the week • This information might be useful in improving the process for handling complaints Check Sheet
  • 26. • A scatter diagram helps to show if there is a relationship between two variables • The closer data points are to a diagonal line, the more closely the two variables are related Scatter Diagram
  • 28. • A histogram is a bar graph of a distribution of variables • Each bar represents an attribute or characteristic of a problem or situation, and the height of the bar represents its frequency Histograms
  • 30. • A Pareto chart is a histogram that can help you identify and prioritize problem areas • Pareto analysis is also called the 80- 20 rule, meaning that 80 percent of problems are often due to 20 percent of the causes Pareto Charts
  • 32. • Flowcharts are graphic displays of the logic and flow of processes that help you analyze how problems occur and how processes can be improved • They show activities, decision points, and the order of how information is processed Flowcharts
  • 34. • A technique that shows data from a variety of sources to see if a pattern emerges • A run chart displays the history and pattern of variation of a process over time. • You can use run charts to perform trend analysis and forecast future outcomes based on historical results Run Charts
  • 36. • Statistical sampling involves choosing part of a population of interest for inspection • The size of a sample depends on how representative you want the sample to be • Be sure to consult with an expert when using statistical analysis Statistical Sampling
  • 37. • Six Sigma is “a comprehensive and flexible system for achieving, sustaining, and maximizing business success. Six Sigma is uniquely driven by close understanding of customer needs, disciplined use of facts, data, and statistical analysis, and diligent attention to managing, improving, and reinventing business processes” Six Sigma
  • 38. • The target for perfection is the achievement of no more than 3.4 defects per million opportunities • The principles can apply to a wide variety of processes • Six Sigma projects normally follow a five- phase improvement process called DMAIC Basic Information on Six Sigma
  • 39. • DMAIC is a systematic, closed-loop process for continued improvement that is scientific and fact based • DMAIC stands for: – Define: Define the problem/opportunity, process, and customer requirements – Measure: Define measures, then collect, compile, and display data – Analyze: Scrutinize process details to find improvement opportunities – Improve: Generate solutions and ideas for improving the problem – Control: Track and verify the stability of the improvements and the predictability of the solution DMAIC
  • 40. • It requires an organization-wide commitment. • Six Sigma organizations have the ability and willingness to adopt contrary objectives, such as reducing errors and getting things done faster • It is an operating philosophy that is customer focused and strives to drive out waste, raise levels of quality, and improve financial performance at breakthrough levels How is Six Sigma Quality Control Unique?
  • 41. • Joseph M. Juran stated, “All improvement takes place project by project, and in no other way” • It’s important to select projects carefully and apply higher quality where it makes sense; companies that use Six Sigma do not always boost their stock values • As Mikel Harry puts it, “I could genetically engineer a Six Sigma goat, but if a rodeo is the marketplace, people are still going to buy a Four Sigma horse.”** • Six Sigma projects must focus on a quality problem or gap between the current and desired performance and not have a clearly understood problem or a predetermined solution Six Sigma and Project Management
  • 42. • The term sigma means standard deviation • Standard deviation measures how much variation exists in a distribution of data • Standard deviation is a key factor in determining the acceptable number of defective units found in a population • Six Sigma projects strive for no more than 3.4 defects per million opportunities, yet this number is confusing to many statisticians Six Sigma and Statistics
  • 43. • Using a normal curve, if a process is at six sigma, there would be no more than two defective units per billion produced • Six Sigma uses a scoring system that accounts for time, an important factor in determining process variations • Yield represents the number of units handled correctly through the process steps • A defect is any instance where the product or service fails to meet customer requirements • There can be several opportunities to have a defect Six Sigma Uses a Conversion Table
  • 44. Normal Distribution and Standard Deviation
  • 46. • Six 9s of quality is a measure of quality control equal to 1 fault in 1 million opportunities • In the telecommunications industry, it means 99.9999 percent service availability or 30 seconds of down time a year • This level of quality has also been stated as the target goal for the number of errors in a communications circuit, system failures, or errors in lines of code Six 9s of Quality
  • 47. • Modern quality management: – Requires customer satisfaction – Prefers prevention to inspection – Recognizes management responsibility for quality • Noteworthy quality experts include Deming, Juran, Crosby, Ishikawa, Taguchi, and Feigenbaum Modern Quality Management
  • 48. • ISO 9000 is a quality system standard that: – Is a three-part, continuous cycle of planning, controlling, and documenting quality in an organization – Provides minimum requirements needed for an organization to meet its quality certification standards – Helps organizations around the world reduce costs and improve customer satisfaction ISO Standards 48
  • 49. • Several suggestions for improving quality for IT projects include: – Establish leadership that promotes quality – Understand the cost of quality – Focus on organizational influences and workplace factors that affect quality – Follow maturity models Improving Information Technology Project Quality
  • 50. • The cost of quality is the cost of conformance plus the cost of nonconformance – Conformance means delivering products that meet requirements and fitness for use – Cost of nonconformance means taking responsibility for failures or not meeting quality expectations • A study reported that software bugs cost the U.S. economy $59.6 billion each year and that one third of the bugs could be eliminated by an improved testing infrastructure The Cost of Quality
  • 51. • Prevention cost: Cost of planning and executing a project so it is error-free or within an acceptable error range • Appraisal cost: Cost of evaluating processes and their outputs to ensure quality • Internal failure cost: Cost incurred to correct an identified defect before the customer receives the product • External failure cost: Cost that relates to all errors not detected and corrected before delivery to the customer • Measurement and test equipment costs: Capital cost of equipment used to perform prevention and appraisal activities Five Cost Categories Related to Quality
  • 52. • Maturity models are frameworks for helping organizations improve their processes and systems – The Software Quality Function Deployment Model focuses on defining user requirements and planning software projects – The Software Engineering Institute’s Capability Maturity Model Integration is a process improvement approach that provides organizations with the essential elements of effective processes Maturity Models 52
  • 53. • CMMI levels, from lowest to highest, are: – Incomplete – Performed – Managed – Defined – Quantitatively Managed – Optimizing • Companies may not get to bid on government projects unless they have a CMMI Level 3 CMMI Levels
  • 54. • PMI released the Organizational Project Management Maturity Model (OPM3) in December 2003 • Model is based on market research surveys sent to more than 30,000 project management professionals and incorporates 180 best practices and more than 2,400 capabilities, outcomes, and key performance indicators • Addresses standards for excellence in project, program, and portfolio management best practices and explains the capabilities necessary to achieve those best practices PMI’s Maturity Model