# Atomic Tests vs. Holistic Tests: A New Testing Approach

> Compare WCAG 3.0’s quantitative/qualitative testing flow with WCAG 2.2’s success-criteria model. We cover Atomic/Holistic concepts, view/process scope, and how tests connect to scoring from a practical perspective.

**Published:** 2026-01-26 | **Updated:** 2026-01-26

---


## Introduction

When people hear “accessibility testing,” they often think of a checklist: “Does this button have alternative text?” “Is the contrast ratio high enough?” WCAG 2.2 is built around **clear pass/fail checks** like these.

WCAG 3.0 moves toward a broader unit of evaluation, aiming to consider **overall user experience quality**. That shift naturally changes how we test. We now combine fine-grained checks (Atomic) with real-world contextual evaluation (Holistic).

This shift directly connects to the **score-based conformance model** discussed in [WCAG 3.0 Conformance Model: Beyond A/AA/AAA](/en/posts/wcag-3-scoring-conformance/). The weight you give each test type can change the score and the level you reach.

> **Important**: This post is based on the WCAG 3.0 Editor’s Draft (2026-01-05). The Draft can change at any time, and this post may need updates as it evolves.

{{< img src="images/contents/og_bg_thumb.png" alt="Thumbnail illustrating WCAG 3.0 testing methods, balancing Atomic and Holistic tests" caption="Image: generated with Nanobanana AI" >}}

---

## WCAG 2.2 Testing: Success Criteria First

WCAG 2.2 evaluates **Success Criteria**. Each criterion is pass/fail, and conformance is only declared if all required levels (A/AA/AAA) are met. The evaluation scope must include a **complete set of web pages** and **complete processes** (e.g., login, checkout).

In practice, WCAG 2.2 has these traits:

- **Strong for atomic checks**: individual elements and rules are testable
- **Binary outcomes**: a single failure can invalidate a level
- **Limited context**: real user experience requires additional review

It works well with automation tools, but it struggles to answer the question: “Can a user actually complete the task?”

{{< img src="images/contents/atomic-checklist.jpg" alt="Atomic testing resembles a long checklist of individual items" caption="Photo: <a href='https://unsplash.com/photos/yKnIbJV0RbY' target='_blank' title='Opens in a new tab'>Unsplash</a> by <a href='https://unsplash.com/@jakubzerdzicki' target='_blank' title='Opens in a new tab'>Jakub Żerdzicki</a>" >}}

---

## WCAG 3.0 Testing Types: Quantitative and Qualitative

WCAG 3.0 proposes **multiple testing types** in parallel. The latest Explainer and Draft distinguish **Quantitative tests** and **Qualitative tests**.

- **Quantitative tests**: repeatable criteria with measurable outcomes
- **Qualitative tests**: user experience, context, and complex interactions

The terms “Atomic Tests” and “Holistic Tests” appeared in the 2021 Working Draft. As a direction, they align with **Atomic = quantitative/technical checks** and **Holistic = user-experience evaluation**.

So the goal is not “score everything,” but rather to **explain results through a layered mix of tests**.

{{< img src="images/contents/atomic-holistic-map.png" alt="Diagram showing Atomic and Holistic tests complementing each other" caption="Image: generated with Nanobanana AI" >}}

---

## Evaluation Scope in WCAG 3.0: Views and Processes

WCAG 3.0 scopes evaluation around **Views** and **Processes**, rather than pages. This design covers web, apps, documents, and hybrid systems.

- **View**: a single screen a user sees
- **Process**: a flow across multiple views

This aligns with testing: Atomic tests verify **individual views**, while Holistic tests validate **end-to-end process quality**.

{{< img src="images/contents/view-process-scope.png" alt="Diagram showing the relationship between views and processes in WCAG 3.0 scope" caption="Image: generated with Nanobanana AI" >}}

---

## How Tests Shape the Score

As explained in [WCAG 3.0 Conformance Model: Beyond A/AA/AAA](/en/posts/wcag-3-scoring-conformance/), WCAG 3.0 explores a **score-based model**. The quality of that score depends heavily on **what you test**.

- **Only Atomic tests**: fast and consistent, but may miss real usability
- **Including Holistic tests**: more user-centered, but higher cost and subjectivity

This direction is similar in spirit to Korea’s web accessibility certification process, which separates expert review and user testing. The key difference is that WCAG 3.0 frames the split by **test type (quantitative/qualitative)** rather than **reviewer roles**, and it assumes a score-based model.

The core challenge, then, is finding a **balanced mix** that fits your organization’s resources, product complexity, and user groups.

{{< img src="images/contents/balance-scale.jpg" alt="Balancing Atomic and Holistic testing is like finding the right balance on a scale" caption="Photo: <a href='https://unsplash.com/photos/p8JbzOUwdjg' target='_blank' title='Opens in a new tab'>Unsplash</a> by <a href='https://unsplash.com/@loomydoons' target='_blank' title='Opens in a new tab'>Myles Bloomfield</a>" >}}

---

## What This Means in Practice

WCAG 3.0 is not saying “test more.” It’s saying **rebalance your testing strategy**.

A practical approach looks like this:

1. **Broad Atomic checks**
   - automated tools + checklists
   - wide coverage, fast feedback

2. **Targeted Holistic checks**
   - user scenario validation
   - critical flows (sign-up, checkout, search)

3. **Document outcomes clearly**
   - not just pass/fail
   - “who experienced what, and in which context”

This lets you keep your WCAG 2.2-based audit process while moving toward WCAG 3.0’s direction.

{{< img src="images/contents/strategy-planning.jpg" alt="Accessibility testing requires a balanced strategy tailored to the organization" caption="Photo: <a href='https://unsplash.com/photos/0g-iLtxmMhA' target='_blank' title='Opens in a new tab'>Unsplash</a> by <a href='https://unsplash.com/@wocintechchat' target='_blank' title='Opens in a new tab'>Christina @ wocintechchat.com M</a>" >}}

---

## Closing

WCAG 2.2 excels at **clear rule-based evaluation**, while WCAG 3.0 aims to strengthen **real-world usability evaluation**. The clearest example of that shift is the **combination of Atomic and Holistic tests**.

In the next post, we’ll look at how **Assertions** connect to scoring and how Foundational/Supplemental Requirements work together in practice.


---

## Other Posts in This Series

- [The Dawn of WCAG 3.0: Why We Need New Guidelines]({{< relref "/posts/wcag-3-era-why-new-guidelines" >}})
- [WCAG 3.0 Structure Anatomy: From Success Criteria to Outcomes]({{< relref "/posts/wcag-3-structure-outcomes" >}})
- [WCAG 3.0 Conformance Model: Moving Beyond A/AA/AAA]({{< relref "/posts/wcag-3-scoring-conformance" >}})
- [Assertions: A New Unit for Accessibility Evaluation]({{< relref "/posts/wcag-3-assertions" >}})
- [WCAG 3.0 Expanded Scope: Beyond the Web]({{< relref "/posts/wcag-3-expanded-scope-beyond-web" >}})
---

> **Disclaimer**: This post is based on the WCAG 3.0 Editor’s Draft (2026-01-05). The specification is still under development, and details may change before it becomes a Recommendation.

