Remove Engineering Management Remove Programming Remove Quality Assurance Remove TDD
article thumbnail

Here’s Why You Should Write Unit Tests

Modus Create

Unit testing is an integral part of extreme programming. Extreme programming is basically a “test-everything-that-can-possibly-break” programming strategy. Writing some complex test cases could take some time, especially if you’re adopting TDD (Test-Driven Development). Unit tests make code reuse easier.

Testing 52