9.0.0+19 Accessibility Testing
Video:
Testing the Accessibility of
Web Applications with QF-Test
QF-Test supports accessibility testing for web applications based on the WCAG guidelines (www.w3.org/WAI/standards-guidelines/wcag/ or www.wcag.com). The majority of these guidelines can be checked automatically. To support this, QF-Test provides its own tests, as well as integration with the comprehensive accessibility library axe-core. QF-Test offers the following features:
- Clear HTML reports and detailed QF-Test run logs
- Logging of problematic elements with extensive information and suggestions for troubleshooting
- Screenshots with highlighted problematic elements for easy identification
10.0+ Prior to QF-Test version 10.0, the provided accessibility tests were only accessible by calling procedures from the standard library, such as checkAxeRules. These tests can now be defined via the Accessibility Checks step using YAML syntax. You can also configure settings for logging the results in the Accessibility Checks step.
Note The term a11y, used in the names of the procedures, is a commonly used abbreviation for accessibility (English: "Accessibility," "A" + 11 letters + "y").