
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to ...
Found on
http://en.wikipedia.org/wiki/Test-driven_development

A way of developing software where the test cases are developed, and often automated, before the software is developed to run those test cases....
Found on
http://www.imbus.de/glossar/

Test Driven Development (TDD) is a method of developing software where the requirements are first written as tests. These tests define actions the software should take and the expected results. Once the tests are written, the developers begin building the software to properly return the correct results for each test. The idea is that when using TDD...
Found on
https://gorails.com/glossary
No exact match found.