InterviewSolution
Saved Bookmarks
| 1. |
How can you assure that the user stories meet the requirements? |
|
Answer» A good user story comprises a description as well as set acceptance criteria. It should be a piece that can be completed in a SPRINT and has the fewest dependencies POSSIBLE. Within the sprint's constraints, the team should be able to build and test while also delivering estimations. In a nutshell, the INVEST principle is followed by good user stories.
During backlog REFINEMENT or sprint preparation, the scrum master can assist the team in producing good user stories so that they can be picked up for the commitment. |
|