Testing Fundamentals - Functional Testing Techniques
Given a system with states
What is the state after the sequence of events:
Idle, Active, and Paused, and transitions:Idle -start-> ActiveActive -pause-> PausedPaused -resume-> ActiveWhat is the state after the sequence of events:
start, pause, resume?