When we discussed testing and quality assurance in the previous chapter, it meant checking for issues before the product goes out to customers. One way to do this is manually, where real people go through an application and report issues they come across. Another way is through automated tests that run at certain times during the code writing and building processes. In this chapter, we’ll review how manual and automated testing close the loop on sustainable accessible design.
Automated Testing
Automated ...