Test driven development
From DocForge
| This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page. |
Test-driven development is a principle of XP (eXtreme Programming) which emphasizes building many tests for many small portions of code. These tests are meant to be run constantly to ensure that new modifications do not break anything.

