Test Driven Development (TDD) is the process of defining the test prior to coding. It's the process of using coding's failure to pass test cases to identify the coding necessary to be written by the development team. The primary feature of the process is a very short Test/Code cycle used to code a single requirement in order to pass a single test case.
- Tags
-