PropoDoc provides self-help document templates and tools. It is not a law firm and does not provide legal advice. Learn more.
Skip to main content

Project QA Plan

How quality will be assured on a specific project — checks, gates, and owners.

Use Free Template
Create your custom version — free to start

20 free credits on signup — no card needed

guide
moderate
low Risk

About this Document

What a project QA plan is

A project QA plan is the document that says, for one specific project, how you will define quality, check for it, and decide that each deliverable is good enough to accept. It names the deliverables, states the acceptance criteria each one must meet, sets out the review and approval gates the work passes through, assigns who is responsible for quality at each step, and describes how defects are logged and resolved. It turns "we'll make sure it's good" into an agreed, inspectable plan that the client, the team, and the sponsor can all point to.

It is project-level by design. An organisation-wide quality assurance plan describes the standing standards, processes, and audits that apply across everything a team produces. A project QA plan takes those standards and applies them to the deliverables, schedule, and people of a single engagement — what "done well" means for this website, this report, this installation. It is also broader than a technical test plan: a test plan drills into the test cases for a software release, whereas a project QA plan governs quality for every deliverable, including documents, designs, training, and physical work, not just code.

Defining quality for each deliverable

Quality is meaningless until it is made concrete, so the heart of the plan is a per-deliverable definition of "acceptable". For every deliverable you list, write down acceptance criteria — the specific, checkable conditions that must be true before it can be signed off. Good acceptance criteria share three traits:

  • Specific. "The report is high quality" is not a criterion; "every figure cites a dated source and totals reconcile to the finance export" is.
  • Measurable or observable. Someone other than the author must be able to look at the deliverable and agree, without debate, whether each condition is met.
  • Agreed in advance. Criteria written after the work is finished are an argument, not a standard. Settle them with the client or sponsor before the work starts so acceptance is a check, not a negotiation.

Where a standard already exists — a brand guide, a coding standard, a regulatory requirement, an accessibility level — reference it rather than re-describing it, and treat conformance to it as one of the criteria. The aim is that quality becomes a list you can tick, not a feeling you have to defend.

Review and approval gates

Quality is built in by checking work before it moves forward, not by inspecting it at the very end. A project QA plan defines the gates a deliverable must pass through, and what happens at each. Common gates, roughly in order of cost to fix, are:

  • Author self-check — the person who produced the work runs it against a checklist before showing anyone. Cheap, and it catches the obvious.
  • Peer review — a colleague who did not do the work reviews it against the acceptance criteria and the relevant standard. This is where most defects should be caught.
  • Quality / lead review — a QA lead or discipline lead confirms standards and consistency across the deliverable, and that earlier review comments were actually resolved.
  • Approval / sign-off — the accountable owner (often the client, sponsor, or product owner) formally accepts the deliverable against its criteria, usually recording the decision in writing.

For each gate, the plan should state the entry condition (what must be ready before the gate), the exit condition (what "passed" means), and who decides. A gate with no written exit condition is a meeting, not a control.

Roles and responsibilities (RACI)

Quality fails most often not because nobody cares but because everybody assumed someone else was checking. A RACI matrix removes that ambiguity by naming, for each quality activity, who is:

  • Responsible (R) — does the work of checking or producing the deliverable.
  • Accountable (A) — owns the outcome and makes the accept/reject call; there is exactly one A per activity.
  • Consulted (C) — gives input or expertise before the decision (two-way).
  • Informed (I) — is told the outcome after the fact (one-way).

A short RACI table covering the key activities — writing the plan, reviewing each deliverable, approving exit from each gate, triaging defects — is usually enough. The discipline is in the single Accountable name: if two people are accountable for the same sign-off, neither truly is.

Metrics and defect handling

A plan that cannot tell whether quality is improving or slipping is just hope on paper, so agree a small set of metrics up front and track them. Useful, lightweight measures include the number of open defects by severity, the proportion of deliverables that pass review first time, rework time as a share of total effort, and the count of issues found after sign-off (escapes). Pick two or three that the team will actually update, not a dashboard nobody maintains.

Behind the metrics sits a defect process that everyone follows. Define how an issue is raised, how it is classified by severity (for example: Critical = blocks acceptance or causes data loss; Major = significant fault with no clean workaround; Minor = cosmetic or low-impact), who triages it, and how it is tracked to closure. Tie severity to the gates: typically no Critical or Major defects may remain open when a deliverable is approved, while agreed Minor issues can be deferred to a documented backlog. Recording defects in one place, with severity and owner, is what lets the metrics mean anything.

How it fits the project plan

The QA plan is not a standalone artefact; it hangs off the rest of the project's documents and only works when it is wired into the schedule. It draws its list of deliverables and milestones from the project charter and the implementation plan, and it inherits the standards and overall approach from the organisation's quality assurance plan. It also pairs naturally with the risk assessment: the highest-risk deliverables are the ones that earn the most review, so risk ranking and QA effort should line up.

Practically, this means the review and approval gates must appear as real activities in the project schedule, with time and named people allocated to them. A gate that is not in the plan will be skipped the moment the deadline looms. When the QA plan, the schedule, and the deliverable list agree with one another, quality stops being a last-minute scramble and becomes a planned part of how the work gets done.

Common mistakes to avoid

  • Vague acceptance criteria. If a criterion cannot be checked by someone other than the author, it is an opinion, not a standard. Make every condition specific and observable.
  • Setting criteria after the work is done. Agree what "acceptable" means before starting, or acceptance becomes a dispute instead of a check.
  • Gates with no exit condition. "We'll review it" is not a control. State what passing the gate means and who decides.
  • A RACI with two people accountable. Shared accountability for a sign-off means nobody truly owns it. Exactly one Accountable name per activity.
  • Confusing this with the org-wide QA plan or the test plan. The project QA plan applies standards to one project's deliverables; it is not the standing programme, and it covers more than software test cases.
  • Inspecting only at the end. Quality found at final sign-off is the most expensive kind. Push checking earlier with self-checks and peer review so defects surface when they are cheap to fix.
  • Metrics nobody updates. A handful of measures the team genuinely maintains beats an elaborate dashboard that goes stale by week two.

Required Sections

QA Objectives

Quality goals tied to project success criteria

Required

Scope and Coverage

In-scope features, out-of-scope items, and coverage boundaries

Required

Testing Strategy

Types of testing, tools, and sequencing

Required

Quality Gates

Pass/fail criteria at each project phase

Required

Roles and Owners

Who owns each QA activity and gate

Required

Defect Management

How defects are logged, prioritized, and resolved

Required

Sign-Off Process

Approval steps required before release

Required

Optional Sections

Risks and Mitigations

Known QA risks and contingency actions

Optional

Metrics and Reporting

How QA health is measured and communicated

Optional

Tools and Environments

Test tooling, environments, and data setup

Optional

Compliance Requirements

Regulatory or contractual quality obligations

Optional

Frequently Asked Questions

What's the difference between a project QA plan and a quality assurance plan?
An organisation-wide quality assurance plan describes the standing standards, processes, and audits a team applies across everything it produces. A project QA plan takes those standards and applies them to one specific engagement — its deliverables, its schedule, and its people. The QA plan is the standing programme; the project QA plan is how that programme is made concrete for a single project, including the acceptance criteria, review gates, and roles for that project's deliverables.
How is a project QA plan different from a test plan?
A technical test plan focuses on software: it defines the test cases, levels, and environments used to verify that a code release behaves correctly. A project QA plan is broader. It governs quality for every deliverable on a project — documents, designs, training, and physical work as well as software — by defining acceptance criteria, review and approval gates, roles, and a defect process. A test plan can sit inside a project QA plan as the detail for the software deliverable.
What makes a good acceptance criterion?
A good acceptance criterion is specific, observable, and agreed in advance. Specific means it names an exact condition rather than a feeling — for example, every price matches the supplied list, not the page looks right. Observable means someone other than the author can look at the deliverable and agree, without debate, whether the condition is met. Agreed in advance means it is settled with the client or sponsor before the work starts, so acceptance is a check rather than a negotiation.
What are review and approval gates?
Gates are the checkpoints a deliverable passes through on its way to acceptance, with quality checked before the work moves forward rather than only at the end. A typical sequence is an author self-check, a peer review, a quality or lead review, and a final approval or sign-off by the accountable owner. For each gate the plan should state the entry condition, the exit condition that defines passing, and who decides. A gate without a written exit condition is just a meeting, not a control.
Why use a RACI matrix in a project QA plan?
Quality often fails because everyone assumed someone else was checking. A RACI matrix removes that ambiguity by naming, for each quality activity, who is Responsible for doing it, Accountable for the outcome, Consulted for input, and Informed of the result. The key discipline is that exactly one person is Accountable for each sign-off; if two people share accountability, neither truly owns it, and the decision falls through the cracks.
How should defects be classified and handled?
Define a simple severity scale up front and apply it consistently — for example Critical for faults that block acceptance or cause data loss, Major for significant faults with no clean workaround, and Minor for cosmetic or low-impact issues. Each issue is raised in one tracker with steps to reproduce, triaged to set severity and owner, and tracked to closure. Tie severity to the gates: usually no Critical or Major defects may remain open at sign-off, while agreed Minor issues can be deferred to a documented backlog.

Ready to create your document?

Use our free template or generate a custom version tailored to your needs.

Use Free Template
Create your custom version — free to start

20 free credits on signup — no card needed

This document is for informational purposes and serves as a general guide.

Last reviewed: June 4, 2026