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.
 
 
 
 
 

12 lines
749 B

# 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
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.browserstack.com/guide/what-is-headless-browser-testing'>What is Headless Browser Testing and Why is it Important?</BadgeLink>