How to create a use case
Generally, you write a use case in an easy-to-understand narrative. This engages members of the design team and encourages them to be actively involved in defining the requirements. The following eight (8) steps are typical:
- Identify who is going to be using the website, system or application
- Pick one of those actors
- Define what that actor wants to do. Each thing the actor does becomes a use case
- For each use case, decide on the normal course of events when that actor is using the site, system or application
- Describe the basic course in the description for the use case. Describe it in terms of what the actor does and what the system does in response that the actor should be aware of
- When the basic course is described, consider alternate courses of events and add those to "extend" the use case
- Look for commonalities among the use cases. Extract these and note them
Repeat the steps 2 through 7 for all other actors.
|