Getting Started
Quick Start: Accessibility Testing
Run your first WCAG accessibility scan and understand the results.
Quick Start: Accessibility Testing
Scan a page for WCAG issues in under two minutes.
Step 1 — Open the Website Scanner
- Go to
accessibility.testkase.com. - Click Website Scanner in the sidebar.
- Click New Scan (top-right).
Step 2 — Add a URL
- Type the URL you want to scan (protocol auto-added if missing).
- Press Enter or click Add page.
- Repeat to add more — up to 10 URLs per scan.
- The scan name is auto-filled from the first URL's domain; edit if you want.
Step 3 — (Optional) Adjust scan settings
Click the ⚙ gear next to Add page.
- Scan version — defaults to WCAG 2.1 AA (the most common compliance target). Pick any WCAG 2.0 / 2.1 / 2.2 × A / AA / AAA combination.
- Advanced rules / Best practices / Needs review — three toggles for rule packs; defaults are fine for a first run.
- Authentication — switch to the Authentication tab if your URLs are behind a login. Three methods are supported: Cookies, Login Form, HTTP Headers. See Authenticated scanning.
Click Done.
Step 4 — Start the scan
Click Create Scan. The scan appears in your list with status pending → running → completed. Typical runtime: 30–90 seconds per URL.
Step 5 — Read the report
Click the scan row once it's complete. The report has five layers:
- Accessibility score (0–100) with severity breakdown (Critical / Serious / Moderate / Minor).
- WCAG conformance matrix — pass / fail / incomplete per criterion.
- Issue list — grouped by rule or by WCAG criterion; filterable.
- Issue detail — rule, failure summary, WCAG tags, target selector, HTML snippet.
- Page snapshot — failing element highlighted in a red outline.
Severity Levels
| Level | Meaning |
|---|---|
| Critical | Blocks users with disabilities from core functionality |
| Serious | Major barrier; most users affected can work around with effort |
| Moderate | Usability issue; shouldn't block |
| Minor | Polish item; rarely user-blocking |
Full definitions: Severity levels.
What to explore next
- Accessibility Overview — features at a glance.
- Web Scanner — all scan-time options.
- Authenticated scanning — scan pages behind a login.
- Workflow Analyzer — catch issues that only appear mid-flow.
- Chrome Toolkit — free DevTools extension for one-click scans.
