A11ying with Sanna - Testing for accessibility A little testing workshop

Testing pages with automated tools

There are a lot of automated tools out there. Many of them achieve the same results, but their user experience varies.

According to Deque in a blog post from 2021, their automated testing tool can identify 57% of digital accessibility issues. If true, that is quite a lot. Though manual testing is still needed. The common belief is that automated tools can find about 20-30 percent.

Some of my favorite tools

    Pick one automated tool and take a look at this site to see what kind of errors the automated tool will find. It will find most of the mistakes added to this site.

    Code validity

    Remember to also check your code with a markup validator, like The W3C Markup Validation Service. Valid and semantically correct HTML is a huge part of accessible web development. You can avoid several problems just by using the correct elements and the default functionalities for them.

    Your tasks

    1. Choose an automated tool to test with.
    2. Take a look at this site with the tool. I've hidden some mistakes for you to find. Take note of what kinds of mistakes the tool finds. Are the mistakes related to WCAG 2.1 A or AA level? Or are they labelled as best practices?
    3. Choose another site, possibly the one you've been working on most recently. How do the tool findings compare to this test site?
    4. If you are fast, take yet another site as a test case and see if the findings will be similar.