UML - Unified Modeling Language
Posted under » Methodology on 02 November 2012
Use Cases
- Title : What is the goal? eg. Create new page
- Actor : who desires it? eg. User or Administrator or even another server
- Scenario : how is it accomplished? A paragrah
eg. Customer reviews items in cart. Customer provides shipping info. etc.
extention : describe steps for out-of-stock situation
precondition : customer has added at least one item on cart
User Stories
- As a (user)
- I want (goal)
- So that (reason)
User Stories
- As a user
- I want to sort entries by date
- So that I can find the richest content.