Is the triggering event clearly described?
Does the flow have a definite ending?
Does each step in the scenario contain the same level of abstraction?
Does each scenario contain a reasonable number of steps? If it contains less than three, or more than nine,
investigate whether the level of detail is correct or if the use case is a candidate for refactoring.
Does each step in the scenario describe something that can actually happen and that the system can reasonably detect?
Does each step make progress towards the goal?
Does each step describe how the step helps the actor achieve their goal?
Is each step technology independent? Is it free of technical details, and design decisions?
Are the steps correctly numbered?
|