DEV Community

Discussion on: What are the most common tools used by experienced developers for functional testing?

Collapse
 
dylanlacey profile image
Dylan Lacey

I'd argue that Accessibility testing with something like Axe is hybrid implementation-functional testing; it provides implementation suggestions for improvements, but the actual assessment is done on measurements of whether or not an accessibility device could use the page. It still requires some thought about the UX that presents, however.