Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

test-driven development

You are here: irt.org | FOLDOC | test-driven development

<programming, testing> (TDD) An iterative software development process where each iteration consists of the developer writing an automated test case for an unimplemented improvement or function, then producing code to pass that test and finally refactoring the code to acceptable standards.

Kent Beck, who is credited with having developed or "rediscovered" the technique, stated in 2003 that TDD encourages simple designs and inspires confidence.

TDD is related to the humourous definition of programming as the process of debugging an empty file.

(2012-05-01)

Nearby terms: Terse « test « test coverage « test-driven development » testing » TET » TeX

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb