Scenario: An elevator control system is being tested. When the "door open" button is pressed, the elevator should transition from the "door closed" state to the "door open" state. However, during testing, it is found that the elevator remains in the "door closed" state. What type of issue does this represent in State Transition Testing?

  • Correct State Transition "door closed" to "door open"
  • Extra Transition from "door closed" to "door open"
  • Incorrect State "door closed"
  • Missing Transition from "door closed" to "door open"
The issue represents a missing transition in State Transition Testing. The expected transition from the "door closed" to the "door open" state is not occurring, indicating a flaw in the state transition logic of the elevator control system. Identifying and addressing this issue is crucial for proper functionality.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *