As part of a development team in a test-driven development environment, you are given the
requirements for a new software system.
What should you do first?
A.
Implement the system in the code.
B.
Write a user story for the system.
C.
Run all existing test cases to validate they succeed.
D.
Write a test case for the new system.