adplus-dvertising
frame-decoration

Question

What is the approach of Test-driven Development (TDD)?

a.

First focusing on the "clean code" part and then on the "that works" part

b.

First make sure the software works, and then tackle the clean code part

c.

Both a and b

d.

None of the above

Answer: (b).First make sure the software works, and then tackle the clean code part Explanation:Test-driven development (TDD) takes the opposite approach from the traditional way of software development. In TDD, the focus is first on making sure the software works and then on the clean code part.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the approach of Test-driven Development (TDD)?

Similar Questions

Discover Related MCQs

Q. What is the focus of verification and validation activities during software development?

Q. What is the purpose of requirements engineering?

Q. What are the criteria for a requirements specification according to Boehm?

Q. What is the main aim of testing the completeness criterion of a requirements specification?

Q. What is the purpose of testing the requirements specification?

Q. What are the four essential criteria for a requirements specification according to Boehm?

Q. What does the feasibility criterion have to do with?

Q. What are the most likely errors in a requirements specification according to Poston?

Q. What is the purpose of a standard format for documenting the requirements specification?

Q. What is the most likely error in a requirements specification according to Poston?

Q. What is the purpose of using a standard format for documenting the requirements specification?

Q. What is the purpose of the design phase?

Q. What is the purpose of testing the design itself during the design phase?

Q. What is the most effective technique to find errors in a program text?

Q. What are the two types of tools to support the testing of code?

Q. What is a test driver in the context of testing code?

Q. What is the purpose of using a test stub while testing code?

Q. What is the influence of design technique used on the test strategy (top-down versus bottom-up)?

Q. What is the purpose of code inspection during the implementation phase?

Q. What are static analysis tools used for during the implementation phase?