1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
Jordan
2022-10-03 15:46:10 -05:00
committed by GitHub
parent ab074e0630
commit b9b4302066

View File

@@ -1 +1,9 @@
# Qa headless testing
# 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