Aptean interview question

What is test driven development (TDD)?

Interview Answer

Anonymous

30 Jan 2016

A process where test cases are written for every possible correct output and then functionality is added until all tests pass.