Web Accessibility Testing: Basic Methods and Tools Flashcards
The first step to conducting web accessibility testing is:
A. Run automated tests
B. Define the scope of the test
C. Conduct manual testing
D. Plan for remediation of accessibility issues
E. Conduct regression testing
B. Define the scope of the test
All of the following are things to consider when determining the scope of the accessibility tests, EXCEPT:
A. Which pages have the most diversified and representative content, structure, and semantics types?
B. Are there any important transactional or multi-step processes?
C. How many users can access an interface element at one time without crashing it?
D. What templates are in use on the site?
C. How many users can access an interface element at one time without crashing it?
True or False: Testing all of the pages of a web site may not be easy or practical, but it has to be done to ensure an adequately compliant site.
false
True or False: Analyzing specific page content like images, forms, tables, and widgets should be included in the scope of the evaluation.
true
When beginning the actual testing process, what should testers do first?
A. Conduct keyboard accessibility testing
B. Check if color is used to convey meaning
C. Run an automated test
D. Test for form validation accessibility
C. Run an automated test
True or False: About a third of accessibility problems can be found through automated testing.
true
Screen readers can help you identify issues with which of the following?
A. Visual focus indicator
B. Keyboard functionality
C. Touch target size
D. Alternative text
E. Custom widgets
F. Media players
G. Form labels and instructions
H. Color used to convey meaning
I. Headings
J. Video only presentations
K. Answers B, D, E, F, G, and I
L. Answers A, B, C, G, H, I, and J
M. All of the above
K. Answers B, D, E, F, G, and I
Keyboard functionality
Alternative text
custum widget
media players
form labels and instruction
headings
True or False: The purpose of links must always be conveyed through the link text itself.
false, could also be through context
or If a link contains only an image, the image’s alternative text should describe the purpose of the link
or For icon fonts used as links, the purpose of the link should be conveyed using one of the following ARIA attributes: aria-label, aria-labelledby, or aria-describedby
True or False: If error messages used in form validation are conveyed through a screen reader, then they do not need to be visible.
false
To be compliant, captions for videos must include all of the following EXCEPT:
A. Description of visual content
B. Narration and dialog
C. Identity of multiple speakers
D. Important sound effects
A. Description of visual content
An effective bug report should be written for which of the following recipients?
A. Developers and designers who have extensive knowledge in accessibility
B. The core accessibility team
C. Stakeholders who may not be well-informed about accessibility
D. Other testers who can validate the issue
C. Stakeholders who may not be well-informed about accessibility
If a bug report includes a title, description, and steps to reproduce the issue, what should it also include to make it more effective? (Select all that apply)
A. Recommendations for how to fix the issue
B. Expected behavior and/or results
C. Severity of the issue
D. All of the above
E. None of the above; the report is effective as is
D. All of the above
Remediation for all accessibility issues should be:
A. Prioritized according to factors such as impact, severity, frequency, etc.
B. Made top priority for all staff until the issues are resolved
C. Performed by contractors
D. Completed before the application is released
A. Prioritized according to factors such as impact, severity, frequency, etc.
True or false: Automated testing should only be conducted during the testing phase of the development lifecycle.
false
Which type of testing allows developers to evaluate small chunks of code for accessibility issues without any dependencies?
A. Regression testing
B. Integration testing
C. Unit testing
D. Manual testing
C. Unit testing