Use-case type
- Concrete use case -- A use case that can stand alone to accomplish a single goal. That is, it "constitutes a complete course of events initiated by an actor".
- Abstract use case -- A part of a use case, usually reusable by more than one use case, but does not make sense standing alone. For example, "Navigate to menu X" might be a set of commonly repeated steps.