Bird
0
0

Which of the following is the correct way to represent a state transition in a test case?

easy📝 Syntax Q12 of 15
Testing Fundamentals - Functional Testing Techniques
Which of the following is the correct way to represent a state transition in a test case?
AState A --(event)--> State B
BState A + State B = Event
CEvent = State A and State B
DState A * Event = State B
Step-by-Step Solution
Solution:
  1. Step 1: Recall the notation for state transitions

    State transitions are usually shown as one state moving to another state triggered by an event, written as State A --(event)--> State B.
  2. Step 2: Compare with given options

    State A --(event)--> State B matches the standard notation. Other options use incorrect symbols or formats.
  3. Final Answer:

    State A --(event)--> State B -> Option A
  4. Quick Check:

    Correct notation = State A --(event)--> State B [OK]
Quick Trick: Look for arrow with event in parentheses [OK]
Common Mistakes:
  • Using incorrect symbols like + or *
  • Confusing event placement
  • Mixing states and events in wrong order

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes