Velocify Interview Question

What is TDD?

Interview Answer

Anonymous

Sep 28, 2016

Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.