Intelligent Guided Tests

Link to Intelligent Guided Tests copied to clipboard
Free Trial

Powered by AI, Intelligent Guided Tests (IGTs) take accessibility testing beyond want automated testing is capable of covering without relying on an accessibility expert's manual assessment. A series of simple questions will be asked about the application being tested and, in doing so, some of the more complex accessibility checks will be performed.

To get started with Intelligent Guided Tests, first scan a page or part of a page and save the results. Once saved, the user will be taken to the Guided Tests page where they can start any of the IGTs.

tip

For pages with excessively large amounts of DOM nodes (thousands of HTML elements), utilizing the Scan PART of my page feature is recommended to speed up testing. Limiting the scope of the test will create an easier / faster IGT experience.

Table

The Table test facilitates the testing of simple, complex and layout tables. The expected markup, roles, attributes, and associations are validated and custom remediation help is generated for the more complicated issues.

note

The Table IGT does not currently support ARIA grids and tables (role="grid" and role="table").

Keyboard

The Keyboard IGT is designed to reduce the time it takes to determine if a page is accessible by keyboard only. It does this by tabbing through the page and evaluating each tab stop for things like focus indication and whether or not the accessible names and roles are appropriate. Traditionally, a subject matter expert (SME) would be needed to evaluate if a page was accessible by a keyboard, but with this test, a novice can evaluate for keyboard accessibility in minutes.

The Modal Dialog IGT evaluates ARIA modal dialogs and alert dialogs for accessibility and builds on the technology used in the keyboard tool to check for things such as keyboard traps and making sure focus is handled properly.

note

Due to known issues in certain assistive technologies, the Modal Dialog IGT does not currently give a "pass" to usage of the aria-modal="true" attribute. Instead, it is recommended to prevent screen readers from browsing outside the modal using aria-hidden="true". View more information on screen readers being able to browse content outside of dialogs here.

Interactive Elements

The Interactive Elements IGT is designed to raise accessibility issues related to labels, states, and roles for elements found on a page, such as buttons, links, scrollable regions, and the like. Many pages have dozens if not hundreds of interactive elements on a page, so this test allows grouping of elements so that not everything has to be tested at once.

Lists

The Lists IGT has been deprecated and moved into the Structure IGT.

Images

The Images IGT is designed to raise accessibility issues related to the use of images. It can help determine if the markup is correct and if the appropriate alt attributes are used. It also helps point out if text is used inappropriately in images.

note

The Images IGT does not currently cover font icons (like Font Awesome).

Structure

The Structure IGT aims to raise accessibility issues related to the way a page presents content. The Structure IGT incorporates the now deprecated Page Info, Lists, and Headings IGTs.

Forms

The Forms IGT is useful for determining whether an individual form is accessible or not. The test analyzes a number of things related to form fields and controls as well as how the form operates, whether items are correctly grouped together, and whether requirements are properly stated and whether appropriate validation and communication is happening.

note

The forms IGT only covers native form controls; custom widgets will not be included.