Testing Fundamentals - Functional Testing Techniques
A traffic light system has states:
How many unique state transitions should be tested to cover all possible state changes?
Green, Yellow, and Red. The transitions are:Green -timer-> YellowYellow -timer-> RedRed -timer-> GreenHow many unique state transitions should be tested to cover all possible state changes?
