Slide 6
Slide 6 text
What is a unit test?
A unit test is an automated test that
- Verifies a small piece of code (also known as a unit)*,
- Does it quickly,*
- Does it in an isolated manner.*
- And usually written by the programmers themselves using
their regular tools.
* Vladimir Khorikov, “Unit Testing Principles, Practices, and Patterns”, Manning, January 2020