SkarpSkarp

Chapter 6 of 21

Quality Management and the Cost of Quality Framework

Go beyond buzzwords like ‘quality assurance’ and ‘quality control’ to see how prevention, inspection, and failure costs show up in real projects—and on tricky exam questions.

27 min readen

Big Picture: Why Quality Management Matters

What Quality Really Means

In projects, quality means meeting requirements and being fit for use, not making things fancy or overbuilt. A cheap product can be high quality if it consistently meets agreed requirements.

Quality Across CAPM Domains

Quality shows up in all four CAPM domains: fundamentals, predictive methods, agile methods, and business analysis. You must connect requirements, delivery practices, and acceptance criteria.

Quality, Cost, and Schedule

Defects lead to rework, delays, and unhappy customers. The cost of quality framework helps you see prevention, inspection, and failure costs so you can manage trade-offs.

Link to Earlier Modules

Quality choices affect cost reserves and require coordination among sponsors, product owners, and functional managers. A clear quality approach avoids conflict and surprises.

Quality Planning and the Quality Management Plan

Why Plan Quality?

Quality planning defines what quality means for this project, how you will achieve it, and how you will verify it. The main output is the quality management plan.

What Goes in the Plan?

Key sections: quality objectives, applicable standards, roles and responsibilities, quality assurance approach, quality control approach, metrics, and links to acceptance criteria.

How the Plan Guides Work

The plan sets a shared view of “good enough,” informs schedule and budget, and defines which quality metrics go into governance reviews and decision points.

Exam Signal

If a scenario shows confusion about testing or acceptance, the likely root cause is a missing or weak quality management plan. Strengthening it is often the best next step.

Quality Standards, Requirements, and Acceptance Criteria

Standards vs Requirements

Quality standards are rules for how you work (for example, coding standards). Quality requirements are testable statements about what the product must do or how it must perform.

Canonical Acceptance Criteria

For CAPM, remember: acceptance criteria are "A set of conditions that is required to be met before deliverables are accepted." They define clear pass/fail checks.

Using Acceptance Criteria

When a stakeholder dislikes a deliverable that meets all acceptance criteria, you accept it and treat new preferences as change requests, not as defects.

Exam Tip

If a question asks whether to accept or reject a deliverable, mentally compare it to the documented acceptance criteria, not to personal opinions or unstated preferences.

Quality Assurance vs Quality Control

QA vs QC: The Big Idea

Quality assurance (QA) is process-focused and proactive. Quality control (QC) is product-focused and reactive. QA prevents defects; QC finds defects.

Examples of QA

QA includes creating and improving procedures, performing process audits, running lessons learned, and training people on standards and tools.

Examples of QC

QC includes inspecting deliverables, running tests, measuring defect rates, and checking outputs against acceptance criteria for accept/reject decisions.

Exam Shortcut

Ask: Does this activity change or check how we work (QA) or what we produced (QC)? That question usually gives you the right classification.

Cost of Quality: The Four Categories

Conformance vs Nonconformance

Cost of conformance = money spent to avoid defects. Cost of nonconformance = money lost because defects occurred. Both are part of the cost of quality.

Prevention and Appraisal

Prevention costs build quality into the process (training, process improvement). Appraisal costs check outputs for defects (inspections, testing).

Internal vs External Failure

Internal failure costs arise when defects are found before release (rework, scrap). External failure costs arise after release (warranty, recalls, penalties, lost reputation).

Decision and Exam Implications

On the exam, actions that boost prevention usually reduce total cost long term. Classify examples by asking: prevent, inspect, fix before release, or fix after release?

Classifying Real-World Costs of Quality

Scenario 1 & 2

Requirements workshop to clarify needs and acceptance criteria is prevention. Buying and using an automated testing tool to run regression tests is mainly appraisal.

Scenario 3

Concrete fails internal inspection; the team demolishes and re-pours. This is internal failure: defects found before client handover, causing rework and waste.

Scenario 4

Customers report hardware failures after launch; the company pays warranty repairs. This is external failure: defects discovered by customers.

Scenario 5 & 6

Audit-driven training and template updates are prevention. Penalties due to late delivery from defect-caused delays are external failure, tied to customer impact.

Thought Exercise: Shift the Spend, Change the Outcome

Use this exercise to practice thinking like a project manager about where to invest in quality.

Scenario

You are managing a mid-size software project. On your last three projects, the pattern was:

  • Minimal time spent on requirements clarification and training.
  • Very intense testing phase at the end.
  • High levels of rework, schedule slips, and a noticeable number of post-release defects.

Your sponsor is worried about cost and wants to reduce testing time. You suspect the real issue is where the project invests in quality.

Your task (mentally or in notes):

  1. List current costs of quality by category
  • Prevention:
  • Are you doing much here now? Probably very little.
  • Appraisal:
  • Heavy manual testing at the end.
  • Internal failure:
  • Rework and overtime during testing.
  • External failure:
  • Post-release defects, support calls, possibly discounts or lost renewals.
  1. Propose 3 concrete prevention actions
  • Example ideas: more detailed requirements workshops, pairing BA and QA early, training on test-driven development, better story refinement in agile.
  • For each: note which CoQ category it belongs to (prevention) and which failure costs it might reduce.
  1. Rebalance the quality budget
  • Imagine you must keep total quality-related spending roughly the same.
  • Decide where you would reduce spending (for example, less firefighting and overtime in late testing) and where you would increase it (for example, early prevention and smarter appraisal using automation).
  1. Governance angle
  • Think about how you would present this to a steering committee or sponsor:
  • Which metrics would you show? (Defect trends, rework hours, cost of external failures.)
  • How would you argue that shifting money to prevention reduces risk and supports project objectives?

Take 2–3 minutes to sketch your answers. The goal is not perfection; it is to build a habit of mapping actions to CoQ categories and explaining them in business terms.

Quiz 1: QA vs QC and Cost of Quality

Test your ability to classify activities correctly.

Which of the following is the BEST example of a **quality assurance** activity that primarily represents a **prevention cost**?

  1. A. Inspecting finished components on the production line and rejecting those that do not meet tolerance limits.
  2. B. Conducting a process audit and then updating the team’s standard checklist to include common defect patterns found in recent projects.
  3. C. Running system tests before go-live to verify that all acceptance criteria are met.
  4. D. Providing free repairs and compensation to customers after a product recall.
Show Answer

Answer: B) B. Conducting a process audit and then updating the team’s standard checklist to include common defect patterns found in recent projects.

Option B is correct because it focuses on **analyzing and improving the process** (quality assurance) and updating checklists to **prevent future defects** (prevention cost). Option A and C are **quality control** and **appraisal costs** (they inspect outputs). Option D is an **external failure cost** (fixing defects after customers are affected).

Quiz 2: Acceptance Criteria and Decision Making

Apply the canonical definition of acceptance criteria to a decision scenario.

A deliverable meets all documented acceptance criteria, but the sponsor informally asks the project manager to "keep improving it" without changing the schedule or budget. What should the project manager do FIRST?

  1. A. Agree to keep improving the deliverable until the sponsor is personally satisfied, even if it exceeds the documented acceptance criteria.
  2. B. Formally accept the deliverable based on the acceptance criteria and explain that additional enhancements require a change request.
  3. C. Reject the deliverable and ask the team to rework it until the sponsor’s new preferences are fully implemented.
  4. D. Ignore the sponsor’s comments because the acceptance criteria are the only thing that matters.
Show Answer

Answer: B) B. Formally accept the deliverable based on the acceptance criteria and explain that additional enhancements require a change request.

Option B is correct. **Acceptance criteria** are "A set of conditions that is required to be met before deliverables are accepted." Since the deliverable meets those conditions, it should be accepted. Additional improvements are new scope and should be handled through **change control**, not treated as defects. Option A and C encourage uncontrolled scope creep; option D fails to acknowledge the sponsor’s feedback and the need for a proper change process.

Key Quality Terms Review

Use these flashcards to reinforce the most important quality management concepts for the CAPM exam.

Quality management plan
A component of the project management plan that describes how applicable policies, procedures, and guidelines will be implemented to achieve quality objectives and how the project will meet and verify quality requirements and acceptance criteria.
Quality assurance (QA)
Process-focused, proactive activities that ensure the project uses appropriate processes and standards to prevent defects. Examples: process audits, training, procedure improvements.
Quality control (QC)
Product-focused, reactive activities that inspect and test deliverables to determine whether they meet quality requirements and acceptance criteria. Examples: inspections, testing, defect measurement.
Cost of conformance
The cost of quality-related activities that ensure compliance with requirements: **prevention** (training, process improvement) and **appraisal** (inspections, testing).
Cost of nonconformance
The cost incurred because of failures to meet requirements: **internal failure** (rework, scrap) and **external failure** (warranty, recalls, penalties, lost reputation).
Prevention cost
Money spent to avoid defects by improving processes and planning quality (e.g., training, requirements workshops, preventive maintenance, process improvement).
Appraisal cost
Money spent to assess and measure deliverables to find defects (e.g., inspections, testing, test tools, quality audits of outputs).
Internal failure cost
Cost of defects found before the product or service reaches the customer (e.g., rework, scrap, retesting, schedule delays caused by fixing internal defects).
External failure cost
Cost of defects found after the product or service has reached the customer (e.g., warranty work, recalls, penalties, lost sales, damage to reputation).
Acceptance criteria
A set of conditions that is required to be met before deliverables are accepted.

From Quality Results to Continuous Improvement and Governance

Quality Metrics for Improvement

Defect density, rework hours, escape rate, and test coverage all help you spot root causes and decide which processes, checklists, or trainings to improve.

Governance Uses Quality Data

Phase gates, change control boards, and escalation paths rely on quality results to decide whether to continue, adjust, or stop work and how to allocate resources.

Predictive vs Adaptive

Predictive projects use audits and lessons learned to improve future work. Adaptive projects use short iterations and retrospectives to adjust quickly based on quality feedback.

Exam Integration Mindset

In scenarios with recurring defects, think beyond “test more.” Expect to update the quality plan, adjust the budget, and engage governance using clear quality metrics.

Wrap-Up: How This Shows Up on the CAPM and Your Next Steps

How CAPM Tests This

Expect questions that ask you to classify QA vs QC activities, categorize costs of quality, apply acceptance criteria, and choose actions based on defect and rework trends.

Integration with Other Topics

Quality choices affect cost baselines, stakeholder communication, and agile practices like definition of done and frequent demos.

Your Next Study Moves

Run the diagnostic for this section, tackle the next mock exam block, and let spaced review target any weak spots in QA vs QC or CoQ classification.

Your Toolkit

You now have: a quality management plan concept, QA vs QC distinction, cost of quality categories, and acceptance criteria as your anchor for accept/reject decisions.

Key Terms

phase gate
A governance checkpoint at the end of a project phase where stakeholders review progress, including quality results, to decide whether to continue, modify, or stop the project.
appraisal cost
Money spent to assess and measure deliverables to find defects (for example, inspections, testing, quality audits of outputs).
prevention cost
Money spent to avoid defects by improving processes and planning quality (for example, training, requirements workshops, process improvement).
acceptance criteria
A set of conditions that is required to be met before deliverables are accepted.
quality control (QC)
Product-focused, reactive activities that inspect and test deliverables to determine whether they meet quality requirements and acceptance criteria.
cost of quality (CoQ)
A framework that groups all costs associated with achieving or not achieving quality into prevention, appraisal, internal failure, and external failure categories.
external failure cost
Cost of defects found after the product or service has reached the customer (for example, warranty work, recalls, penalties, lost sales, damage to reputation).
internal failure cost
Cost of defects found before the product or service reaches the customer (for example, rework, scrap, retesting, schedule delays due to fixing internal defects).
quality assurance (QA)
Process-focused, proactive activities that ensure the project uses appropriate processes and standards to prevent defects.
quality management plan
A component of the project management plan that describes how applicable policies, procedures, and guidelines will be implemented to achieve quality objectives and how the project will meet and verify quality requirements and acceptance criteria.
change control board (CCB)
A governance body that reviews and decides on change requests, including those driven by quality issues or new quality requirements.

Finished reading?

Test your understanding with a custom practice exam on this chapter.

Test yourself