TDD Test Driven Development
January 15, 2008
Leave a comment
Test Driven Development(aka TDD) – This is a software development technique, short iterations where test cases are written first for production code to fail, refactor the code to fulfill the test case.
This is an aspect of Xtreme Programming gaining popularity. There are more testing techniques such as agile acceptance testing and investigative testing. In TDD one achieves 100% coverage of test, every single line code is tested something which the traditional testing do not promise.
- posted by madhuri chopurala

Recent Comments