ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 78 - PSD discussion

Report
Export

Which three describe TDD?

A.
An incremental and emergent approach to software design
Answers
A.
An incremental and emergent approach to software design
B.
A software development technique based on automated tests
Answers
B.
A software development technique based on automated tests
C.
A predictable way to develop working well-organized code
Answers
C.
A predictable way to develop working well-organized code
D.
Creating a manual test script before writing code
Answers
D.
Creating a manual test script before writing code
E.
Having testers involved in the development process
Answers
E.
Having testers involved in the development process
Suggested answer: A, B, C

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.

asked 23/09/2024
Thiago B
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first