How to Pass an Accessibility Audit the First Time
After conducting hundreds of accessibility audits at BetterQA, we've seen clear patterns in what separates organizations that pass their first audit from those that require multiple rounds of remediation.
The difference isn't budget or team size. It's preparation strategy.
Why First Audits Fail
Before discussing how to pass, understand why organizations fail:
Reason 1: Relying Solely on Automated Testing
Automated tools (axe, WAVE, Lighthouse) catch approximately 30-40% of WCAG issues. Organizations that only run automated scans before their audit are surprised when manual testing reveals:
- Keyboard navigation problems
- Screen reader announcement issues
- Focus management failures
- Context and meaning problems
Reason 2: Testing Pages, Not Journeys
Individual pages can pass accessibility checks while complete user journeys fail. A login form might be perfectly accessible, but if focus isn't managed correctly when transitioning to the dashboard, the journey fails.
Reason 3: Last-Minute Remediation
Rushing fixes in the week before an audit often introduces new problems. A hasty alt text addition might break a screen reader flow. A contrast fix might impact brand consistency in ways that get reverted.
Reason 4: Ignoring Edge Cases
Auditors test error states, empty states, loading states, and edge cases. If you only tested the happy path, you'll be surprised.
The 6-Week Preparation Framework
Week 1-2: Comprehensive Assessment
Run automated scans on ALL pages: Not just your homepage - test every template type, every user-facing page, every state.
- Tools to use:
- axe DevTools (browser extension)
- WAVE (browser extension)
- Lighthouse (Chrome DevTools)
- pa11y (command line for bulk scanning)
- Document baseline metrics:
- Total violations by severity
- Violations by WCAG criterion
- Pages with most issues
Conduct manual keyboard testing:
- Test every interactive element:
- Can you Tab to it?
- Can you activate it with Enter or Space?
- Is focus visible?
- Does focus order make sense?
- Can you escape from modals and menus?
Screen reader spot checks:
- Test critical flows with:
- NVDA + Chrome (Windows)
- VoiceOver + Safari (Mac)
- Listen for:
- Page title on load
- Heading structure navigation
- Form label announcements
- Error message announcements
- Dynamic content updates
Week 3: Journey Testing
This is where most organizations fail. Test complete user flows:
- Define your critical journeys:
- New user registration
- Login flow
- Core task completion (your main value proposition)
- Settings/profile management
- Error recovery
- Help/support access
- For each journey step, verify:
- Focus management between steps
- State persistence
- Progress indication
- Error handling
- Keyboard operability throughout
Auditi by BetterQA automates journey-based testing. Define multi-step flows, test each step against WCAG criteria, and track issues by journey rather than by page.
Week 4: Systematic Remediation
Prioritize fixes by impact and effort:
- Quick wins (fix immediately):
- Missing alt text
- Empty buttons/links
- Missing form labels
- Color contrast failures
- Systematic fixes (may require design system changes):
- Focus indicator styling
- Touch target sizes
- Heading hierarchy
- Landmark structure
- Complex fixes (may require development time):
- Custom widget accessibility
- Dynamic content announcements
- Modal focus management
- Error recovery flows
- Don't fix:
- Issues that require architectural changes right before an audit
- Problems that might introduce new issues
- Things you can document as "known issues with workarounds"
Week 5: Verification Testing
Re-run all automated scans: Confirm violations are resolved. Check that fixes didn't introduce new issues.
Re-test keyboard navigation: Verify fixes work in context, not just in isolation.
Re-test screen reader flows: Ensure announcements are helpful, not just present.
Test journeys again: Verify complete flows work end-to-end.
Week 6: Documentation and Final Prep
- Prepare your VPAT/ACR:
Document conformance level for each WCAG criterion:
- Supports: Meets the criterion
- Partially Supports: Some aspects meet, with noted exceptions
- Does Not Support: Fails the criterion
- Not Applicable: Criterion doesn't apply
Honest documentation builds auditor trust. "Partially Supports with the following exceptions..." is better than claiming full support that auditors will disprove.
- Document known issues:
If you can't fix something before the audit, document:
- The issue
- Why it exists
- Your workaround
- Your remediation plan
- Prepare testing evidence:
- Automated scan results
- Manual testing notes
- Screen reader test recordings
- Assistive technology versions tested
What Auditors Actually Test
Understanding auditor methodology helps you prepare:
Automated Scanning
Auditors run their own scans. If your scans show zero issues but theirs find problems, you've damaged credibility.Keyboard Navigation
Every interactive element on selected pages will be tested with keyboard only.Screen Reader Testing
Critical user journeys will be tested with one or more screen readers.Visual Inspection
Color contrast, text resizing, viewport responsiveness will be manually checked.User Journey Testing
Complete flows will be tested, not just individual pages.Edge Cases
Error states, empty states, timeout handling, and recovery flows will be examined.Red Flags That Trigger Deeper Investigation
Auditors dig deeper when they see:
Accessibility overlays: Third-party widgets that claim to "fix" accessibility are red flags. They often break assistive technology compatibility and suggest the organization doesn't understand accessibility.
Perfect automated scan results: Zero violations usually means pages weren't scanned, not that they're accessible.
Missing alt text patterns: If decorative images have `alt=""` but functional images are also empty, it suggests a bulk fix without understanding.
Inconsistent implementations: If some pages have proper landmarks and others don't, it suggests accessibility wasn't part of the development process.
Day-of Audit Tips
Have the right people available
Prepare your testing environment
Be honest about gaps
Auditors respect honesty. "We know this is an issue and plan to address it by [date]" builds trust.Take notes
Document auditor feedback for remediation prioritization.Ask questions
Understand the reasoning behind findings. This helps with fixes and future prevention.After the Audit
Even if you pass, plan for:
Regression Prevention
Ongoing Monitoring
Continuous Improvement
Getting Professional Help
If you need expert support preparing for an audit:
- BetterQA provides:
- Pre-audit assessments identifying issues before your official audit
- Journey-based testing through the Auditi platform
- Remediation guidance with prioritized fix recommendations
- Mock audits simulating the real audit experience
For self-service audit preparation, Auditi by BetterQA provides journey-based compliance testing with automated VPAT generation.
Frequently asked questions
What is the most common reason accessibility audits fail on the first attempt?
According to BetterQA's audit experience across 500+ assessments, the most common failure reason is relying solely on automated scanning before the audit. Automated tools detect only 30-40% of WCAG 2.2 Level AA success criteria (per W3C ACT Rules data). Auditors test complete user journeys, including keyboard-only navigation and screen reader compatibility, which automated scans cannot evaluate. Organisations that conduct manual journey testing before their audit pass at a significantly higher rate.
How long does a WCAG accessibility audit typically take?
A professional WCAG 2.1 or 2.2 Level AA audit for a web application takes 2-6 weeks depending on scope. A marketing website (10-30 pages) typically requires 1-2 weeks and costs $8,000-$15,000. A complex web application (100+ screens) takes 4-6 weeks and costs $35,000-$50,000. Internal pre-audit reviews using a platform like Auditi can be completed in 1-3 days, identifying critical issues before the formal audit begins.
Does passing a WCAG audit guarantee legal compliance with the ADA or EAA?
Passing a WCAG 2.1 Level AA audit is strong evidence of compliance with the ADA (for US organisations, per DOJ April 2024 guidance) and the European Accessibility Act (which references EN 301 549, itself mapped to WCAG 2.1 AA). However, legal compliance also depends on maintaining accessibility over time, providing an accessibility statement, and having a feedback mechanism for users. The WebAIM Million 2025 report found that 95.9% of home pages still have detectable WCAG failures, so even passing an audit requires ongoing maintenance to stay compliant.
About the author: Elena Vasquez is Compliance Specialist at BetterQA, where she leads accessibility and regulatory compliance testing programs. She writes for Auditi, a BetterQA project.
Built by BetterQA
© 2026 Auditi. A BetterQA project. | auditi.ro