Roadmap to becoming a developer in 2022
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
Update All Headless Testing Tools (#2105)
2 years ago
..
100-zombie-js.md Update All Headless Testing Tools (#2105) 2 years ago
101-playwright.md Update All Headless Testing Tools (#2105) 2 years ago
102-puppeteer.md Update All Headless Testing Tools (#2105) 2 years ago
103-cypress.md Add: Cypress (#2092) 2 years ago
104-headless-chrome.md Update All Headless Testing Tools (#2105) 2 years ago
105-headless-fox.md Update All Headless Testing Tools (#2105) 2 years ago
106-html-unit.md Update All Headless Testing Tools (#2105) 2 years ago
readme.md Add Headless Testing Content (#2103) 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?