Testing Fundamentals - Functional Testing Techniques
A ticket booking system has states:
What is the state after event
Idle, Selecting, and Booked. Transitions:Idle -start_selection-> SelectingSelecting -confirm-> BookedBooked -cancel-> IdleWhat is the state after event
confirm if the system is in Selecting?