Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 50

What is the first development task in test-driven development?

Answer options

Correct answer: B

Explanation

The correct answer is B, as test-driven development starts with writing a failing test case to define the desired functionality before any code is written. Options A, C, and D do not reflect the principles of test-driven development, which emphasizes the creation of tests before the implementation of the code.