Files
freeCodeCamp/guide/english/accessibility/automated-testing/index.md
Rachel Krupnick 558cdc000a feat: Add article on Automated Accessibility Tools (#34998)
* feat: Add article on Automated Accessibility Tools

* fix/formatting
2019-07-07 13:59:18 -05:00

1.3 KiB

title
title
Automated Accessibility Testing Tools

Automated Accessibility Testing

Automated Accessibility Testing Tools provide you with a way to test your application or website for common accessibility issues. They also help you meet accessibility guidelines. These tools are also called Web Accessibility Evaluation tools. With these tools you can test your entire codebase as a whole. This is much easier and less time-consuming than using manual tools which require you to check every page individually.

What Are They Testing For?

They are testing to see if your content follows established guidelines such as Section 508 Compliance, Web Content Accessibility Guidelines (WCAG), and the Americans with Disabilities Act (ADA).

How Do They Work?

This depends on the tool you are using, and the language or framework that your codebase is written in. Many integrate with a testing suite.

More Information:

W3C List of Web Accessibility Tools
W3C Guide to Selecting Accessibility Tools
Comparing 3 Top Automated Accessibility Tools