DHS Trusted Tester v5.1.3

60-Day Study Guide

Starting at 20% complete
Pass score: 85%
Standard: WCAG 2.1 AA + 2.2 AA
Tools: ANDI · CCA · Colour Contrast Analyser
Course Progress 20% — ~32–64 hrs remaining
Your 60-Day Roadmap
You've completed ~Course 1. This plan covers Courses 2–5 plus review and exam prep.
How this works: Total program is capped at 180 days — you're targeting 60. Budget 1–2 hours/day on weekdays and a longer session (3–4 hrs) on weekends. Each phase maps to a course module and has a daily task list.
1–12
Days

Course 2 — Section 508 Standards Overview

FAC49S

Deep dive into the Revised Section 508 Standards, how they map to WCAG 2.0/2.1, and the four POUR principles (Perceivable, Operable, Understandable, Robust).

  • Learn the POUR framework cold — every criterion maps to one
  • Study all Level A criteria (must-pass floor)
  • Study all Level AA criteria (required standard)
  • Learn the difference between 508 Revised Standards and WCAG
  • Understand Functional Performance Criteria (FPC)
  • Review 36 CFR Part 1194 Appendix A and C
⏱ ~1–1.5 hrs/day
13–22
Days

Course 3 — Accessibility Testing Tools

FAC49T

Hands-on mastery of ANDI (Accessible Name & Description Inspector) and the Colour Contrast Analyser (CCA). The exam tests tool usage directly — don't skim this.

  • Install ANDI bookmarklet and learn all 10 modules
  • Install CCA and practice on real pages
  • Practice using the browser Inspector (DevTools)
  • Run ANDI on 5 different live websites daily
  • Test a form, a table, and a navigation menu with ANDI
  • Document findings exactly as TT format requires
⏱ ~1–2 hrs/day (hands-on)
23–44
Days

Course 4 — Trusted Tester Process

FAC49U — Longest Course

The core of the certification. You learn the exact DHS test process — 25 test conditions, which tools to use for each, and how to document findings. This is 40%+ of exam weight.

  • Study all 25 Test Conditions in the TT Process document
  • Know which ANDI module applies to each test
  • Practice each test condition on sample pages
  • Learn conformance reporting: PASS / FAIL / DNA / N/A
  • Understand test boundaries (page vs. component)
  • Complete all practice activities inside the course
  • Study the ICT Testing Baseline for Web (v3.x)
⏱ ~1.5–2 hrs/day
45–52
Days

Deep Review — Weak Areas + WCAG 2.2

Self-directed

Audit your own knowledge. Flag any test conditions where you aren't 100% certain. Review WCAG 2.2 AA new criteria (9 new success criteria added vs. 2.1). Study the section508.gov guidance documents.

  • Review the 9 new WCAG 2.2 AA/A success criteria
  • Re-read any TT test conditions you found confusing
  • Review all flashcards and quiz yourself blind
  • Read the section508.gov Web Design & Dev Guide
  • Test a real government site using the full TT process
⏱ ~2 hrs/day
53–58
Days

Practice Exams — Iteration Until 90%+

FAC49V — Practice Exam

Passing threshold is 85%. Target 90%+ on practice before sitting the real exam. Each wrong answer reveals a knowledge gap — treat every miss as a study assignment.

  • Complete the full TT Practice Exam (take it seriously)
  • Log every wrong answer and study the correct rationale
  • Re-take practice exam until you consistently score 90%+
  • Review the Trusted Tester Process document one more time
  • Do a final full-site manual test to stay sharp on tools
⏱ ~2–3 hrs/day
59–60
Days

Final Certification Exam

FAC49W — Certification Exam

Day 59: Light review only — no new learning. Rest. Day 60: Take the certification exam when fresh (morning). Must score 85%+ to earn Trusted Tester status.

  • Day 59: Review ANDI modules cheat sheet only
  • Day 59: Read through your flashcard Q&A one pass
  • Day 60: Exam day — clear browser, stable connection
  • Read each question twice before answering
  • Flag uncertain questions and return to them
⏱ Rest + Exam
WCAG Success Criteria — TT Focus Areas
Click any criterion to expand its explanation, test approach, and ANDI usage. Criteria marked NEW 2.2 were added in WCAG 2.2.
Study Flashcards
Click a card to flip. Use filters to focus on one category. Shuffle to randomize order.
Card 1 of 40
Question
Loading…
👆 Click card to reveal answer
Answer
WCAG 2.2 — What's New vs. 2.1
WCAG 2.2 was finalized December 2024. The Revised Section 508 Standards currently reference WCAG 2.0; however, compliance best practice (and Trusted Tester context) requires minimum 2.1 AA and ideally 2.2 AA. Know these cold.
Key fact: WCAG 2.2 adds 9 new success criteria, removes SC 4.1.1 Parsing (now obsolete for modern browsers/AT), and retains all WCAG 2.1 criteria. Content passing 2.2 automatically passes 2.0 and 2.1.
SC # Name Level Added In What It Requires
2.4.11 Focus Not Obscured (Minimum) AA NEW 2.2 When a UI component receives keyboard focus, the component is not entirely hidden by author-created content (e.g., sticky headers). Partial obscuring is allowed at AA.
2.4.12 Focus Not Obscured (Enhanced) AAA NEW 2.2 No part of the focused component is hidden. Full visibility required. Stronger than 2.4.11.
2.4.13 Focus Appearance AAA NEW 2.2 Focus indicator must have a minimum area (perimeter of component × 2 CSS pixels) and minimum contrast ratio of 3:1 against unfocused state.
2.5.7 Dragging Movements AA NEW 2.2 All functionality requiring dragging can also be operated with a single pointer (no dragging required). Drag-to-reorder lists must have an alternative.
2.5.8 Target Size (Minimum) AA NEW 2.2 Target size of pointer inputs is at least 24×24 CSS pixels. Exceptions for inline, user-agent default, or essential cases. (AAA version 2.5.5 requires 44×44.)
3.2.6 Consistent Help A NEW 2.2 If a page provides a help mechanism (chat, phone, contact form, self-help FAQ), it must appear in the same location relative to other content across pages.
3.3.7 Redundant Entry A NEW 2.2 Information previously entered or provided by the user that is required again in the same process must be auto-populated or available for the user to select. Reduces cognitive load.
3.3.8 Accessible Authentication (Minimum) AA NEW 2.2 Authentication processes must not require a cognitive function test (e.g., memorizing a password, solving a puzzle) unless an alternative is provided or objects/content can be used to solve it.
3.3.9 Accessible Authentication (Enhanced) AAA NEW 2.2 No cognitive function tests in authentication at all — even with alternatives. Stricter version of 3.3.8.
4.1.1 Parsing REMOVED in 2.2 Previously required valid HTML parsing. Removed because modern browsers and AT handle parsing errors consistently — the criterion is now obsolete and always passes.
Key Criteria Carried Forward from 2.1 (Must Know)
SC #NameLevelAdded InQuick Description
1.3.4OrientationAA2.1Content does not restrict view to a single orientation (portrait/landscape) unless essential.
1.3.5Identify Input PurposeAA2.1Input fields collecting user info must identify purpose via autocomplete attributes (name, email, phone, etc.).
1.4.10ReflowAA2.1Content can reflow to single-column layout at 320px width without horizontal scrolling or loss of content.
1.4.11Non-text ContrastAA2.1UI components (button borders, input fields, icons) and graphical objects need 3:1 contrast ratio vs adjacent colors.
1.4.12Text SpacingAA2.1No loss of content when overriding: line-height ≥1.5×, letter-spacing ≥0.12em, word-spacing ≥0.16em, paragraph ≥2em.
1.4.13Content on Hover or FocusAA2.1Additional content triggered by hover/focus must be dismissible, hoverable, and persistent.
2.1.4Character Key ShortcutsA2.1Single-char keyboard shortcuts must be remappable, turn-off-able, or only active on focus.
2.5.1Pointer GesturesA2.1Multi-point/path-based gestures (pinch-zoom, swipe) must have single-pointer alternatives.
2.5.3Label in NameA2.1For components with visible text labels, the accessible name must contain the visible text.
4.1.3Status MessagesAA2.1Status messages (errors, confirmations, alerts) must be programmatically determined so AT can announce them without focus.
Testing Tools You Must Master
The TT exam tests tool knowledge directly. Know what each tool does and when to use it.
🔍

ANDI

Accessible Name & Description Inspector. The primary TT tool. Bookmarklet developed by SSA. Inspects accessibility properties of interactive elements.

PRIMARY TOOL — Used in most test conditions
  • Focusable Elements — Tab order, accessible names
  • Links/Buttons — Purpose, naming
  • Images — Alt text, decorative status
  • Structures — Headings, landmarks, lists, tables
  • Frames — iFrame titles
  • Color Contrast — Built-in contrast module
  • Hidden Content — Off-screen elements
🎨

Colour Contrast Analyser (CCA)

Standalone desktop tool by TPGi. Used to test foreground/background contrast ratios when ANDI's built-in checker isn't sufficient (e.g., images of text, gradients).

SECONDARY — Contrast verification
  • Test 1.4.3 Contrast Minimum (4.5:1 text, 3:1 large text)
  • Test 1.4.11 Non-text Contrast (3:1)
  • Eyedropper tool to pick colors from screen
  • Use for images where computed CSS isn't available
🛠️

Browser Developer Tools

Built-in browser inspector (F12). Used to examine HTML/CSS source, verify ARIA attributes, check DOM structure, and confirm programmatic relationships.

SUPPLEMENTAL — Verification & deep inspection
  • Inspect element ARIA roles, labels, descriptions
  • Check lang attribute on <html> element
  • Verify table markup (th, scope, headers)
  • Confirm form label associations (for/id)
⌨️

Keyboard-Only Testing

No tool — just Tab, Shift+Tab, Enter, Space, Arrow keys, and Escape. Required to verify keyboard operability, focus order, and focus visibility manually.

MANUAL — Required for multiple test conditions
  • Tab through entire page — verify logical order
  • Activate all controls with keyboard only
  • Test for keyboard traps
  • Verify focus indicator is always visible
  • Test modals/dialogs for focus management
🎙️

Screen Readers (Reference)

TT does not require AT (screen reader) testing — but understanding how NVDA/JAWS interpret ARIA helps you reason about why certain failures matter.

KNOWLEDGE — Not formally required in exam
  • NVDA (free) + Firefox for verification
  • JAWS (commercial) — most used in federal gov
  • VoiceOver (macOS/iOS) — Apple ecosystem
📋

TT Reporting Format

Test results must use DHS conformance reporting format. Each finding is either: PASS, FAIL, DNA (Does Not Apply), or N/A. Know these precisely.

PROCESS — Required for certification
  • PASS — Requirement met
  • FAIL — Requirement not met
  • DNA — Content doesn't trigger the test condition
  • N/A — Test condition not applicable to the page
Exam Strategy & High-Value Topics
The TT Certification Exam requires 85%. Here's how to get there efficiently.
Exam format: Online, timed, multiple choice and scenario-based. You use a real browser with ANDI available. Some questions ask you to look at a page and identify the correct finding. This is open-book process — you may reference the TT Process document.
01

Know the 25 Test Conditions Cold

Every exam question ties back to a specific test condition in the TT Process. If you can recite each condition's requirement and the correct ANDI module to use, you'll cover ~60% of exam points.

02

ANDI Module Mapping

Know which ANDI module answers which question: Focusable Elements → tab order; Structures → headings/landmarks; Images → alt text; Links/Buttons → accessible name; Color Contrast → contrast ratio.

03

PASS vs. DNA vs. FAIL

Many wrong answers come from confusing DNA with PASS or FAIL. DNA = the type of content doesn't exist on the page. PASS = it exists and meets the requirement. FAIL = it exists and fails.

04

Non-interference Requirements

Five SC are "non-interference" — they must not block page use even in non-conforming content: 1.4.2, 2.1.2, 2.3.1, 2.2.2. Know these — they appear on exams and have special handling.

05

Contrast Numbers to Memorize

Normal text: 4.5:1. Large text (18pt+ or 14pt bold): 3:1. Non-text UI components (1.4.11): 3:1. Focus indicators (2.4.13 AAA): 3:1. These appear constantly.

06

Headings Must Be Logical, Not Visual

A page passes heading tests if the heading hierarchy is logical (H1→H2→H3, no skips) and headings describe the section — even if styled differently. The programmatic structure is what TT tests.

07

Alt Text Rules for Images

Decorative images: alt="" (empty, not missing). Informative: descriptive alt text. Functional (button/link image): alt text describes the function. Complex images: short alt + long description. Images of text: alt = the text.

08

Practice on Real Sites

Don't just read — do. Test 5 different government sites with the full TT process before exam day. The muscle memory of opening ANDI, running each module, and documenting findings will pay off in scenario questions.

09

High-Weight Topic Areas

Based on TT curriculum emphasis: (1) Forms & inputs, (2) Images & alt text, (3) Keyboard/focus, (4) Tables, (5) Headings & structure, (6) Color contrast, (7) Links & buttons. These cover ~75% of test conditions.