-
Notifications
You must be signed in to change notification settings - Fork 0
Test Driven Development
schadal edited this page Dec 29, 2018
·
9 revisions
- Is there since 2003.
- TDD is a practice that comes from XP and agile manifesto.
- It is practice for developing quality code.
What is TDD? For this, we need java and eclipse setup. TDD is nothing but tests driving the code. It is a 3 step process in which we have red, green and blue color representation. With red color representing the code fails, green color represents functionality written to pass the test and finally blue color for refactoring the code.