2.5 Use accessibility testing tools effectively Flashcards

1
Q

What is a flaw of automated accessibility testing tools?

A

They cannot provide human context.

Example- they can find if images have alts but they cannot evaluate if the alt text meets guidelines

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

What two things should a tester identify in the results?

A

Accessibility problems

Optimal accessible results

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

No accessibility software tool can find all the accessibility issues on a web site.
True or False?

A

True

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

What does a basic manual test involve?

A

Verify correct navigation and functionality using the mouse and the keyboard:
• Interactive elements must receive focus (links, data input or buttons)
• The location of focus is visualized
• The screen reader announces adequate tags or alternative texts
• The functions of the components, such as menu and submenu, accordion,
tabpanel, carousel, etc., can be browsed or performed correctly. In such
components, the roles and states notification should be verified.

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

What software tools can be used during Design?
Development?
Test?

A

Tenion.io, axe DevTools, ANDI works during development
aXe API runs on a page and returns JSON file
SiteImproveAccessibility- enter site name, email, get report
ARC Toolkit (CynthiaSays replacement) is Chrome extension, can find errors, test rems in DOM
ANDI tells you what will be announced
iOS has Accessibility Inspector and Accessibility Verifier

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

What are two good vision simulators to test for low-vision/color blindness?

A

Color Oracle- color blindness

No Coffee vision simulator

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

What tool can check color contrast?

A

WebAim’s Contrast Checker

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

What are some accessibility issues only found with manual testing?
(think of the things on the BUGS versus WCAG rems)

A

keyboard navigation
keyboard focus is visible
tab order
Form data retained on refresh or time out
Empty required form field gets focus on error
Multi media is accessible
Descriptive text for links
Decorative images have alt = “”
Images and buttons have descriptive text
Fonts zoom in and out, no crowding or pixelating

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

Documents linked to sites also must be accessible. What are some things to tests PDFs for?

A

PDFs are searchable (OCR’d)
they read in logical order
not text content is labeled

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

Documents linked to sites also must be accessible. What are some things to test WORD docs for?

A

Hierarchical headings

Alt text on non-text items

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

Documents linked to sites also must be accessible. What are some things to test PowerPoint for?

A

Logical reading order
Alt text on non-text items
Sufficient contrast

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

For scientific text and math symbols, what do you test for?

A

That a screen reader can read them

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

Testing for non-audio access to audio content such as podcasts and videos

A

Users control start and stop
Videos have accurate captions
Captions have sufficient contrast
All audio files have link to a transcript

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

For people with brain injury or cognitive issues, what can we do?

A
Clear and simple content:
Fonts are easy to read
Viewing area not crowded or chaotic
Lots of white space
No Flashing, blinking or moving text or content
Menus consistent across site
Visual navigation is logical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to deal with color?

A

Contrast must pass the tests
Color only is not used for meaning
Hover state depicted with good contrast or underline

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

CAPTCHA needs what?

Audio captcha needs what?

A

Keyboard accessible
everything is read by SRs
Audio needs alt for deaf people
Audio is read by SRs with no overlap between the SR voice and the audio captcha voice

17
Q

iframes are accessible how?

A

Descriptive title attribute
Refreshing stays on current frame
SR can navigate between the frames
SR announces purpose of each frame

18
Q

Data Tables need what?

A

Header and/or column rows
Caption
Not nested
Proper Scope labels

19
Q

Tables used for layout are accessible how?

A
They do NOT have header rows
Reading order of the cells is logical
User customization and text scaling is allowed
Not nested
No spacer cells
20
Q

Forms, what to test?

A

Can be filled out using SR
Fields have labels read by SR
Buttons labeled and read by SR
Required field left blank SR reads error and that field receives focus
When error dialog dismissed, focus to that field

21
Q

What might a good test report include?

A

Which URLs were tested
What tools were used to test
the current standing (meets or is close to meeting A, AA)
Features where site is strong
Recommended priorities for addressing the rest
Recommendation for on-going evaluations
Analysis of web authoring tools if an issue