QuestionQ336
Software Development and DesignPlace the steps in the order of the test-driven development cycle.
Drag & Drop
Verify that the new test fails.
Refactor the code.
Write a test.
Ensure that all tests pass.
Write code.
step 1
step 2
step 3
step 4
step 5
Community Discussion