~20 min

Manual web testing and DevTools

Using the browser developer tools.

The browser developer tools

DevTools (opened with F12 in most browsers) are the web QA's best ally. They let you inspect the page, see errors, analyze network requests and simulate devices, with no coding required.

Useful DevTools tabs
TabWhat it is for in QA
ElementsInspect an element's HTML/CSS
ConsoleSee JavaScript errors
NetworkReview requests, codes and timings
Device toolbarSimulate screen sizes and mobiles

When reporting a web bug, open the Console and Network tabs: many defects come with a visible error there, which is very valuable evidence for the developer.

QuestionToca para voltear

Which DevTools tab would you use to see if a request returned a 500 error?

Where would you see a web page's JavaScript errors?

¿Quieres guardar tu progreso?

Crea una cuenta gratis para guardar tu avance, ganar puntos e insignias y desbloquear los campus de ISTQB y Automatización.

Crear cuenta gratis
Siguiente Lección
Manual web testing and DevTools | PlayQAcademy