InterviewSolution
| 1. |
How are the requirements defined in a scrum? |
|
Answer» Requirements are expressed in the form of user stories in Agile. Every feature request is aligned in the form of 3-4 user stories that can be completed over a PERIOD of TIME. Each user story contains certain aspects of the functionality and hence, several requirements. IDEALLY, when 1 user story gets broken down further, it leads to 10-12 requirements or tasks. Acceptance criteria of the user stories is a way of TELLING how the stories will be evaluated and certified upon completion. Complete collection of user stories is a product backlog that is continuously groomed and maintained by the Product owner. Product backlog gets prioritized and estimated as per release plans and hence, requirements get managed in a more emphatic manner in Agile.· |
|