Scenario Graph
A scenario graph represents the possible scenarios (paths through interactions) of a use case. It is the starting point for blackbox test generation.
Workflow for each use case:
- Develop a scenario graph
- Determine all possible scenarios
- Analyze and rank scenarios
- Generate test cases from scenarios to meet a coverage goal
- Execute test cases