test-driven development
التعريفات والمعاني
== English ==
=== Noun ===
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 ====
=== Further reading ===
test-driven development on Wikipedia.Wikipedia