___________________ helps the design process, whereas ______________ is more suitable for integration and functional testing.
Select one:
a. TDD, BDD
b. BDD, TDD
c. TDD, TDD
d. BDD, BDD
Answers
Answered by
3
Answer:
b is the answer of this question
Answered by
1
The correct option is b.BDD, TDD.
The correct sentence is: BDD helps the design process, whereas TDD is more suitable for integration and functional testing.
- BDD is known as behavioral-driven development, is the process that helps the develops to understand the coding in a simple and easy-to-understand language.
- Test-Driven Development is used by both developers and programmers that give a more practical approach to testing out the real-life scenarios of the application which is meant to be implemented.
- This is the generic difference between BDD that is behavioral-driven development and TDD that is test-driven development.
- Hence, the correct option is b.BDD,TDD.
Similar questions