Unit Testing Principles, Practices, and Patterns: Takeaways

from blog Just Some Code, | ↗ original
This book won’t teach you how to write a unit test step by step. But, it will teach you how unit testing fits the larger picture of a software project. Also, this book shows how to write integration tests and test the database. These are my takeaways. 1. What is a unit test? “The goal of unit testing is to enable sustainable growth of the...