Accessibility Testing Lab home
Accessibility Testing LabA hands-on environment for practising accessibility testing

Testing methods

Use these reference guides to learn how to perform specific accessibility testing techniques.

Foundations

Broad techniques that commonly form the beginning of an accessibility review.

  • Testing keyboard accessibility

    BeginnerAbout 15 minutes

    Check whether every interactive element can be reached, identified, and operated with a keyboard in a logical sequence.

  • Testing visual accessibility

    BeginnerAbout 15 minutes

    Review contrast, color-dependent information, text readability, and visible interaction states systematically.

  • Testing with automated tools

    BeginnerAbout 20 minutes

    Run a reproducible accessibility scan, verify every result in context, and identify what still requires manual testing.

Display and adaptation

Test how content responds to presentation settings, input conditions, and user preferences.

  • Testing mobile touch and orientation

    BeginnerAbout 25 minutes

    Check target size and spacing, orientation support, gesture alternatives, and pointer cancellation on touch interfaces.

  • Testing zoom and reflow

    BeginnerAbout 20 minutes

    Check whether content and functionality remain available when text is enlarged and the page reflows into a narrow CSS viewport.

Content and structure

Test whether information is represented and communicated accessibly.

Interaction and tasks

Test controls and workflows that users must operate or complete.

  • Testing controls with a screen reader

    BeginnerAbout 25 minutes

    Check whether common controls expose useful names, roles, states, values, keyboard behavior, and changes after interaction.

  • Testing forms and validation

    BeginnerAbout 25 minutes

    Check whether people can understand, complete, correct, and successfully submit a form.

  • Testing status messages and live updates

    IntermediateAbout 30 minutes

    Check whether dynamic updates are communicated at the right time and priority without unnecessarily moving focus or interrupting a task.

  • Testing time limits and interruptions

    BeginnerAbout 25 minutes

    Check whether people have enough time, receive useful warnings, can extend a session, and can recover their work after interruption.

  • Testing modal dialogs

    BeginnerAbout 25 minutes

    Test modal names, initial focus, keyboard containment, background inertness, closing behavior, and focus restoration.