Test Driven Development (TDD)
Test Driven Development (TDD) «Test-driven development» is a style of programming in which three activities are tightly interwoven: coding, testing (in the form of writing unit tests) and design (in the form of refactoring).