Skip to content

Manual inspection

Manual accessibility tests are essential to check aspects that automated tools cannot or only inadequately cover. They focus on usability, comprehensibility, structure, and the actual user experience.

Typical test areas:

AreaTest goal
Keyboard operationNavigation without mouse, logical tab order, visible focus
Focus controlFocus jumps are understandable, no focus loss
Contrast and visual designText-background contrast, readability, visual clarity
FormsCorrect labels, error communication, accessibility
Semantic structureLogical heading hierarchy, landmark usage, navigation
Comprehensibility of contentClear language, consistent terms, structured content
Screenreader compatibilityMeaningful announcements, correct structure and interactions

Tools for support:

  • Browser developer tools
  • Extensions like axe DevTools, WAVE, Accessibility Insights
  • Contrast checker like the Color Contrast Analyzer
  • Screen readers like NVDA, VoiceOver, TalkBack
  • Text analysis tools
  • Combination of keyboard and screen reader tests
  • Use of project-specific checklists
  • Documentation and communication of results
  • Optional: Involvement of affected persons for realistic tests

Note: Detailed instructions for manual testing can be found in the following chapters:

  • 3.2.1: Conducting targeted manual tests
  • 3.2.2: Testing with screen reader