TDD or Test Driven Development is a development cycle where first the developer writes a test case, then writes the code to pass the test, and finally refactors the code.
However, the main goal is not testing (validation) but specification. It's a way of thinking to design and requirements.
TDD promotes better code and small steps, which is more effective.
Copyright © 2013 Welcome to the website of Davis Fiore. All Rights Reserved.