
- Posted On August 5, 2015
- BYJegan
TDD – the good, bad and ugly part
What is TDD ? Test-driven development a.k.a TDD. This is an extreme programming practice, where a developer will follow Test First Development approach. What this means is, a developer will first write a failing unit test case before writing productio...