PSD · Question #98
PSD Question #98: Real Exam Question with Answer & Explanation
The correct answer is A. An incremental and emergent approach to software design B. A software development technique based on automated tests C. A predictable way to develop working well-organized code. TDD stands for test driven development. It makes developers think before starting to code. This leads to better organized code. It requires the developer to write the code for the test first, this means that it's based on automated tests. There are no testers in scrum, they are c
Question
Options
- AAn incremental and emergent approach to software design
- BA software development technique based on automated tests
- CA predictable way to develop working well-organized code
- DCreating a manual test script before writing code
- EHaving testers involved in the development process
Explanation
TDD stands for test driven development. It makes developers think before starting to code. This leads to better organized code. It requires the developer to write the code for the test first, this means that it's based on automated tests. There are no testers in scrum, they are called developers as well.
Community Discussion
No community discussion yet for this question.