What is a use case?
- A A description of how an actor interacts with a system to achieve a goal, including alternate flows
- B A test script
- C A project plan
- D A data model
Answer
A description of how an actor interacts with a system to achieve a goal, including alternate flows
Alternate and exception flows are where most defects originate, because the happy path is usually well understood.





