What Is Accessibility Testing?
Accessibility testing is the practice of evaluating software to ensure it is usable by people with disabilities, including visual, auditory, motor, and cognitive impairments, typically measured against WCAG (Web Content Accessibility Guidelines) standards.
Free to start · 7-day trial on paid plans
In Depth
Accessibility testing covers four principles (POUR): Perceivable (can users perceive the content through different senses?), Operable (can users navigate and interact using keyboard, voice, or assistive devices?), Understandable (is the content and navigation predictable and readable?), and Robust (does it work with current and future assistive technologies?).
Automated tools like axe-core, Lighthouse accessibility audits, and pa11y can catch approximately 30-40% of accessibility issues: missing alt text, insufficient color contrast, missing form labels, incorrect heading hierarchy, and ARIA misuse. The remaining 60-70% require manual testing: keyboard navigation flow, screen reader experience (using NVDA, JAWS, or VoiceOver), focus management in dynamic content, and cognitive load assessment.
Accessibility is not optional. In many jurisdictions (ADA in the US, EAA in the EU), inaccessible software can result in lawsuits. Beyond compliance, accessible design improves usability for everyone. Captions help users in noisy environments. Keyboard navigation helps power users. Good contrast helps users in bright sunlight.
Why Interviewers Ask About This
Accessibility is increasingly a must-test area. Interviewers ask about it to evaluate whether your quality mindset extends beyond functional correctness to inclusive design.
Example Scenario
An axe-core scan of a form reveals that input fields lack associated labels, a color-coded error indicator has insufficient contrast, and a modal dialog traps keyboard focus with no escape mechanism. The QA engineer files three bugs with WCAG references (1.3.1, 1.4.3, 2.1.2) and the fixes are prioritized for the current sprint.
Interview Tip
Mention both automated tools (axe-core, Lighthouse) and manual techniques (screen reader testing, keyboard navigation). Name specific WCAG success criteria rather than speaking generically about "accessibility."
Related Terms
Explore related glossary terms to deepen your understanding.
Related Resources
Dive deeper with these related interview prep pages.
Ready to Ace Your QA Interview?
Practice explaining accessibility testing and other key concepts with our AI interviewer.
Join 1,200+ QA engineers already practicing with AssertHired.
Start Your Free QA InterviewFree to start · 7-day trial on paid plans