Unit Testing
Learn about unit testing through practices like Test-Driven Development (TDD).
Fixing bugs in code is expensive. The earlier a bug is discovered in the development process, the less expensive it will be. Unit testing is a good way to find bugs early in development. Some developers even follow the principle that programmers should create unit tests before writing code, called Test-Driven Development (TDD).
Get hands-on with 1400+ tech skills courses.