First page Back Continue Last page Graphics
Use Case
No “repeats” - only a single operation.
No “ifs” - describe what it will do in any given instance.
Do the ordinary situations first, worry about special cases 2nd.
Now do that for ALL possible operations.
The set of use cases is kept for reviewing design, implementation and testing.