70
Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955 Development and Use of An Advanced Methodology for Performing Accessibility Audits in the Federal Government Karl Groves Senior Accessibility Consultant, SSB BART Group

Development and Use of An Advanced Methodology for Performing

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Development and Use of An Advanced Methodology for Performing

Accessibility Audits in the Federal Government

Karl Groves Senior Accessibility Consultant, SSB BART Group

Page 2: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

• The leader in accessibility solutions™ 2

Agenda

 Introduction  Typical Auditing Methods

•  Pitfalls •  Automated Tools •  Manual Review •  Use Case Testing

 Developing a Methodology  Reporting results

Page 3: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

• The leader in accessibility solutions™ 3

SSB BART Group

 SSB Technologies •  Founded in 1999 by technologists

with disabilities •  First commercial company in the

testing software space •  Focus on IT Manufacturers and

private organizations  BART Group

•  Founded in 1998 by individuals with Visual Impairments

•  Focus on East coast and federal market

 Customer Base •  Over 500 commercial and

government customers •  Over 800 projects successfully

completed  Accessibility Management

Platform •  Assessments and Audits •  Standards •  User Testing •  Training and eLearning

• A bit about us…

Page 4: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

• The leader in accessibility solutions™ 4

Customer Experience

• 

Page 5: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Typical Accessibility Audit Techniques

Page 6: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Pitfalls

 Typical methods are often haphazard and seem to be made up on the spot: •  Running the system through an automated test (in the case of websites) •  Or, going through the list of technical provisions and taking a cursory

glance at the product to see if it complies in an ad hoc test of each provision

Page 7: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Pitfalls

 Testing Methods Are Often Incomplete, Inaccurate, Inconsistent •  Performing an ad hoc set of tests is more likely than not to result in test

results that are incomplete at best •  The test results may not touch on every possible problem a disabled

user might face. •  Automated tests may remain unable to notice some of the more

egregious errors in today’s modern web sites

Page 8: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Pitfalls

 Testing Methods Are Often Not Repeatable •  Any test performed on an ad hoc basis may net results that are not

repeatable throughout multiple regression tests. •  When it comes to perform a regression test, the “make it up as you go”

approach will be unable to determine whether the issues uncovered in previous tests were sufficiently remediated.

Page 9: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools

Page 10: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools – Introduction

 What is it? •  Use of desktop or web-based tool to parse document markup to check

for potential areas of accessibility problems. •  May or may not involve the use of spiders to crawl multiple pages. •  May or may not involve ability to schedule repeat tests and/ or automate

reports.

Page 11: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools – Strengths

 Ability to scan large volumes of code. •  On a single page, site wide, and anything in between

 Ability to automatically generate reports  Ability to catch errors which do not need humans to

review  Configurable to include/ exclude specific guidelines.

•  Checking method for specific guidelines often also configurable

Page 12: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools - Flaws

 Notoriously prone to inaccurate results: •  Passing items which should fail, i.e. insufficient alt attribute values. •  Failing items which should pass, i.e.: - missing <label> for <input> element which has ‘hidden’ or ‘submit’ as

value for type attribute. - Missing <meta> for language, when language defined via lang attribute of <html>

Page 13: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools - Flaws (cont’d)

 The bulk of tools utilize spiders.  Spiders tend not to do well with:

•  Form driven authentication •  Form driven workflows •  Pages that utilize JavaScript to render content.

•  The bulk of enterprise class web-enabled applications contain all of these elements.

Page 14: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools - Flaws (cont’d)

 Questionable checking rules •  “Failing” a document for items which have no real-world impact on

access.

 The tools test rendered HTML, sometimes CSS, but not JavaScript or non-text formats (i.e. Java Applets, Flash, etc.)

 Markup may look good, but page may use DOM Scripting/ AJAX which makes it inaccessible.

 Tools often test only the markup as a string without assessing DOM structure •  Analogy: PHP’s file_get_contents vs. DOMDocument

Page 15: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Automated Tools - Flaws (cont’d)

 Unable to test the functional standards (§1194.31)  Automated tool may be unable to access the site to test it.

•  Security restrictions may disallow installation of automated tool on client system or may disallow the running of spiders

Page 16: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Manual Review

Page 17: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Manual Review - Introduction

 What is it? •  Code-level review of the generated HTML/ CSS markup, specifically

oriented toward finding potential areas of accessibility problems. •  Methods meant to mimic coping mechanisms and/or uncover errors - Manipulation of software or hardware settings

Page 18: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Manual Review - Strengths

 Much higher level of accuracy (for individual violations) than any method.*

 Reviewer likely to be capable of not only finding the error but can also recommend the necessary repair at the same time.

Page 19: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Manual Review - Flaws

 Relies on extensive knowledge on the part of the tester.  Reviewing large volumes of code far too time intensive.  The more code/ the more complicated the code, the

greater chance the reviewer will miss something.  Mostly limited to inspection of HTML & CSS

Page 20: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Manual Review - Flaws

 There are just some things that don’t require human eyes to catch!

• The leader in accessibility solutions™ 20

Page 21: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing

Page 22: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing - Introduction

 What is it? •  Similar to use case testing/ acceptance testing for QA: the actual use of

a system by users with assistive technology performing typical system tasks.

Page 23: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing - Strengths

 The true measure of a system’s level of accessibility is whether or not disabled users can use it effectively.

 Provides ability to catch issues which may have gone unnoticed by other methods.

 Provides a much more ‘real’ impression of the severity and volume of problems uncovered.

 Particularly useful in finding failures of 1194.21(b) provisions which cannot be uncovered any other way.

Page 24: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing - Flaws

 Dependent upon proper authoring of use cases •  Too broadly worded, testing may take too long to be economical vs.

results returned •  Too narrowly worded may ‘lead’ the tester too much to be realistic.

 Time & budget constraints may leave large portions of system untested.

Page 25: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing – Flaws (cont’d)

 Less accurate when testing is performed by non-disabled user.

 Tester may be unrepresentative of common user.  Results can vary widely based on not only the AT type but

also the brand and even the version. •  Success with one specific AT does not correlate to success with all AT. •  Success with one specific AT is not indicative of compliance

Page 26: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing – Flaws (cont’d)

 There are just some things that don’t require user-based testing to catch!

Page 27: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Towards an Effective Methodology Toward A Better Methodology

• The leader in accessibility solutions™ 27

Page 28: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Requirements

 Accuracy  Efficiency  Reliability  Repeatability  Actionability (is that a word?)

Page 29: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Requirements

 Accuracy •  No singular method is sufficiently accurate on a large scale project.

 Efficiency •  The more efficient methods are inaccurate, the more accurate methods are

inefficient.  Reliability

•  No singular method can be reliable for predicting real world accessibility by all users.

 Repeatability •  Any assessment should be structured in a way in which it can be repeated

accurately during subsequent regression tests. -  The goal of testing isn’t to generate reports, it is to work toward resolution of problems

 Actionable •  Results must be reported in a fashion that makes the results actionable.

Page 30: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

A Trident Approach

 Unit-based Testing •  Tested via Automated and Manual means •  Automated tests reserved only for checking what automated tests can check

effectively. •  Manual means validate & verify automated tests •  Will also determine at a low level if code is written in a compliant fashion

 Use Case Testing •  Tested with multiple assistive technologies •  Will determine from a high level if the application is usable for people with

disabilities •  Further validates and verifies results from automated & manual tests

 Actionable Results Reported, Repairs Prioritized

Page 31: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Unit-Based Testing

Page 32: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

What We Know About Web Production

 Enterprise-level websites and web-based applications are mostly generated server-side.

 Backend programming libraries are pre-processed at time of request (or cached) to assemble front-end interface.

 This (usually) means all interface elements of a specific type (forms, tables, templates, etc.) will be written to screen using essentially the same code.

• The leader in accessibility solutions™ 32

Page 33: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

What We Know About Web Production

 Interfaces often driven by templates which look mostly identical on all pages and only the unique content changes

 Even where templates vary, variances are few and are also driven from server side code.

• The leader in accessibility solutions™ 33

Page 34: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

What We Know About Web Production

 This approach decreases production time for new content, increases quality, decreases maintenance debugging time. •  For our purpose it also tends to let accessibility problems propagate

themselves throughout the whole system. •  Fortunately, it makes them easier to fix, too.

• The leader in accessibility solutions™ 34

Page 35: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Page 36: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Page 37: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Page 38: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Page 39: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Determining What & How to Test

Determining What & How To Test

• The leader in accessibility solutions™ 39

Page 40: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Producing our Component List

 Test coverage = Entire UI of the application  Test set is a list of all unique UI components in an

application  Prioritize testing efforts based on frequency of these

components and potential impact on users

Page 41: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Producing our Component List

 Attempt to include all interface component types historically found to cause challenges for disabled users: •  Images & other non-text formats •  Forms •  Tables •  Interface elements relying on client-side scripting •  Frames and i-frames

 Always include the overall template

Page 42: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Global Header

Page 43: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Topic Header

Page 44: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Article Header

Page 45: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Quick Navigation to other, “Most Popular”

news items

Page 46: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Alternate Formats Navigation

Page 47: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Story Content – Text Version

Page 48: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Story Content – Photos Tab

Page 49: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Producing our checklist

 Based on technologies in use, determine a set of tests to be performed.

 Produce a checklist which touches: •  Each component •  Each container •  The entire application

 Checklist validity enhanced by being based on industry standards.

 Checklist composed of Best Practices

Page 50: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Best Practices

 Ensure the standards are met by performing a thorough and complete audit.

 Dissection of each Industry Standard you’ve committed to support.

 Each provision separated into their conformance criteria

Page 51: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Best Practices (cont’d)

 Establish a defined set of conformance criteria for the standards the system needs to meet.

 Establish a checklist which can be used not only for the initial test but also any subsequent regression tests as well.

 Means the review not hampered by the reviewer’s memory or knowledge of the standards or inconsistent interpretation of the standards by team members •  One best practice = One test = One result

Page 52: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Best Practices (cont’d)

 Each Best Practice Should Contain •  Title •  Description •  Compliant Code Example •  Non-Compliant Example •  Recommended Changes •  Unit Test for Checking Compliance

•  This information is essential for ensuring accuracy and repeatability!

Page 53: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Producing our checklist

Checklist Creation - Component Level Example (Sample Best Practices based on 1194.22(a))

Provide alt attributes for all images

Ensure images which convey meaning are not defined in CSS

Ensure image text and alternative text are equivalent

Ensure alt text is sufficiently informative

Ensure alt text is not descriptive of the appearance but rather the content

Ensure complex images provide long descriptions

Avoid redundant alt attributes

Provide mathematical formulas in appropriate markup

Ensure alternate text for linked images is descriptive of destination

Page 54: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Unit-based Test Execution

 Following your checklist:  Test each component for each applicable best practice in your

checklist  Run automated tests on those which can be graded automatically

•  i.e. presence of alt text, presence of device-dependent event handlers  Each best practice graded as pass/ fail  Mark each violation in your checklist and/ or in your bug tracking

system  Take note of patterns which reveal themselves during testing  Take special note of patterns that exist throughout the entire set of

components.

Page 55: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Testing

Page 56: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use-Case Methodology

 Create use cases to be performed with application  Define a list of assistive technologies to execute the use

cases with •  Should include more than one type of AT

• The leader in accessibility solutions™ 56

Page 57: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use-Case Methodology

 Usage case consists of •  Actor – The individual that is performing the task •  Goal – A clear definition of what the actor is attempting to accomplish •  Main Success Scenario – A list of the ideal steps the actor must take to

accomplish a task •  Extensions – Alterations to the task that may occur during execution - Particularly errors and alternate navigation possibilities

• The leader in accessibility solutions™ 57

Page 58: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use-Case Methodology

Usage Case – Example Web Site (simplified for this presentation)

Goal Access Story Photos

Operator User

Main Success Case

1.  Navigate to http://www.cnn.com/ 2.  Navigate to link labeled story headline 3.  Navigate to ‘Photos tab’ 4.  View Photos

Extensions 2.a. Navigate to ‘Most Popular Menu’ 2.a.1. Navigate to link labeled story headline

Page 59: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Use Case Test Execution

 User(s) perform exact same test cases for each assistive technology.

 Take note of any & all difficulties in performing task.  Grade test case based on:

•  Failure •  Completed with difficulty •  Improvements needed •  Success

Page 60: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Reporting the Data

Page 61: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Reporting The Data

 Automated test results validated by manual test  Manual & automatic test results form the bulk of report

•  Because they’ll be the bulk of the findings

 Use case results incorporated in report •  Because they provide a ‘face’ to the real world effect

 All together, they form basis for further regression testing

• The leader in accessibility solutions™ 61

Page 62: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Reporting The Data

 Organize results based on content type rather than by provision/ guideline •  i.e.: Data Tables, Forms, Images, etc. •  Doing so provides context for both stakeholders and is actionable by

developers.  Prioritize list of violations based on:

•  Severity •  Frequency •  Noticeability •  Tractability

• The leader in accessibility solutions™ 62

Page 63: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

 Some portions of prioritization should be worked out on a per-best-practice basis prior to evaluation, as part of the overall methodology.

 Each best practice contains a predetermined: •  Severity •  Noticeability •  Tractability

 Each of these is also given a weight used as coefficient during calculation of priority.

• The leader in accessibility solutions™ 63

Page 64: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

 “Severity”: •  A measure of how large an impact on the disabled user experience a

violation of the best practice will have. •  Violation severity is inferred from our cumulative knowledge gained from

observing disabled users.

• The leader in accessibility solutions™ 64

Page 65: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

 “Noticeability” •  The likelihood that a given violation will be detected by users of a

document. •  Certain best practice violations are more easily detected than others,

such as violations that can be detected with automated tools. •  Other violations, such as those that can only be detected through

manual review techniques, are more difficult to find in a document. •  Violations that are more difficult to detect generally pose a lower overall

risk for enforcement than violations which can be detected in a trivial fashion.

• The leader in accessibility solutions™ 65

Page 66: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

 “Tractability” •  The estimated costs associated with ensuring that all instances of the

violation are fixed. •  The cost is designed to give an estimate of the number of hours of effort

required to ensure compliance with a given best practice.

• The leader in accessibility solutions™ 66

Page 67: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

 Frequency •  How often a particular violation occurs within a document. •  Violation Frequency is calculated based on the number of pages that

exhibit a violation divided by the total number of pages, multiplied by ten - Example: Violation on 54% of components would be frequency of 5.4

• The leader in accessibility solutions™ 67

Page 68: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Prioritization

• The leader in accessibility solutions™ 68

Page 69: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

Conclusion

 Unit-based approach facilitates greater accuracy, efficiency, and reliability.

 Reserving automated testing for things it is best suited to find reduces inaccurate results.

 Performing manual review on components rather than whole documents is more efficient.

 Unit-based approach provides repeatability  Use case testing validates findings and provides context.  Prioritization will allow for findings to be actionable.

• The leader in accessibility solutions™ 69

Page 70: Development and Use of An Advanced Methodology for Performing

Silicon Valley (415) 975-8000 www.ssbbartgroup.com Washington DC (703) 637-8955

• The leader in accessibility solutions™ 70

For more information…  Contact Karl Groves

•  [email protected] •  703.637.8961 (o) •  443.889.8763 (c)

 SSB BART Group •  Silicon Valley Office - 415.975.8000

•  Washington DC - 703.637.8955

[email protected]