We write a use case to discover how a system might meet a users goals. It shows the interaction between the user and the system. From the use case, we derive the requirements. While the use case will show a specific interaction, does it need to show "the" interaction?
Example: I have a create record goal. Upon saving the record, I want the user to have an option to create another record, or go to a list of records.
At least two possible implementations:
1. System provides selections for "Save" and "Save and Create
Another".
2. System provides a selection for "Save". After saving, system asks user if he want to create another.
I'd rather not choose the implementation--I'll leave that up to the UI designer. But, my use case is probably going to show one behavior or the other.
As long as my requirements allow the UI designer to pick what he feels is best, does it matter what my use case shows?


Reply With Quote
