Accessiblity Testing an Insurance Company's Public Website

An example of my work accessibility testing web servies.

Introduction

A property and casualty insurance carrier's website provided basic information about the company to independent insurance agencies and our insureds. I observed efforts to improve the accessibility of the site and add an accessibility tool (AccessiBe). These efforts fell short of a systematic solution. I began looking for a more comprehensive way to integrate accessibility into the design and development processes.

Methods

I searched for more systematic accessibility methods and found the Department of Homeland Security (DHS) Section 508 "Trusted Tester" Conformance Testing process. This process provides a minimum baseline for those who conduct accessibility testing on software that is required to be Section 508 compliant. The DHS provides free training and tools to conduct the testing. I completed the training and conducted the test on the public website.

Results

The test found that the site conformed with 27 of 41 guidelines. I developed design guidance to address every instance of non-conformance on the site. For example, the guidance for global changes to all pages of the site included the following:

  1. Implement a method for users to bypass repeated content. The guideline 2.4.1 requires a method for users to bypass repeated content (e.g., main navigation menus). Without AccessiBe, there is no method to skip to repeated content.
  2. Implement a search button on the search bar on the mobile and desktop layouts. The guideline 3.3.2 requires form fields to have visual labels. The search bar has no visual label on mobile layout when a user is typing in the search bar. On desktop layout the search bar drops down beneath the magnifying glass, which makes them appear less directly associated with one another.
  3. Change the alt text on decorative images to blank (alt = “”). The guideline 1.1.1 requires decorative images to have blank at text. There are images on cards and on the content pages that are decorative, but they have alt text.

Discussion

I worked with leaders to bring the site into conformance and integrate the design guidance into the design system improve conformance of new systems throughout the design and development process. The company now has a method to conduct reliable accessibility conformance testing on existing systems and on new systems during the development process. This is one example of how I improved internal processes to help improve or “mature” the UX function within the company.