Accessibility Smoke Test Builder
Build a page-specific manual accessibility smoke test — what to check, how to test it, and what a bug looks like.
Runs 100% client-sideOn this page4 sections
All interactive controls are reachable and operable with the keyboard.
Every focused control shows a visible focus indicator.
Form fields have visible and programmatic labels.
Validation errors identify the field and are announced.
Password show/hide toggle is accessible.
HOW TO USE
- 01Select the page type you are testing — login, checkout, modal, navigation, and more.
- 02Toggle the test areas to include (keyboard, focus, labels, errors, contrast, and others).
- 03Read the generated checklist — each item has what to test, how, the expected result, and an example bug.
- 04Copy as Markdown or export a TestRail-style CSV to drop the cases into your test management tool.
Try it
Page type = Modal / dialog → note the focus-trap and Esc-to-close checks added automatically.WHEN TO USE
Use this when your team knows accessibility matters but isn't sure what to check manually before release. It produces a page-specific smoke test that any tester can run without being an accessibility specialist. This is a smoke test, not a full WCAG audit — and automated tools don't catch everything, so the manual keyboard and screen-reader checks here are deliberately included.
WHAT BUGS THIS FINDS
Keyboard and focus traps
Checks that every control is reachable, operable, and visibly focused — catching the bugs automated scanners miss.
Unlabelled fields and controls
Form-label and button-name checks find inputs and icon buttons a screen reader can't announce.
Silent state changes
Screen-reader and live-region checks catch totals, errors, and toasts that update without being announced.
QA USE CASES
Pre-release a11y smoke pass
Generate a checklist for the page under test and run it before sign-off.
Standardise manual a11y testing
Give every tester the same page-specific checks so coverage is consistent.
Complement automated scans
Pair with the static Accessibility Checker to cover both heuristic and manual findings.