Edit

Resources for accessibility testing

Accessibility testing is a form of usability testing to verify your website is usable by all people. Check out the W3C page Evaluating Web Accessibility Overview for information on when testing should be done, testing requirements, and who should test your site.

Use the following tools and testing procedures to evaluate your website for accessibility.

Accessibility testing features in DevTools

DevTools includes accessibility-testing features, such as tools that automatically generate accessibility reports for a webpage, including the Issues tool and the Lighthouse tool.

To learn more about the accessibility testing features of DevTools, see Accessibility-testing features.

Additional manual accessibility testing

DevTools also supports manual accessibility testing, such as:

  • Inspect different parts of the page by using the Inspect tool.
  • Use the keyboard to navigate the page.
  • Look for issues that arise when interacting with the page.
  • Look for issues related to changes in display, such as making the window narrow.

You might need to perform additional checks to ensure your website is usable by people with different needs, such as:

  • Testing when zoomed-in.
  • Testing with screen readers.
  • Testing with voice recognition.
  • Testing in high-contrast mode.

Use testers who have different accessibility needs

Ideally, have testers with different accessibility needs do manual accessibility testing.

Automated tools can't find all the accessibility problems of a website, because many of the barriers show up only during interactive use. None of the accessibility-testing features can replace testing with people that use assistive technologies and following a plan to check for all the required tests.

Use Accessibility Insights

You can also use the assessment feature of Accessibility Insights to measure your website's compliance with the Web Content Accessibility Guidelines (WCAG) 2.2 Level AA success criteria. To learn more, see Assessment in Accessibility Insights for Web.

External articles and websites

The Web Accessibility Initiative (WAI)