Question: Web Page Accessibility In order to evaluate systems or tools, it is extremely common to create a test suite that can be used to evaluat

Web Page Accessibility
In order to evaluate systems or tools, it is extremely common to create a test suite that can be used to evaluat single system or compare multiple systems. For this assignment, we will be looking at the results of multiple to that were run on a test suite created by the United Kingdom's Government Digital Services to test accessibility checkers. An accessible page is one that is usable by people with disabilities, many of whom will be accessing th of tests, each with a single introduced error. The tests are grouped within categories of related tests.
These tests have been run on 13 different accessibility checkers and the full results GG have been made publicly available. For this assignment, I have created a file, CheckersResults.txt darr that contains the results of the tests for 4 of the 13 checkers. The file is organized such that each line contains the results for one test organized as such:
[test category][google test result][wave test result][sortsite test result][aslint test result][test description]
The category and test results for each test are all a single "word". The test description is of variable length.
Hint: You could use a Scanner object to read in the category and test results with calls to .next() since they are single words and then a final call to .nextLine() to read in the test description of variable length.
The four test results will be one of six "words":
error = the issue was properly found - a good outcome
error_paid = the issue was properly found in the paid version
warning = the tool only gave a warning - satisfactory outcome
manual = the tool required the user to check - unsatisfactory outcome
identified = The tool noticed the issue, but didn't give a warning
 Web Page Accessibility In order to evaluate systems or tools, it

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!