Scenario: A traffic light control system is being developed. Which type of testing technique would be most suitable to ensure that the traffic light changes state correctly?

  • Integration Testing
  • State Transition Testing
  • System Testing
  • Unit Testing
State Transition Testing is most suitable for ensuring that the traffic light control system changes state correctly. This technique validates transitions between different states in a system, making it ideal for scenarios where the system behavior depends on its current state.
Add your answer
Loading...

Leave a comment

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