Testing approach

Accessibility testing requires a multi-layered approach. No single tool catches all issues. Research shows automated tools detect only 25-40% of WCAG failures (Faulkner et al., 2019). Combine automated scans with manual testing and assistive technology evaluation for comprehensive coverage.

Automated scanning

Catches structural issues, missing attributes, and color contrast problems quickly.

Coverage: ~30% of WCAG criteria

Manual testing

Keyboard navigation, reading order, cognitive load, and context evaluation.

Coverage: ~50% of WCAG criteria

Assistive technology

Real-world testing with screen readers, magnification, and voice control.

Coverage: ~20% of WCAG criteria

Automated testing tools

Browser extensions (Free)

Tool Browser Best for WCAG coverage
WAVE Chrome, Firefox, Edge Quick visual feedback, document structure WCAG 2.1 AA
axe DevTools Chrome, Firefox, Edge Developer-focused, CI/CD integration WCAG 2.2 AA
Accessibility Insights Chrome, Edge Guided assessments, tab stops visualization WCAG 2.2 AA
IBM Equal Access Chrome, Firefox Enterprise-scale scanning WCAG 2.1 AA
Web Developer Chrome, Firefox CSS inspection, image alt text review Manual checks

Automated testing platforms

Platform Type Best for Cost
Deque axe Monitor SaaS Enterprise site monitoring, dashboards Licensed
Siteimprove SaaS Content governance, quality assurance Licensed (UA has limited access)
Pa11y Open source CI/CD pipelines, command-line testing Free
Lighthouse CI Open source Performance + accessibility in CI/CD Free

Manual testing checklist

These checks cannot be automated and require human judgment.

Keyboard navigation

Content and context

Visual design

Screen reader testing

Test with at least one screen reader per platform. Each has different behaviors and browser pairings.

Recommended pairings

Screen reader Platform Best browser Cost
NVDA Windows Firefox, Chrome Free (donation-supported)
JAWS Windows Chrome, Edge Licensed (DRC has copies)
VoiceOver macOS, iOS Safari Built-in (free)
TalkBack Android Chrome Built-in (free)
Orca Linux Firefox Free

What to test

Color and contrast tools

Tool Use case Link
WebAIM Contrast Checker Quick two-color check webaim.org/resources/contrastchecker
Colour Contrast Analyser Desktop app, eyedropper tool tpgi.com/color-contrast-checker
Stark Figma/Sketch plugin getstark.co
Who Can Use Simulates vision conditions whocanuse.com
Coblis Color blindness simulator color-blindness.com/coblis

WCAG requirements: Normal text needs 4.5:1 contrast ratio. Large text (18pt+ or 14pt bold) needs 3:1. UI components and graphics need 3:1.

Document testing tools

Format Tool Built-in?
Microsoft Word Accessibility Checker (Review tab) Yes
Microsoft PowerPoint Accessibility Checker (Review tab) Yes
Microsoft Excel Accessibility Checker (Review tab) Yes
Google Docs/Slides/Sheets Grackle Add-on
Adobe PDF Acrobat Pro Accessibility Check Yes (Pro only)
PDF (free) PAVE Web tool

Mobile app testing

iOS

Android

Recommended testing process

  1. Automated scan: Run WAVE or axe DevTools first to catch obvious issues
  2. Keyboard test: Navigate entire page using only keyboard
  3. Zoom test: Test at 200% and 400% zoom
  4. Screen reader test: Navigate with NVDA or VoiceOver
  5. Color test: Check contrast ratios and color-only information
  6. Content review: Check link text, headings, alt text quality
  7. Document results: Log issues with WCAG criteria and severity
Request testing consultation

References