From b9b43020668cd6620a8eb2e65b318cb112c26936 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 3 Oct 2022 15:46:10 -0500 Subject: [PATCH] Add: Headless Testing (#2071) * Add description and example usage cases * Update content/roadmaps/113-qa/content/111-qa-headless-testing/readme.md Co-authored-by: Kamran Ahmed --- .../113-qa/content/111-qa-headless-testing/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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