test-driven development
Appearance
English
[edit]Noun
[edit]test-driven development (uncountable)
- (software engineering) A software development process that relies on the repetition of a minimal development cycle where the developer writes an (initially failing) automated test case that defines a desired function, then produces minimal code to pass that test, and finally refactors the new code to acceptable standards.
- Synonym: TDD
Translations
[edit]a software development process
|
Further reading
[edit]- test-driven development on Wikipedia.Wikipedia