This guide provides essential information and clear steps to help you start testing for digital accessibility. You'll learn what accessibility testing involves and how to perform it.
Testing must occur before a tool or system is procured or deployed, and prior to digital information like websites or documents going live online.
Rice requires that all information communication technologies (ICTs) conform to WCAG 2.1 Level AA standards.
Digital accessibility testing is the process of evaluating digital content—websites, software, documents—to ensure everyone, including people with disabilities, can use it. This testing ensures inclusive and accessible digital experiences.
There are two primary types of accessibility tests:
A blended strategy, combining both technical and functional tests, is crucial for effective accessibility testing.
Employ both methods to achieve a comprehensive understanding of a digital property's accessibility.
To create and assess fully accessible digital products, they must meet both technical and functional requirements.
It is critical to build in accessibility requirements and test them as part of your development or procurement process, and not leave it to be assessed just prior to launch. Not only does this add pressure to the team or person(s) testing, but it also adds other costs of exclusion.
Automated tools evaluate a digital content item's code and content, identify accessibility issues, and provide guidance for fixes. These tools save time and catch errors that may not be immediately obvious.
Automated tools cannot catch every error, as they do not understand context or evaluate content quality. After an initial pass with automated tools, you must perform manual testing to ensure your website is inclusive and accessible.
Read your content with accessibility best practices in mind. Focus on clear language, logical headings, and appropriate alternative text for images.
<h1>
<h2>
<h3>
<h4>
Forms
<label>
aria-label
title
Tables
Verify that all interactive elements (links, buttons, forms, navigation menus) operate solely with a keyboard (Tab, Shift+Tab, Enter, Spacebar, arrow keys). This is critical for users who cannot use a mouse.
Test with a screen reader to uncover issues related to reading order, heading structure, and how interactive elements are announced. This provides insight into the experience of users with visual impairments. The three main screen readers that are used by assistive technology users are: JAWS (paid license required), NVDA (free), VoiceOver (Mac OS). It is valuable to test using a variety of screen readers, as each one works differently with content.
Mobile accessibility testing is an essential step. Many people access digital content on smartphones and tablets. TalkBack (Android) and VoiceOver (iPhone) are built-in screen readers that read page content aloud. Use the following guidance for comprehensive mobile accessibility testing:
The Rice Digital Accessibility team can support content creators, designers, developers, and others procuring technologies in determining the best strategy to complete accessibility testing and help answer questions about results or potential fixes.