1.

What Are The Some Clarifications About Tdd?

Answer»
  • TDD is neither about Testing nor about Design.
  • TDD does not mean WRITE some of the tests, then BUILD a system that passes the tests.
  • TDD does not mean do lots of Testing.

TEST-Driven development is a process of developing and running AUTOMATED test before actual development of the application. Hence, TDD sometimes also called as Test First Development.

Test-Driven development is a process of developing and running automated test before actual development of the application. Hence, TDD sometimes also called as Test First Development.



Discussion

No Comment Found