Testing A Web App Using The Keyboard Only

1 · Gleb Bahmutov · July 12, 2021, 11:46 a.m.
Let's take a good TodoMVC example made with accessability features included, as every app should have. One of the aspects we need to confirm in our tests is that the user can fully interact with the app without using a mouse. We need to test every feature using the keyboard, as posts like Keyboard Navigation Accessibility Testing suggest.TestingCompleting itemsDeleting the first itemEditing an itemTab through filtersTest the filtered viewsAvoiding clicksTesting smaller featuresCancel editsClear ...