Accessibility Testing

Accessibility testing checks whether people with different abilities, devices, tools, and contexts can actually use a digital product.

Two Kinds Of Testing

TypeUseLimit
automated testingfinds technical issues such as contrast, heading problems, missing labels, or WCAG errorscannot understand whether the experience makes sense
qualitative testingtests with keyboard, screen reader, and real usersneeds planning, recruitment, and interpretation

Both are needed.

Quick Manual Checks

  • navigate by keyboard
  • check that focus is visible
  • zoom text and inspect layout
  • use a screen reader
  • check contrast
  • inspect headings
  • review link and button labels
  • test form errors
  • check whether content is understandable

Why Real Users Matter

Tools can tell whether a label exists. A person can tell whether the label is useful.

Tools can tell whether an error message appears. A person can tell whether the message helps them recover.

Tools can find technical problems, but people reveal real barriers.