Testing and Remediation Strategies Flashcards

1
Q

On touch devices, what are some examples of where you would need an alternate method of activation?

A

Custom Gesture Events

Motion-activated Events (e.g. shaking)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some things to test for in terms of keyboard accessibility?

A

All actionable elements are focusable and can be interacted with in the same way as with a mouse
All focusable elements have a visible focus indicator
Logical tab order
No keyboard trap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some unique consideration for touch devices?

A

Sufficiently large touch target size
Allowing different screen orientation without losing content
All actions are still available with a screen reader turned on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

axe Monitor, Tenon.io, WAVE API, and AMP are examples of what kind of testing tools?

A

Automated - site-wide scanning and reporting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

wave.webaim.org, Cynthia says, and SiteImprove Accessibilty are examples of what kind of testing tools?

A

Automated - Server-based page analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

axe DevTools, WAVE browser add-on, and Google accessibility developer tools are examples of what kind of testing tools?

A

Automated - Browser plug-ins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

axe API and Tenon API provide which kind(s) of testing?

A

Automated - Unit testing (?), Integration testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Color Contrast Analyser (CCA), JAWS Access, and Headings Map are examples of what kind of accessibility testing tools?

A

Manual testing tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some of the factors that influence how you might prioritize fixing accessibility issues?

A
  • User Impact
  • Time to Remediate: (scope) how quickly can the issue be fixed?
  • Business Priority: Is this part of a core user flow like purchase > checkout?
  • Location of Issues: How much traffic does this page get?
  • Volume: Will fixing one global issue handle multiple individual instances (like a global CSS update, or a commonly used component)?
  • Secondary Benefit: Will fixing this issue benefit those without disabilities as well?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the levels of user impact that an accessibility issue might have, and what do they mean?

A
  1. Critical: This issue results in blocked content for individuals with disabilities. Until a solution is implemented content will be completely inaccessible, making the organization highly vulnerable to legal action.
  2. Serious: This issue results in serious barriers for individuals with disabilities. Until a solution is implemented, some content will be inaccessible, or significant a work-around is required, making the organization vulnerable to legal action. Users with disabilities may experience significant frustration when attempting to access content.
  3. Moderate: This issue results in some barriers for individuals with disabilities but would not prevent them from accessing fundamental elements or content. Users with disabilities may experience moderate frustration when encountering this issue.
  4. Minor: This is an issue that may inconvenience a user but would not cause significant frustration in accessing content or accomplishing tasks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some of the things you should include in a bug report for an accessibility issue?

A
Descriptive Title
Impact/Severity
Issue Description
Platform and AT used
Steps to Reproduce
Expected Results
Visual or Video
Remediation recommendations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly