• Software Testing Dictionary
  • Home

Accessibility Testing



What is accessibility Testing?

Accessibility testing is a subset of usability testing where in the users under consideration are people with all abilities and disabilities. The significance of this testing is to verify both usability and accessibility.

Accessibility aims to cater people of different abilities such as:

  • Visual Impairments

  • Physical Impairment

  • Hearing Impairment

  • Cognitive Impairment

  • Learning Impairment

A good web application should cater to all sets of people and NOT just limited to disabled people. These include:

  1. Users with poor communications infrastructure

  2. Older people and new users, who are often computer illiterate

  3. Users using old system (NOT capable of running the latest software)

  4. Users, who are using NON-Standard Equipment

  5. Users, who are having restricted access

How to Perform Accessibility Testing

The Web Accessibility Initiative (WAI) describes the strategy for preliminary and conformance reviews of web sites. The Web Accessibility Initiative (WAI) includes a list of software tools to assist with conformance evaluations. These tools range from specific issues such as colour blindness to tools that will perform automated spidering tools.

Web accessibility Testing Tools

ProductVendorURL
AccVerifyHiSoftwarehttp://www.hisoftware.com
BobbyWatchfirehttp://www.watchfire.com
WebXMWatchfirehttp://www.watchfire.com
Ramp AscendDequehttp://www.deque.com
InFocusSSB Technologieshttp://www.ssbtechnologies.com/

Role of Automated Tools in Acceptance Testing

The above said automated accessibility testing tools are very good at identifying pages and lines of code that need to be manually checked for accessibility.

  1. check the syntax of the site's code

  2. Search for known patterns that humans have listed

  3. identify pages containing elements that may cause problems

  4. identify some actual accessibility problems

  5. identify some potential problems

The interpretation of the results from the automated accessibility testing tools requires experience in accessibility techniques with an understanding of technical and usability issues.

Advertisements