
Test-driven development
Topic
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle. The developer writes an automated test case that defines a desired improvement or new function, produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards.

