I was recently asked about the difference between unit-testing and Test-Driven Development (TDD). Specifically, why—if the end results are the same—would I recommend TDD over writing unit tests after coding?
The difference between TDD and unit-testing is subtle but important. TDD is much more than writing the unit test first.
A Way
The post How TDD is More Than Simply Unit Testing appeared first on Agile For All.