Is there a difference between TDD and Test First Development (or Test First Programming)?

前端 未结 8 1447
鱼传尺愫
鱼传尺愫 2021-02-01 00:41

Both ideas sound very similar to me, but there might be subtle differences or the exact same thing, explained in different ways. What is the relationship between TDD and Test Fi

8条回答
  •  太阳男子
    2021-02-01 01:38

    In Test Driven Development: By Example, the author, Kent Beck, clearly states that "test first" (TF) is the rule. So TF is the principle that rules TDD. The later one is the process.

提交回复
热议问题