Skip to main content

Welcome to our new website! The content and organization have been heavily redone and we want to hear from you! 
Submit feedback

Accessibility Testing Toolkit

Comprehensive testing tools for web, mobile, and document accessibility evaluation.

UA-approved tools · Updated 2026-01-05

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)

ToolBrowserBest forWCAG coverage
WAVEChrome, Firefox, EdgeQuick visual feedback, document structureWCAG 2.1 AA
axe DevToolsChrome, Firefox, EdgeDeveloper-focused, CI/CD integrationWCAG 2.2 AA
Accessibility InsightsChrome, EdgeGuided assessments, tab stops visualizationWCAG 2.2 AA
IBM Equal AccessChrome, FirefoxEnterprise-scale scanningWCAG 2.1 AA
Web DeveloperChrome, FirefoxCSS inspection, image alt text reviewManual checks

Automated testing platforms

PlatformTypeBest forCost
Deque axe MonitorSaaSEnterprise site monitoring, dashboardsLicensed
SiteimproveSaaSContent governance, quality assuranceLicensed (UA has limited access)
Pa11yOpen sourceCI/CD pipelines, command-line testingFree
Lighthouse CIOpen sourcePerformance + accessibility in CI/CDFree

Manual testing checklist

These checks cannot be automated and require human judgment.

Keyboard navigation

  • Tab order: Can you navigate all interactive elements in logical order using Tab/Shift+Tab?
  • Focus visible: Is the focused element always clearly visible?
  • No keyboard traps: Can you always Tab away from every component?
  • Skip links: Can you bypass repetitive navigation?
  • Shortcuts: Do custom keyboard shortcuts conflict with assistive technology?

Content and context

  • Reading order: Does content make sense when read linearly?
  • Link purpose: Do links describe their destination? (No "click here")
  • Error identification: Are form errors clearly described?
  • Language: Is the page language declared? Are language changes marked?
  • Consistent navigation: Is navigation consistent across pages?

Visual design

  • Zoom: Is content usable at 200% zoom without horizontal scrolling?
  • Reflow: Does content reflow at 320px width?
  • Spacing: Is text readable with 1.5× line height, 2× paragraph spacing?
  • Motion: Can animations and auto-playing content be paused?

Screen reader testing

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

Recommended pairings

Screen readerPlatformBest browserCost
NVDAWindowsFirefox, ChromeFree (donation-supported)
JAWSWindowsChrome, EdgeLicensed (DRC has copies)
VoiceOvermacOS, iOSSafariBuilt-in (free)
TalkBackAndroidChromeBuilt-in (free)
OrcaLinuxFirefoxFree

What to test

  • Page title: Is it announced when the page loads?
  • Headings: Can you navigate by heading? Is the hierarchy logical?
  • Landmarks: Are main, nav, header, footer regions identified?
  • Forms: Are labels associated with inputs? Are errors announced?
  • Images: Is alt text meaningful? Are decorative images hidden?
  • Tables: Are headers associated with data cells?
  • Dynamic content: Are updates announced via live regions?

Color and contrast tools

ToolUse caseLink
WebAIM Contrast CheckerQuick two-color checkwebaim.org/resources/contrastchecker
Colour Contrast AnalyserDesktop app, eyedropper tooltpgi.com/color-contrast-checker
StarkFigma/Sketch plugingetstark.co
Who Can UseSimulates vision conditionswhocanuse.com
CoblisColor blindness simulatorcolor-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

FormatToolBuilt-in?
Microsoft WordAccessibility Checker (Review tab)Yes
Microsoft PowerPointAccessibility Checker (Review tab)Yes
Microsoft ExcelAccessibility Checker (Review tab)Yes
Google Docs/Slides/SheetsGrackleAdd-on
Adobe PDFAcrobat Pro Accessibility CheckYes (Pro only)
PDF (free)PAVEWeb tool

Mobile app testing

iOS

  • VoiceOver: Built-in screen reader (Settings → Accessibility)
  • Accessibility Inspector: Xcode tool for developers
  • Switch Control: Test switch access compatibility

Android

  • TalkBack: Built-in screen reader (Settings → Accessibility)
  • Accessibility Scanner: Google app for automated checks
  • Switch Access: Test switch compatibility

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

  • Faulkner, S., et al. (2019). "Automated Accessibility Testing Tools: How Much Do Scans Catch?" Journal of Web Accessibility.
  • WebAIM. (2024). The WebAIM Million. Annual accessibility analysis of top websites.
  • W3C WAI. (2023). Evaluating Web Accessibility. Web Accessibility Initiative.