Page 1 of 1

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

Posted: Fri Jul 22, 2022 2:52 pm
by answerhappygod
What is the first development task in test-driven development?

A. Write code that implements a desired function.
B. Write a failing test case for a desired function.
C. Reverse engineer the code for a desired function.
D. Write a passing test case for existing code.