Test-Driven Development

Test-Driven Development

//tɛst ˈdrɪvən dɪˈvɛləpmənt//

programming
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 code is improved so that the tests pass.

Related Terms

Viewed 18 times Added Jul 24, 2026