Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 664 Bytes

StateDiagramLoginResetTestCases.md

File metadata and controls

12 lines (7 loc) · 664 Bytes

State Diagram of Checkout process

This Checkout application is a state diagram and the drawing of the state diagram can be found below.

The letters is Red are states. The arrows and numbers in Turquoise are events/transitions from the different states of the state machine.

To test this application, we need to walk through various paths of red letters and blue number state transitions.

The test cases, as determined by the state diagram, are below the diagram.

StateMachine for Checkout Application with Login/Reset test cases.