Software Testing Tools
Accessibility Testing Reference
Search accessibility testing tools and techniques. Covers axe-core, jest-axe, Playwright accessibility, screen reader testing, and keyboard navigation testing.
No data is transmitted — everything runs locallyTool
About this tool
Accessibility Testing Reference
The Accessibility Testing Reference covers axe-core, jest-axe, Playwright accessibility, screen reader testing, and keyboard navigation testing techniques.
• Look up jest-axe before adding accessibility testing to a React component test suite
• Reference screen reader testing tools before an accessibility audit
• Find Playwright accessibility assertion patterns before automating keyboard navigation
• Understand axe-core rule IDs before configuring accessibility CI gates
Next step
Performance Test Load Calculator — Calculate virtual user count and load test parameters from target RPS and response time.
Open Performance Test Load Calculator →
FAQ
What does this tool tell you?
The Accessibility Testing Reference covers axe-core, jest-axe, Playwright accessibility, screen reader testing, and keyboard navigation testing techniques.
What affects the result most?
Automated accessibility testing catches ~30% of WCAG issues — manual testing required for the rest. axe-core: most comprehensive automated accessibility rule set — used by browser extensions and CI. jest-axe: axe-core integration for React/Jest component testing — catches component-level issues.
How should I use the result?
Use this tool to orient quickly to the concepts, field names, or values you are about to look up in a full specification or vendor documentation. It summarizes the common cases; the authoritative source remains whichever standard or vendor doc defines the values themselves.