Valid 200-901 Dumps shared by EduDump.com for Helping Passing 200-901 Exam! EduDump.com now offer the newest 200-901 exam dumps, the EduDump.com 200-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 200-901 dumps with Test Engine here:
What is the first development task in test-driven development?
Correct Answer: B
Test-driven development (TDD) is a software development process where the developer first writes a test for a new function, then writes the code to pass the test, and finally refactors the code. The steps in TDD are: Write a Failing Test Case: Before any code is written, a test case is created to define the desired functionality. Write Code to Pass the Test: The minimal amount of code necessary to pass the test is written. Refactor: The code is refactored for optimization and improvement while ensuring that the tests still pass.