Test Driven Development

From PKC
Revision as of 06:31, 26 March 2022 by Benkoo (talk | contribs)
Jump to navigation Jump to search

Test Driven Development(Q950250) 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.