InterviewSolution
| 1. |
What do you mean by user stories in Scrum? What are the advantages of using them? |
|
Answer» A user story is a casual, generic explanation of a software feature written from the end user's perspective. Its goal is to communicate how a software feature will benefit the customer. Putting people first is a critical component of agile software development, and a user story does just that by putting end-users at the heart of the discussion. The development team and their efforts are described in these anecdotes using non-technical language. The team knows why they're DEVELOPING, what they're building, and what value it adds after reading a user story.
|
|