Home / Questions / What is the relationship between FDD and TDD?
Explanatory Question

What is the relationship between FDD and TDD?

👁 16 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • FDD defines what needs to be built

  • TDD defines how it will be built technically

Every FDD should result in a corresponding TDD.