Saturday, March 3, 2018

How to write user story


https://www.youtube.com/watch?v=7EHweRZe6U4


Format:
As a [STAKEHOLDER] I Want to [GOAL] so that [MOTIVATION]

STAKEHOLDER -  Whom we do this for?
GOAL -  What to do?
MOTIVATION - Why are we doing this?


Focus on user needs rather than solutions and technology.

No comments:

Post a Comment

java special for collection size, array size, and string size

Size: For Collections (eg: Map, List, etc ): usually it use collection.size(), eg         Map<Character, Integer> map ...