asked 178k views
3 votes
Xavier has just written test code as part of the four step process of TDD. What step is Xavier performing?

asked
User Reub
by
7.5k points

1 Answer

5 votes

Answer:

Explanation:Xavier is performing the second step of TDD (Test Driven Development), which is writing test code. In this step, a failing test is written before the actual implementation code is written. The test code is meant to check for specific functionality or behavior that the implementation code is supposed to provide. By writing tests first, TDD ensures that the code being written is testable, well-designed, and that it meets the requirements specified in the test.

answered
User Dmraptis
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.