Headless Browser Testing Clarified
Headless Browser Testing is mostly unnecessary.

This article is one of the “IT Terminology Clarified” series.
Headless Browser Testing is a way of running browser tests without the UI (head, a term from Unix). Let’s have a look at a Selenium test execution in headless mode as well as a normal mode for comparison.