Manual Testing
Manual testing is a process in which a person checks software directly, rather than relying on automated scripts to do it for them. In accessibility work, this often means a human evaluates a website or application by interacting with it to find problems that automated tools may miss. It commonly involves reviewing the user interface, display, and how the software responds to a real person's actions.
Manual testing is a software testing approach in which testers execute test cases by hand, interacting directly with the software without using automation scripts. It is commonly used to validate the user interface, including display, responsiveness, and general design behavior, and to identify bugs, inconsistencies, and user-experience issues. In an accessibility context, manual testing generally complements automated testing, since automated checks detect only a portion of potential issues and human evaluation (including testing with assistive technologies) is typically required to assess whether an experience is genuinely usable. This entry describes testing methodology generally and is not legal advice.
Why it matters
Automated accessibility tools are efficient at flagging certain machine-detectable issues, but they detect only a portion of the barriers a person with a disability may encounter. Many accessibility problems depend on context and judgment that software cannot reliably assess, such as whether an interface behaves correctly when a real person interacts with it or whether the experience is genuinely usable end to end. Manual testing addresses this gap by having a human evaluate the software directly, interacting with it as a user would to surface bugs, inconsistencies, and user-experience issues that scripts miss.
Because manual testing lets a person validate the user interface, including display, responsiveness, and general design behavior, it is well suited to the holistic questions that matter for accessibility. A human can check whether the complete setup behaves correctly, assess how the software responds to actual actions, and, in an accessibility context, evaluate the experience using assistive technologies. This kind of hands-on evaluation is generally treated as a complement to automated checks rather than a replacement for them.
It is important to note that neither manual testing nor automated testing guarantees full accessibility or legal compliance. Manual testing improves the likelihood that real barriers are found and addressed, but the specific requirements that apply to an organization evolve through regulation and case law and vary by jurisdiction. This entry describes testing methodology generally and is not legal advice; organizations with compliance questions should consult qualified legal counsel and current agency guidance.
Who it's relevant to
Inside Manual Testing
Common questions
Answers to the questions practitioners most commonly ask about Manual Testing.