My approach to manual web accessibility testing

Luis Felipe Murillo Madera on 2025-08-29

Finding the hidden clues

Illustration by Andrea Fuentes

As a designer deeply involved in web accessibility, I often encounter questions about manual testing and how It can appear overwhelming, like trying to piece together a challenge with missing parts or navigate a room with hidden clues. But I’ve found ways to make it approachable and effective. In this article, I’ll share how I’ve integrated manual testing into my workflow, focusing on how we can make our websites better. We build not just for today, but for those who come after.

At its core, manual accessibility testing involves a real person looking for issues that could create barriers for someone using assistive technology. While it can be time-consuming and requires specific knowledge, I believe that even partial manual audits offer significant value, revealing crucial ‘clues’ that automated tools often miss.

Why manual testing matters (and isn’t always intimidating)

Many people find manual testing intimidating because it seems to demand extensive time and resources, along with specialized knowledge. But a valuable manual test doesn’t always have to be a comprehensive audit.

Think of it this way: a designer reviewing color contrast on a new button, a developer ensuring the code order reflects in the reading order, or a tester using evaluation tools to guide their template checks. All these are forms of manual testing, demonstrating that small, focused efforts can be highly impactful. The key is sampling.

Sampling in manual testing

Sampling is how I combat the time and resource challenges of manual testing. This means picking specific clues or puzzle sections to focus on. This makes manual testing manageable and ensures valuable insights.

I find that automated and manual testing are much more powerful when used together. Automated tools are like the basic scan of a room, excellent at checking every corner for issues and reducing the number of problems you need to find manually. Manual testing, conversely, uncovers issues that automated tools miss and helps you understand their real-world impact.

My testing samples

I typically operate within a partial manual audit framework.

These sampling methods make manual testing doable within my daily workflow.

A list of items to check when conducting accessibility testing.

Testing techniques: Your accessibility toolkit

Checking for content reflow

Zoom tests ensure that content remains readable and usable when a user magnifies the page. This is like checking if the puzzle pieces still fit together when you look at them from a different angle.

Here are two main zoom tests you can perform:

It’s common for a website to switch to its mobile version at 400% zoom, especially when starting at 1280 pixels. This often triggers media queries, which is a good sign that the responsiveness is working.

It’s common for a website to switch to its mobile version at 400% zoom, especially when starting at 1280 pixels. This often triggers media queries, which is a good sign that the responsiveness is working.

A webpage shown at 100% zoom and 400% zoom, demonstrating reflow.

Navigating without a mouse

Keyboard testing is crucial because it ensures that all interactive elements on a page can be accessed and operated using only a keyboard. This is your key to navigating the digital space.

When performing a keyboard test, look for several key indicators:

Essentially, if something can’t be done with just a keyboard, it’s an accessibility issue.

Shows a focus ring, which visually tells keyboard users which element is active.

Automate/manual review: Guiding my Accessibility checks

I frequently use the free WAVE extension as a guide for my accessibility reviews, while it performs automated checks, it highlights areas for inspection. Think of it as a blueprint, showing you where to look for specific types of clues.

The main areas I focus on are:

Automated accessibility audit showing common errors, alerts, and features on a webpage.

Getting started with screen readers

Screen reader testing is vital, but it does have a learning curve. Think of it as learning a new language to interpret the puzzle’s audio clues.

Before I even begin screen reader testing, I make sure automated errors are fixed and I’ve completed my keyboard reviews. This significantly streamlines the process. When I use a screen reader, I focus on:

Screen reader announcing content.

Incorporating manual testing into my workflows: Solving the puzzle together

Here are a few ways I’ve seen manual testing successfully integrated into different workflows:

My journey: unlocking digital experiences together

So, what’s it really like to do these audits? Honestly, the actual testing is just the start. For every hour I spend hunting for accessibility clues, I often spend more time chatting about what I found, explaining why it matters, and retesting fixes. My goal is to partner with clients to build better experiences, not just deliver a list of problems. The most rewarding moments happen when we work together to untangle a “mess,” which is how teams truly learn to build inclusively from the start.

This hands-on, team effort has a real impact. For example, I worked with an education platform where their commitment to accessibility is loud and clear, even though they don’t publicly share audit specifics. We performed several audits on their design system and specific user flows. By continuously evaluating their products internally and with outside help, they ensure their materials work for all students. Their dedication to Universal Design for Learning shows that we’re all in this together, creating a great and fair learning experience for everyone.

Conclusion: your role in the inclusive digital world

Manual accessibility testing, often seen as a huge task, can be done smartly through sampling. By choosing what and how to test carefully, even partial manual tests give great results. The best way is to combine automated and manual testing as they help each other. Also, quick manual checks, like keyboard or WAVE reviews, can make screen reader testing easier later.

I encourage you to do a zoom, keyboard, or WAVE review of your web pages today. Remember, there are many ways to add even a small manual test to your work, making your websites better for everyone. For those who come after.