|
|
TestDrivenDevelopmentTest Driven Development (TDD)Ref from http://en.wikipedia.org/wiki/Test_Driven_Development : Test-driven development (TDD) is a software development technique that uses short development iterations based on pre-written test cases that define desired improvements or new functions. Each iteration produces code necessary to pass that iteration's tests. Finally, the programmer or team refactors the code to accommodate changes. A key TDD concept is that preparing tests before coding facilitates rapid feedback changes. Note that test-driven development is a software design method, not merely a method of testing. The Most Frequent Refered Resources about TDD
Contact: Goose |