As a programmer, what level of detail and what information do you expect to see in the "Use Case"?
|
closed as not a real question by Robert Harvey, Walter, ChrisF♦ Oct 10 '12 at 16:09
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
As described in the article you would basically expect a Finite State Machine or something that can be converted to a Finite State Machine. Meaning finite number of steps that bring the system to a specific state. This however does not need to be the FSM of the entire system it can and in most cases is just a subset. Suppose the user story is the following:
One of the user stories would be:
The developer reads it as:
|
|||||||||||
|