From 0666a3f4334169bcc993458024f009f225ac057a Mon Sep 17 00:00:00 2001 From: KatLinaHH Date: Mon, 19 Nov 2018 00:27:01 +0100 Subject: [PATCH] Adding useful resources for writing user stories (#22024) * Adding useful resources for writing user stories * Removed first link --- guide/english/agile/user-stories/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/agile/user-stories/index.md b/guide/english/agile/user-stories/index.md index 7fe1331531..150ef8aaa2 100644 --- a/guide/english/agile/user-stories/index.md +++ b/guide/english/agile/user-stories/index.md @@ -19,6 +19,8 @@ It also reduces the time and effort required to integrate new insights. If you h When thinking about possible stories, it is also important to consider "mis-user cases" and "unhappy path" stories. How will exceptions be handled by the system? What kind of messaging will you provide back to user? How would a malicious user abuse this application function? These mal-stories can save rework and become usful test cases in QA. -#### More Information: +#### More Information - Mountain Goat Software Guide to User Stories - Roman Pichler Guide to User Stories +- How to Write Good User Stories in Agile Software Development +- Coursera course for better User Stories