- Introduction: Why Testing Methodology Dominates the WAS Exam
- Domain 2 Deep Dive: Testing and Evaluation (60%)
- 15 WAS Practice Questions on Accessibility Testing Methodology
- Detailed Answer Explanations
- Key Testing Frameworks You Must Know
- Manual vs. Automated Testing: What the Exam Tests
- Remediation Strategies and Reporting
- Study Tips for Testing Methodology Questions
- Frequently Asked Questions
- If you're preparing for the Web Accessibility Specialist (WAS) certification from IAAP, one thing becomes immediately clear when you review the October 2024...
- The October 2024 IAAP Body of Knowledge organizes Domain 2 into several major competency areas.
- The following web accessibility specialist exam questions are designed to test your understanding of Domain 2 concepts at the depth required by the actual IAAP...
- A zero-violation automated scan is a starting point, not a finish line.
Introduction: Why Testing Methodology Dominates the WAS Exam
If you're preparing for the Web Accessibility Specialist (WAS) certification from IAAP, one thing becomes immediately clear when you review the October 2024 Body of Knowledge: testing and evaluation is the heart of this exam. Domain 2 - Testing and Evaluation of Web Accessibility - accounts for a full 60% of your total score. That means if you're skimping on testing methodology in your WAS exam prep, you're leaving the majority of the exam underprepared.
This article delivers targeted WAS certification practice questions focused specifically on accessibility testing methodology, paired with in-depth explanations to reinforce your understanding. Whether you're taking your first WAS practice test or drilling a specific weak area, these questions are designed to mirror the complexity and style of real IAAP WAS exam items.
Unlike the foundational CPACC credential, the WAS is a deeply technical certification. If you're unsure which exam to tackle first, check out our comparison article on WAS vs CPACC: Which IAAP Accessibility Certification First? to align your learning path with your career goals. For those who are ready to go deep on testing methodology right now, let's dive in.
Domain 2 (Testing and Evaluation) carries 60% of the WAS exam weight. Mastering accessibility testing methodology - including manual testing, automated tools, assistive technology evaluation, and remediation reporting - is non-negotiable for passing the IAAP WAS exam.
Domain 2 Deep Dive: Testing and Evaluation (60%)
The October 2024 IAAP Body of Knowledge organizes Domain 2 into several major competency areas. Understanding the scope of this domain is the first step in effective WAS exam study. The domain covers:
- Assistive Technology Testing - evaluating with screen readers (NVDA, JAWS, VoiceOver, TalkBack), switch access, magnification software, and voice control
- Manual Evaluation Methods - keyboard-only testing, focus order inspection, color contrast analysis, and cognitive walkthroughs
- Automated Evaluation - using tools like axe, WAVE, Lighthouse, and understanding their limitations
- Testing Methodology and Process - defining scope, selecting test cases, sampling strategies, and conformance testing
- Reporting - writing Accessibility Conformance Reports (ACRs), VPATs, issue severity ratings
- Remediation Strategies - prioritizing fixes, communicating with developers, re-testing after remediation
For a broader overview of exam structure and scoring, our WAS Certification Exam Guide: Format, Topics, Pass Rate and Tips is an essential companion resource.
Many candidates assume automated tools can catch all accessibility issues. The IAAP WAS exam will specifically test your understanding that automated tools typically identify only 20-40% of WCAG violations. Manual and assistive technology testing are always required for complete evaluation.
15 WAS Practice Questions on Accessibility Testing Methodology
The following web accessibility specialist exam questions are designed to test your understanding of Domain 2 concepts at the depth required by the actual IAAP WAS exam. Read each question carefully before reviewing the explanations in the next section.
Questions 1-5: Automated and Manual Testing
Question 1. A development team runs an automated accessibility scan using the axe-core engine and receives zero violations. What should the accessibility specialist conclude?
- The page is fully WCAG 2.2 conformant
- Automated testing is complete; no further testing is needed
- Automated testing has passed; manual and assistive technology testing must still be performed
- The page passes EN 301 549 requirements
Question 2. Which of the following accessibility issues CANNOT be reliably detected by automated testing tools?
- Missing alt attributes on images
- Insufficient color contrast ratio
- Whether an image's alt text accurately describes the image's content
- Form inputs lacking associated labels
Question 3. When testing a single-page application (SPA) with dynamic content loaded via AJAX, what is the PRIMARY concern for an accessibility tester?
- Whether the page uses semantic HTML5 elements
- Whether focus management and status announcements are correctly implemented after dynamic updates
- Whether the page has a valid DOCTYPE declaration
- Whether the page loads within three seconds
Question 4. A tester is evaluating keyboard accessibility. Which sequence best describes a complete keyboard navigation test?
- Tab through all interactive elements, verify visible focus indicators, confirm logical focus order, test all functionality without a mouse
- Tab through the page once and check that no errors appear in the browser console
- Use an automated tool to scan for tabindex values greater than 0
- Verify that all links open in the same tab
Question 5. Which WCAG 2.2 success criterion is specifically relevant when a keyboard user finds that pressing Tab moves focus to an element but the focus indicator is not visible?
- 1.4.3 Contrast (Minimum)
- 2.4.7 Focus Visible
- 2.4.11 Focus Appearance (new in WCAG 2.2)
- Both B and C are relevant
Questions 6-10: Assistive Technology and Screen Reader Testing
Question 6. When testing with JAWS on Windows, which browser pairing is considered the standard recommended combination for WCAG conformance testing?
- JAWS + Firefox
- JAWS + Chrome
- JAWS + Internet Explorer 11
- JAWS + Safari
Question 7. A screen reader announces a button as "button" with no accessible name. What is the most likely cause and the correct WCAG failure?
- The button has no href attribute; fails 2.4.4 Link Purpose
- The button contains only an icon with no text alternative; fails 4.1.2 Name, Role, Value
- The button uses the wrong HTML element; fails 1.3.1 Info and Relationships
- The button color does not contrast sufficiently; fails 1.4.3 Contrast (Minimum)
Question 8. When using VoiceOver on macOS to test a data table, which VoiceOver behavior indicates the table is properly marked up?
- VoiceOver reads all cell contents sequentially without headers
- VoiceOver announces column and row header information when navigating individual cells
- VoiceOver skips the table entirely
- VoiceOver reads the table caption only
Question 9. A tester discovers that a modal dialog does not trap focus - pressing Tab from the last element in the dialog moves focus to elements behind the dialog. Which WCAG criterion is violated?
- 1.3.2 Meaningful Sequence
- 2.1.2 No Keyboard Trap (in reverse - focus escapes when it should not)
- 2.1.1 Keyboard
- 4.1.3 Status Messages
Question 10. Which assistive technology is MOST appropriate for evaluating whether a mobile web application meets WCAG 2.2 success criteria on iOS?
- NVDA with Chrome
- VoiceOver with Safari on iOS
- JAWS with Edge
- Narrator with Edge on Windows
Questions 11-15: Methodology, Reporting, and Remediation
Question 11. An organization needs to produce a formal report of WCAG 2.2 conformance for procurement purposes. What document format is most appropriate?
- A GitHub issues list
- An Accessibility Conformance Report (ACR) using the VPAT® template
- A PDF of automated scan results
- An internal bug tracking spreadsheet
Question 12. When determining the scope of an accessibility audit for a large e-commerce website, what is the most defensible sampling strategy?
- Test only the homepage and contact page
- Test all pages automatically and none manually
- Select a representative sample including common page templates, high-traffic pages, and pages covering critical user journeys
- Test only pages that have received user complaints
Question 13. When writing remediation recommendations, which approach best supports effective developer communication?
- Describing barriers in legal language only
- Providing specific code examples, the relevant WCAG success criterion, and the expected user impact
- Listing only the WCAG criterion number without explanation
- Sending developers a link to the full WCAG specification
Question 14. A site owner asks you to assign a severity rating to each issue found during an audit. Which factor is MOST important when determining issue severity?
- How long the issue has existed in the codebase
- The frequency of the page in the sitemap
- The degree to which the issue blocks a user with a disability from completing a task
- The complexity of the fix for the development team
Question 15. Under the European Accessibility Act (EAA), which of the following products and services must meet accessibility requirements by June 28, 2025?
- Only government websites
- Consumer products and services including e-commerce, banking, transport, and e-books
- Only mobile applications developed after 2020
- Only products sold to organizations with more than 500 employees
Detailed Answer Explanations
Answers 1-5
A zero-violation automated scan is a starting point, not a finish line. Automated tools can detect structural issues but cannot evaluate meaning, logical flow, or usability with assistive technologies. WCAG conformance requires manual testing and AT evaluation. The WAS exam frequently tests this concept.
Automated tools can detect the presence of alt text but cannot evaluate whether that alt text is meaningful, accurate, or appropriate for the context. This requires human judgment - a core concept in WAS testing methodology.
SPAs and AJAX-driven applications present unique challenges: when content updates without a page reload, screen readers may not announce the change. Proper focus management (moving focus to new content) and ARIA live regions are required. This maps to WCAG 4.1.3 Status Messages and proper use of WAI-ARIA.
A complete keyboard test includes verifying all interactive elements are reachable, focus indicators are visible, focus order is logical and meaningful, and all functionality available via mouse is also available via keyboard - per WCAG 2.1.1 (Keyboard) and 2.4.3 (Focus Order).
Both 2.4.7 Focus Visible (Level AA) and 2.4.11 Focus Appearance (new in WCAG 2.2, Level AA) are relevant. 2.4.7 requires focus to be visible; 2.4.11 adds minimum size and contrast requirements for focus indicators. Understanding new WCAG 2.2 criteria is tested on the WAS exam.
Answers 6-10
The current industry standard pairing for JAWS testing is JAWS with Google Chrome. This reflects the accessibility testing industry's alignment with WebAIM's screen reader surveys and AT vendor recommendations. JAWS + IE11 is now obsolete.
WCAG 4.1.2 Name, Role, Value requires that all UI components have an accessible name, role, and state. An icon-only button with no text, aria-label, or aria-labelledby fails this criterion. This is one of the most common failures in practice and frequently tested in WAS practice exams.
When a data table has properly associated <th> elements with scope attributes or id/headers associations, VoiceOver announces the relevant header when a user navigates to each cell. This confirms WCAG 1.3.1 (Info and Relationships) is met for tabular data.
When a modal dialog is open, keyboard focus should be trapped within it. The failure here is actually a violation of WCAG 2.1.1 (Keyboard) - the modal dialog does not support the expected keyboard interaction pattern. ARIA Authoring Practices Guide (APG) specifies focus trapping as required behavior for dialog widgets. For more on keyboard patterns, see our article on Keyboard Accessibility and Screen Reader Questions for the WAS Exam.
VoiceOver with Safari on iOS is the native, primary screen reader for iOS devices. Testing mobile web accessibility on iOS requires this combination - testing with a Windows screen reader does not represent the iOS user experience.
Answers 11-15
The Voluntary Product Accessibility Template (VPAT®) produces an Accessibility Conformance Report (ACR) - the standard document for communicating WCAG conformance to procurement teams and government agencies. Knowledge of ACRs and VPATs is tested in the WAS reporting competency.
A defensible audit scope uses representative sampling: key templates (homepage, product page, checkout, account), high-traffic pages, and critical task flows. Testing only the homepage grossly underrepresents the site's accessibility; testing everything manually is rarely feasible.
Effective remediation guidance includes: the specific WCAG criterion violated, a plain-language description of the barrier, code examples showing both the failing and passing pattern, and the impact on users with disabilities. This maximizes the likelihood that developers implement correct fixes.
Severity should reflect user impact - specifically, whether the issue blocks, degrades, or mildly inconveniences users with disabilities completing core tasks. A critical issue blocks task completion entirely (e.g., an inaccessible checkout form). Development effort is considered in prioritization but not severity rating.
The European Accessibility Act (EAA) applies to private sector products and services including e-commerce platforms, banking services, transport ticketing, and e-books, with a compliance deadline of June 28, 2025. This broad scope is driving significant demand for WAS certification across Europe. Learn more in our article on European Accessibility Act (EAA) 2025: Why WAS Certification Demand Is Surging.
Key Testing Frameworks You Must Know
The IAAP WAS exam expects you to understand not just what to test, but how to systematically approach accessibility evaluation. Several frameworks underpin professional accessibility testing methodology.
WCAG-EM (Website Accessibility Conformance Evaluation Methodology)
WCAG-EM is W3C's official methodology for evaluating the accessibility of websites. It defines a five-step process: define scope, explore the website, select a representative sample, evaluate the sample, and report the findings. The WAS exam tests your knowledge of each step, particularly sample selection criteria and conformance reporting formats.
ACT Rules (Accessibility Conformance Testing)
ACT Rules provide standardized, machine-readable test rules that map directly to WCAG success criteria. Understanding ACT Rules helps WAS candidates understand why automated tools give specific results and how to interpret edge cases. The IAAP Body of Knowledge includes ACT Rules as a testable topic.
When studying for the WAS exam, map each testing tool or methodology to the specific WCAG success criteria it addresses. This cross-referencing approach reflects how Domain 2 questions are structured - they often bridge testing technique with the specific standard being evaluated against.
Manual vs. Automated Testing: What the Exam Tests
One of the most nuanced topics in the IAAP WAS exam is the relationship between automated and manual testing. The exam does not ask you to memorize tool interfaces - it tests your ability to reason about when and why each approach is appropriate.
| Testing Approach | What It Detects | What It Misses | WCAG Areas |
|---|---|---|---|
| Automated Tools (axe, WAVE, Lighthouse) | Missing attributes, contrast ratios, structural errors, duplicate IDs | Meaningful alt text, logical focus order, cognitive usability, context-dependent failures | 1.1.1, 1.4.3, 4.1.1, some 4.1.2 |
| Manual Keyboard Testing | Focus trapping, skip links, logical tab order, custom widget behavior | Screen reader announcements, visual-only issues | 2.1.1, 2.1.2, 2.4.3, 2.4.7 |
| Screen Reader Testing | Accessible names, roles, states, live region announcements, reading order | Color contrast, layout issues | 1.3.1, 4.1.2, 4.1.3, WAI-ARIA usage |
| Visual / Cognitive Inspection | Reading level, consistent navigation, error identification, instructions | Programmatic structure, AT compatibility | 3.1.5, 3.2.3, 3.3.1, 3.3.2 |
For deeper practice on ARIA specifically - a critical sub-topic within both domains - explore our dedicated article on ARIA Roles and Attributes: WAS Exam Practice Questions.
Remediation Strategies and Reporting
The final cluster of Domain 2 competencies covers what happens after testing. The WAS exam expects candidates to understand how to communicate findings effectively and support teams in fixing issues.
Writing Effective Accessibility Reports
A professional accessibility report includes: issue title and location, steps to reproduce, WCAG success criterion violated, severity rating, user impact statement, and recommended fix with code examples. VPATs (Voluntary Product Accessibility Templates) follow a structured format that maps findings to WCAG 2.x, Section 508, and EN 301 549 criteria.
Prioritizing Remediation
Not all issues are equal. The WAS exam tests your understanding of prioritization frameworks: critical issues (blocking task completion for AT users) take highest priority, followed by serious issues (significant barriers), moderate issues (workarounds exist), and minor issues (low impact). This framework helps organizations allocate limited development resources effectively.
Do not recommend fixing issues in order of easiest-to-implement first. The WAS exam and professional practice require prioritization based on user impact. An easy fix to a minor visual issue should not take precedence over a complex fix that blocks screen reader users from completing a purchase.
Study Tips for Testing Methodology Questions
Candidates who score highest on Domain 2 consistently report a hands-on study approach. Here's what works based on WAS exam prep best practices:
- Practice with real tools. Install NVDA (free), axe DevTools browser extension (free tier), and practice testing real websites. The exam tests conceptual understanding, which is reinforced by actual experience.
- Study AT pairings. Know which screen reader + browser combinations are current standards: NVDA+Chrome, JAWS+Chrome, VoiceOver+Safari (macOS/iOS), TalkBack+Chrome (Android).
- Map failures to criteria. For every WCAG 2.2 success criterion you study, ask: "How would I test this? What does a pass look like? What does a failure look like?"
- Practice writing bug reports. Write sample accessibility issues in the format: location → steps to reproduce → failure → criterion → severity → recommendation.
- Take WAS mock exams. Timed practice under exam conditions is irreplaceable. Visit our WAS practice test hub for free and premium question sets.
For a structured 40-80 hour study plan, our WAS Exam Study Guide: How to Prepare in 40-80 Hours walks you through exactly how to allocate your preparation time across both domains. And for a comprehensive question bank covering all WAS topics, check out the WAS Practice Test: Free Web Accessibility Specialist Questions 2026.
Before sitting the IAAP WAS exam, you should be able to: name the appropriate screen reader+browser pairing for each major platform, explain why automated tools are insufficient alone, write a WCAG-compliant accessibility issue report, and define WCAG-EM's five steps from memory. If these feel shaky, continue drilling WAS certification practice questions before booking your exam date.
Frequently Asked Questions
WAS exam difficulty in Domain 2 is significant - questions require applied reasoning, not just memorization. Expect scenario-based questions that present a real-world situation (a failing screen reader test, a broken ARIA implementation, a reporting decision) and ask you to select the best professional response. Candidates who only study theory without hands-on testing practice tend to struggle. Consistent work with WAS practice exam questions in testing methodology format is the best preparation strategy.
IAAP does not publicly publish official WAS certification pass rate statistics. Community reports and anecdotal data suggest the pass rate is approximately 60-70% for well-prepared candidates on their first attempt. Candidates who complete structured study programs covering both domains thoroughly tend to perform significantly better. Given that Domain 2 is 60% of the exam, strong preparation in testing methodology directly impacts your chances of passing.
The WAS exam contains approximately 75 scored multiple-choice questions plus unscored pilot items. Given that Domain 2 carries 60% weight, roughly 45 scored questions directly address testing and evaluation topics - including assistive technology testing, manual evaluation, automated tools, methodology, reporting, and remediation. This makes testing methodology by far the largest single focus area on the entire exam.
You do not need to be an expert with every screen reader, but you should have practical familiarity with NVDA and JAWS on Windows, VoiceOver on macOS and iOS, and TalkBack on Android. The exam tests conceptual knowledge about AT behavior and appropriate testing pairings. Hands-on experience dramatically improves your ability to answer scenario-based questions correctly, even if the exam itself is not a practical skills assessment.
Absolutely - taking a full-length WAS mock exam under timed conditions is one of the best predictors of exam readiness. Aim to consistently score 75%+ on practice tests across all topics, with particular strength in Domain 2 testing methodology. If your mock exam scores are below 70%, focus additional study on the specific topic areas where you're losing points before booking your official exam date. Our platform at WAS Exam Prep offers targeted practice sets for exactly this purpose.
Ready to Master Accessibility Testing Methodology?
You've worked through 15 targeted WAS practice questions on accessibility testing methodology - now put your full knowledge to the test. Our comprehensive WAS mock exams cover all topics from both Domain 1 and Domain 2, with detailed explanations for every question. Practice under real exam conditions and walk into your IAAP WAS exam with confidence.
Start Free Practice Test →