Difference between revisions of "Test Driven Development"

From PKC
Jump to navigation Jump to search
 
Line 1: Line 1:
{{WikiEntry|key=Test Driven Development|qCode=950250}} is the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.
{{WikiEntry|key=Test Driven Development|qCode=950250}}, often abbreviated as [[TDD]], is the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.
 
=A short video introduction to TDD=
{{:Video/Test-Driven Development // Fun TDD Introduction with JavaScript}}
[[Category:Software Engineering]]
[[Category:Software Engineering]]
[[Category:DevOps]]
[[Category:DevOps]]

Latest revision as of 06:33, 26 March 2022

Test Driven Development(Q950250), often abbreviated as TDD, is the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.

A short video introduction to TDD

Delaney, Jeff (Jun 4, 2021). Test-Driven Development // Fun TDD Introduction with JavaScript. local page: Fireship.