InterviewSolution
Saved Bookmarks
| 1. |
What are user stories? |
|
Answer» A User story is a brief explanation of a feature written from the user’s point of VIEW. Agile experts describe a user story as the smallest unit of product development work. User stories are the unit of development work designed to accomplish a specific goal WITHIN a product. A user story is written within the user’s perspective and follows the format: “As [a user persona], I WANT [to perform this action] so that [I can accomplish this goal].” The Product team breaks the development work into user stories for several reasons: User stories: |
|