The Do’s and Don’ts of Accessibility and Inclusive Design: Mobility

Jul 11, 2018 | Test Automation Insights

Accessible Design for Mobility
Mobility issues are often the most visible of disabilities. A person may have missing or immobile limbs or extremities, or they may have a loss of fine motor control. These conditions can be present from birth, but mobility impairments also are the most common secondary, or situational, disabilities. Injuries to the wrist or hand that require immobilization, such as bone breaks, can significantly affect the way people interact with their systems and how they input information.

There are several approaches that can help an application be more accessible to those with mobility disabilities.

Types of mobility disabilities

Primary mobility disabilities include the following:

Paralysis: A variety of conditions can result in a lack of movement in the extremities. Birth defects such as spina bifida and cerebral palsy can have a significant impact on the ability of extremities to operate, with a gradation of minor fine motor control issues to full immobility.

Limb loss or absence: Meromelia is a birth defect where one or more limbs may be lacking a part or only partially formed. Diseases or injuries also can require the amputation of limbs and extremities.

Loss of fine motor skills in hands: A variety of conditions, such as multiple sclerosis, Parkinson’s disease, diabetes, stroke, myelopathy, and arthritis, may make it difficult to control a mouse or a stylus, or otherwise effectively use a standard keyboard.

Ensuring your application is usable by those with mobility issues

The goal for truly inclusive design is to engineer your application in such a way that assistive technologies aren’t even always necessary. Here are a few suggestions, many of which do not require assistive technology, that you should check to ensure your application is accessible by those with mobility issues.

Ensure all functions can be accessed with the keyboard: This is specific to web applications and regular computer systems. Interactions that focus heavily on mouse usage will be a challenge for people with a limited ability to move a mouse or to specifically control and target its pointing interface.

Making sure that keyboard options are available and clearly indicated will help considerably. It also helps to provide keyboard commands that are standard and do not require complex sets of keystrokes to execute.

Use tabs and skip links to get to the main content: It’s very helpful to those with mobility issues to have the ability to use the tab key to navigate, as is making the first tab item a skip link, so as to bypass the navigation elements, if necessary. Verify that the tab order is consistent with the way the material is presented, most often left to right and top to bottom.

Test your product with a capacitive touch stick: Many users will need an alternative to keyboard input. Both with traditional computer systems and mobile devices, I use a touch capacitance pen or pointing device and hold it between my lips or teeth. The rubberized end acts as a pointer and a substitute for a finger to interact with a typical computer keyboard. It does have some limitations in that I can only press one key at a time, so using “sticky keys” and other time-based key combinations helps me interact with a system.

On touchscreen devices, closing my lips around the barrel of the pen also allows me to use the human body’s electrical connectivity to utilize the rubberized end on the screen. This helps extend the ability of a classic touch stick to a smartphone or tablet and register the touch events the same way another user would with their finger.

Drive your application with voice-recognition software: For individuals with limited or no mobility in their arms or hands and where movement with a touch stick may be impractical, voice recognition software is a huge advantage. Voice recognition tools allow users to use their voice to execute commands, navigate sites, and fill in information, as well as compose longer text entries.

I find spending time trying to navigate an application through a voice-recognition application to be both enlightening and frustrating. Commands for voice-recognition software are standardized to common keystrokes for typical computer actions, so making sure that my software can effectively respond to voice commands is important.

Opportunities for automation

While there are specific challenges that come with mobility disabilities and many of the testing options are less specific to tagging or incode validation, there are still some areas that can be automated to help some of these efforts.

Put skip links on most pages: By evaluating a page, I can determine whether a skip link will meet the requirements to allow me to bypass navigation items and menus in order to get to the primary content of a page. Exceptions to this rule can be applied if there are fewer than four elements between the top of the page and the main content.

Use semantic HTML to define landmarks: By using landmarks in pages, such as Header, Main and Footer tags, it is possible to navigate to specific page regions. Searching pages for these elements is possible, but there are a variety of ways these elements can be implemented. If the goal is to determine that these tags are present, there also needs to be an effort to confirm that they are applied consistently. If they are, tests can use assertions to determine whether these tags are present.

Create large, clickable areas: In addition to asking the designer to make buttons that can be resized for better viewing by those with impaired vision, large areas that are clickable are also helpful to those who struggle to focus on areas that require precision to select. By looking for values that are within a certain size threshold of horizontal and vertical pixels or percentage of a space, I can optimize a clickable area to make it large enough to be useful to someone with reduced mobility.

Many of these steps go beyond making an interface that is easier to use for people with mobility issues. These practices allow everyone to see and interact with a cleaner and more intuitive environment, which benefits everybody.

Get a free trial of Ranorex Studio and streamline your automated testing tools experience.

Start your intelligent testing journey with a free DesignWise trial today.

Related Posts:

Test Design: What Is It and Why Is It Important?

Test Design: What Is It and Why Is It Important?

In software development, the quality of your tests often determines the quality of your application. However, testing can be as complex as the software itself. Poorly designed tests can leave defects undetected, leading to security vulnerabilities, performance issues,...

Ranorex Introduces Subscription Licensing

Ranorex Introduces Subscription Licensing

Software testing needs are evolving, and so are we. After listening to customer feedback, we’re excited to introduce subscription licensing for Ranorex Studio and DesignWise. This new option complements our perpetual licenses, offering teams a flexible, scalable, and...