• About us
    About us
    question mark
    Who we are

    Learn more about Mantu values, governance and offices.

    hexagon
    Our brands

    11 brands united by a shared vision.

    leave
    Sustainability

    Our strategy through diversity, environment and innovation.

    bookshelf
    Pressroom

    Breakthroughs, partnerships, and voices behind the transformation.

  • What we do
    What we do
    mantu
    PRACTICES

    Four practices designed to empower organizations, connect talent, and shape sustainable growth.

    cpu
    Technology

    Deep industry knowledge & cutting edge technology to co-create meaningful solutions.

    handshake
    Total Talent Management

    Tech to boost talent and create strong links between companies and the minds they need.

    digital qr
    Creative Intelligence

    Ensure continuity between decision, activation, and adoption. One team, one trajectory, through to lasting impact.

    medal
    Leadership & Advocacy

    Equip executive teams to define their purpose, shape their positioning and drive their strategy.

  • Insights
    Insights
    book open 4
    Blog

    Bold thinking. Fresh perspectives.

    book check
    Client Stories

    Where audacious ideas turn into real stories.

    mantu best managed companies award
    Mantu awarded one of Switzerland’s Best Managed Companies 2025 by Deloitte

    This award highlights the exceptional performance of privately held Swiss companies that demonstrate excellence in strategy, governance, innovation, and long-term results.

    Read more
    WeMeet 2025-2772 1 1
    Mantu signs the DEI Charter

    At the beginning of July 2025, Mantu’s Executive Committee signed the DEI Charter to foster diversity, equity, and inclusion at Mantu.

    Read more
  • Careers
    Careers
    binoculars
    Life at Mantu

    Mantu, as seen by its team members.

    building
    Find a company

    Mantu brings together complementary brands that cover many sectors, all around the world.

Quality-Assurance-vs-Quality-Control
September 17, 2026

Quality Assurance vs Quality Control in Modern Software Delivery

Quality assurance vs control is one of the most consistently confused pairs of terms in software delivery. QA and QC are related but not interchangeable: QA is a process-level discipline aimed at preventing defects before they happen, while QC is the activity of checking a specific product against defined standards after it's been built.

The distinction matters operationally, because teams that treat them as synonyms tend to underinvest in one at the expense of the other.

QA Definition: What Quality Assurance Actually Covers


Quality assurance is a set of planned, process-oriented activities designed to build quality into a product from the start, rather than inspecting it in afterward. A QA process typically spans requirements review, coding standards, peer review practices, and the design of test strategies all activities that happen before a single test case is executed against a finished feature.

Because QA operates upstream, its impact is harder to measure directly. A strong QA process doesn't produce a visible artifact the way a bug report does; it shows up as fewer defects reaching later stages, and as a more predictable software delivery lifecycle overall.

QC's Role Compared to QA


Quality control is narrower and more concrete: it's the verification that a specific deliverable meets its defined requirements. QC activities include running test cases, inspecting code against a checklist, and validating that a release candidate behaves as expected before it ships.

Where QA asks "are we building this the right way," QC asks "does this specific thing work as specified." Both are necessary, but they answer different questions, which is why QC without QA tends to produce teams that catch defects constantly but never reduce how many are introduced in the first place.

QA vs QC vs Testing: Where the Confusion Comes From


Testing is frequently used as a stand-in for both terms, which is where most of the confusion starts. Testing is actually a subset of QC: it's one of the mechanisms used to verify a product, alongside code reviews, static analysis, and manual inspection. The table below separates the three clearly.

Dimension

Quality Assurance (QA)

Quality Control (QC)

Testing

Focus

Process and prevention

Product verification

Execution of checks

Timing

Before development / ongoing

After a deliverable exists

During QC activities

Typical output

Standards, review practices, test strategy

Pass/fail verification, defect reports

Test cases, test logs, coverage reports

Owned by

Whole delivery team

QC / test function

Test engineers, automation

Once this separation is clear, a common follow-up question is where automation fits and the answer is that test automation is a QC mechanism, not a QA one. Automating test cases makes QC faster and more consistent; it doesn't, by itself, improve the upstream process that QA is responsible for.

Software Quality Assurance in Practice


In a modern software delivery lifecycle, QA and QC activities run in parallel rather than in sequence. A few patterns are common across mature teams:

  • Shift-left QA: involving QA practices during requirements and design, not just before release, to catch ambiguity early.

  • Continuous QC through automation: test automation embedded in CI/CD pipelines, so defect detection happens on every build rather than at the end of a sprint.

  • Shared defect data: feeding QC results back into the QA process, so recurring defect categories inform changes to coding standards or review checklists.

This feedback loop is what separates organizations that treat quality assurance as an evolving process from those that treat it as a fixed checklist applied the same way every release.

A Simple Way to Tell Them Apart

When in doubt, a practical heuristic works well: if the activity is about how work gets done, it's QA; if it's about whether a specific output is correct, it's QC. Test automation, defect detection, and test case execution all sit on the QC side of that line, even though they're often discussed under the broader "QA" label in job titles and team names.

Why the Distinction Affects Delivery Outcomes


Teams that only invest in QC, more testing, more automation, more checks, often see diminishing returns: defect counts plateau because the same categories of issues keep being introduced upstream. Strengthening the QA process, even modestly, tends to reduce the volume of defects QC has to catch in the first place, which is usually a better return on effort than adding more test cases to an already large suite.

Citation Quote Primary

Quality is not inspected into a product; it is built in through the process that shapes how the product gets made.

Organizations reviewing how their QA and QC functions are structured often find the split isn't formally defined at all, testing, QA, and QC responsibilities are distributed informally across the same people, which makes it hard to tell which discipline is actually underperforming. Clarifying this separation is frequently one of the first steps in a broader quality assurance consulting engagement, before any tooling or automation decisions are made.

Putting the Distinction to Work


QA and QC solve different problems, and conflating them tends to leave one side underfunded, usually QA, since its results are less visible than a QC defect report. Teams that keep the two disciplines explicitly separate, with clear ownership and a feedback loop between them, generally get more consistent quality outcomes than teams that simply add more testing whenever defects increase. For teams unsure where their current setup falls short, a structured review of QA and QC practices is usually a faster starting point than expanding the test suite further.