TDD
Test-Driven Development
Test-Driven Development (TDD) is a software development technique where automated tests are written before the code.
Developers use those tests to drive the development.

 

BDD
Behaviour-Driven Development (BDD) is a set of practices that aim to reduce some common wasteful activities in software development:
Rework caused by misunderstood or vague requirements
Technical debt caused by reluctance to refactor code
Slow feedback cycles caused by silos and hand-overs
BDD aims to narrow the communication gaps between team members, foster better understanding of the customer and promote continuous communication with real world examples.

相关文章:

  • 2021-09-23
  • 2021-12-27
  • 2021-08-09
  • 2021-07-29
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2022-02-08
  • 2022-12-23
  • 2021-12-07
  • 2022-02-14
  • 2022-12-23
相关资源
相似解决方案