Test Automation

Test automation is an oxymoron. One can’t really automate tests. Developers can automate checks, which increases the quality of the testing, because testers needn’t concern themselves with mind-numbing double checking and verification. The closest thing to automating tests would be generative testing or model-based testing.

In job ads, “test automation” typically refers to writing checks that make use of WebDriver (Selenium) or Appium to exercise a web or mobile application.

Throughout the developer testing book, the phrase “test automation” is used a bit sloppily to describe the act of authoring functional integration, system, or end-to-end tests.


Back to the vocabulary