The figure depicts Scenario Execution Flow in STAP. The image is
a flowchart with:
- Success: On the left, which has two
boxes -
- Scenario: Has multiple individual
cases which point to the next case when passed. An
arrow depicts the passing to the next case. A
"Passed" arrow points downwards outside the
box.
- Case: An arrow points downwards
inside the box. Has multiple individual steps
which point to the next case when passed. An arrow
depicts the passing to the next step. A "Passed"
arrow points downwards outside the box.
- Failure: On the right, which has two
boxes -
- Scenario: Has multiple individual
cases which point to the next case when passed, if
failed, an arrow points to a box "Failed" on the
right of the case. The Failed box has an arrow
pointing to a box "Skipped" depicts the passing to
the next case. A "Failed" arrow points downwards
outside the box.
- Case: An arrow points downwards
inside the box. Has multiple individual steps
which point to the next step when passed, if
failed, an arrow points to a box "Failed" on the
right of the case. The Failed box has an arrow
pointing to a box "Skipped" depicts the passing to
the next case. A "Failed" arrow points downwards
outside the box.
A dotted line seperates the Success and Failure
sections from each other.