December 17, 2021
Unit tests are an important part of modern software development, but many developers don't know the difference between good unit tests and bad unit tests.
Commonly used measurements, like code coverage, are often inadequate and can be misused.
Let's look at various examples to learn how to write good, reliable and maintainable unit tests!