From the course: React: Accessibility

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Why test your work

Why test your work - React.js Tutorial

From the course: React: Accessibility

Start my 1-month free trial

Why test your work

- [Instructor] Let's talk about testing our work, both broadly and specifically, to accessibility features. You may have heard the phrase, "Test early, test often." I believe that we should live by it. Testing at the end of the development process has two main risks. The first, testing is often rushed, omitted, or ignored, thanks to pressures like projects running over time and over budget. The second, it is more work to fix problems discovered late in a process than to do things right from the start, because code will have to be refactored and can break other features. To ensure quality and save time and money, accessibility testing should start right at the beginning of product design, all iterations of the project through to delivery. There are some things we should know about before starting a project. To be an accessibly-supported website, the site must have been demonstrated to work with users' assistive…

Contents