1.

Explain Test Driven Development (tdd) ?

Answer»

TDD is a methodology which says, write your tests first before you write your code. In TDD, tests DRIVE your APPLICATION DESIGN and development cycles. You do not do the check-in of your code into SOURCE control until all of your UNIT tests pass.

TDD is a methodology which says, write your tests first before you write your code. In TDD, tests drive your application design and development cycles. You do not do the check-in of your code into source control until all of your unit tests pass.



Discussion

No Comment Found