TDD
TDD Test Driven Development
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 [...]


