Skip to main content

Automated vs Manual Accessibility Testing

This is the debate the accessibility industry loves to muddy, because clarity is bad for business on both sides. Overlay vendors want you to believe a scanner is all you need. Consultancies want you to believe only a human audit counts. The honest answer is less convenient than either pitch: automated and manual testing find almost entirely different problems, and you genuinely need both. Here is exactly what each one catches, what it can't, and how to spend your time and money where it matters.

The Short Answer: It's Not Either/Or

Automated accessibility scanners reliably detect roughly 30 to 40 percent of the WCAG success criteria. That number surprises people who bought a tool expecting a green checkmark, but it has held steady across independent research for years. It isn't a knock on any particular scanner — it's a hard limit of what a machine can decide by reading code without understanding meaning, context, or intent.

So anyone who tells you a scan alone makes you compliant is selling you something. And anyone who tells you automated testing is worthless is also selling you something — usually a very expensive audit. The truth is that the two methods are complementary, not competing. One gives you breadth and speed at near-zero marginal cost; the other gives you judgment. Skip either and you have a blind spot.

What Automated Testing Actually Catches

Automated tools shine at the deterministic, machine-checkable rules — the ones with an objectively right or wrong answer in the markup. CompliaScan is built on axe-core, the same open-source engine that powers the accessibility panels in Chrome DevTools and countless enterprise tools, so what we find is consistent and defensible. That category includes:

  • Missing alternative text on images, and empty or filename alt attributes.
  • Insufficient color contrast between text and its background — something you can also spot-check with our color contrast checker.
  • Form inputs without labels and buttons with no accessible name.
  • Broken heading structure, missing document language, and duplicate element IDs.
  • Invalid or conflicting ARIA — roles that don't exist, attributes on the wrong elements, and required attributes left off.

These are not trivial. Missing alt text and low contrast are consistently the two most-cited issues in real ADA demand letters, and a scanner finds every instance across thousands of pages in seconds. That is exactly the kind of high-volume, repeatable work humans are bad at and machines are great at.

Want to know where your site stands?

Run a free scan →

What Automated Testing Will Never Catch

The other 60-plus percent of WCAG is where machines run out of road. These criteria require a judgment call about meaning or experience, and no amount of clever code can make that call for you:

  • Whether alt text is correct. A scanner confirms an image has alt text. It cannot tell you that “image123” is a useless description, or that a decorative photo should have been marked as decorative instead.
  • Whether the reading and focus order make sense. The DOM can be technically valid and still present content in an order that's nonsense to a screen-reader or keyboard user.
  • Whether a keyboard user can actually complete a task. Focus traps in modals, custom dropdowns you can open but not close, and skipped interactive elements almost always need a human at the keyboard to find.
  • Whether link text and instructions are meaningful. Ten “click here” links pass every automated check and fail a real user completely.
  • Whether error messages, video captions, and dynamic updates genuinely work for someone relying on assistive technology.

This is the honest reason we don't claim any tool — ours included — can make you “compliant” or “lawsuit-proof.” Compliance is a property of the experience a real person has, and part of that can only be verified by a real person. For the full picture of what a proper evaluation involves, see our accessibility audit guide.

Where Manual Testing Earns Its Keep

“Manual testing” sounds expensive and specialist, and a full expert audit can be. But a surprising amount of high-value manual testing is something you can do yourself in an afternoon, for free:

  • Unplug your mouse. Navigate your most important flows — sign-up, search, checkout — using only the Tab, Enter, Space, and arrow keys. If you can't finish the task, neither can a keyboard user.
  • Turn on a screen reader. VoiceOver ships with every Mac; NVDA is a free download on Windows. Close your eyes through one key page and listen to whether it makes sense.
  • Zoom to 200% and reflow. Check that nothing overlaps, gets cut off, or forces horizontal scrolling.
  • Read your own link text out of context. If “read more” is all you hear, rewrite it.

A structured way to work through these human checks is our WCAG checklist. Reserve paid expert audits for what truly needs deep expertise: complex web apps, custom interactive components, and legal documentation like a VPAT.

How to Combine Both Without Wasting Money

The most cost-effective program uses each method for what it does best. Automated first, manual second, monitoring always:

  1. Scan everything, automatically. Run every template through a scanner to clear the deterministic 30–40% at scale. Start with our free WCAG checker or the ADA compliance checker to get a baseline in minutes. Fixing these first means your human testers don't waste their time on issues a machine could have flagged.
  2. Manually test what the scan can't see. Point your human effort — yours or an expert's — at keyboard flows, screen-reader experience, and the quality of alt text and link text. This is where the remaining 60% lives.
  3. Use AI to speed up remediation, not to decide it. CompliaScan's AI fix suggestions are bring-your-own-key — you plug in your own OpenAI, Anthropic, or Gemini API key and pay the provider directly, with no markup from us. AI can draft an alt-text suggestion or a code fix in seconds, but a human still confirms it's right before it ships.
  4. Re-scan on a schedule. Sites change constantly, and a fix today can regress next deploy. Continuous automated monitoring catches new regressions cheaply so you only re-run the pricey manual pass when something structural changes.

The One “Method” That Fails Both Tests

Notice what's missing from the workflow above: the one-line overlay widget. Overlays market themselves as a shortcut past both automated and manual testing — a script that supposedly “fixes” your site at runtime. In practice they patch a thin slice of the automated 30–40% and do nothing for the manual 60%, all while advertising to plaintiffs that you looked for a shortcut. The evidence, including a $1M FTC order against accessiBe, is that they don't stop lawsuits. There is no third method that lets you skip the work — there's just the work.

See your lawsuit risk in 30 seconds

Over 5,100 ADA website lawsuits were filed in 2025 — a 20% year-over-year increase. Scan your site now and know exactly how exposed you are before a plaintiff's firm runs the same check.

Free scan · No signup required · Results in ~30 seconds

Keep reading

All articles →