Which of the following statements about Test Driven Development (TDD)

Loading

Choose the correct option.

Which of the following statements about Test Driven Development (TDD) is FALSE?

A. TDD is a “test first” approach to develop reusable automated tests.
B. The TDD cycle is continuously used until the software product is released.
C. TDD helps to document the code for future maintenance efforts.
D. The result of TDD are test classes used by the developer to develop test cases

Leave a Comment