computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChuckD3ath
467446cbea
|
2 years ago | |
---|---|---|
.. | ||
100-zombie-js.md | 2 years ago | |
101-playwright.md | 2 years ago | |
102-puppeteer.md | 2 years ago | |
103-cypress.md | 2 years ago | |
104-headless-chrome.md | 2 years ago | |
105-headless-fox.md | 2 years ago | |
106-html-unit.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
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
Free Content What is Headless Browser Testing and Why is it Important?