diff --git a/content/roadmaps/113-qa/content/111-qa-headless-testing/readme.md b/content/roadmaps/113-qa/content/111-qa-headless-testing/readme.md index be873de97..a1ab6ef6e 100644 --- a/content/roadmaps/113-qa/content/111-qa-headless-testing/readme.md +++ b/content/roadmaps/113-qa/content/111-qa-headless-testing/readme.md @@ -1 +1,9 @@ -# Qa headless testing \ No newline at end of file +# Headless Testing + +Headless testing is when end-to-end tests are performed without loading the browser's user interface. Since the browser operates as a typical browser would but does not make use of the user interface, it is considered highly suitable for automated testing. + +A few example cases where one may use headless browser testing include: + +- Automating HTML event responses, such as form submission, keyboard events, mouse-clicking, etc. +- Web scraping +- Generating screenshots of webpages