Register
4:57
Stop
PMI-ACP - Agile Modeling (AM)
Master
1/5
Your team is working on a complex feature using Test First Development approach. The feature is divided into multiple user stories. A team member suggests writing all the test cases first and then start coding. How should the team proceed?
a.
Write unit test cases only and start coding all the stories.
b.
Write tests for one user story, code for it, repeat for the next.
c.
Start writing the code for all user stories then test them later.
d.
Write all the test cases first and then start coding all the stories.
Master