I have seen lots developers are not seeing benefits of Test Driven development. When you do Test Driven development there are lots of benefits. So I thought it will be good idea to write a blog post about it.
What is Test Driven Development:
As per wikipedia Test Driven Development is
What is Test Driven Development:
As per wikipedia Test Driven Development is
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standardsKent Ben an American software engineer and creator of extreme programming rediscovered this technique. There are three main indicators of Test Driven development.