ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 126 - CTFL4 discussion

Report
Export

Which ONE of the following statements about state transition testing is correct?

A.
The state transition diagram explicitly shows all invalid transitions.
Answers
A.
The state transition diagram explicitly shows all invalid transitions.
B.
The size of the state table depends on the number of possible transitions between the states
Answers
B.
The size of the state table depends on the number of possible transitions between the states
C.
Usually it is not possible to create tests to cover ell transitions and all stales
Answers
C.
Usually it is not possible to create tests to cover ell transitions and all stales
D.
All transitions between states are explicitly shown in the state table.
Answers
D.
All transitions between states are explicitly shown in the state table.
Suggested answer: D

Explanation:

State transition testing is a black-box testing technique used to analyze the behavior of a system by examining the transitions between different states in response to events. In state transition testing, a state table or diagram is used to represent the states of a system and the transitions between these states triggered by events.

Option D is correct because in state transition testing, all transitions between states should be explicitly shown in the state table. This includes valid transitions that the system is expected to make under normal operation and, where relevant, invalid transitions that should be tested to ensure the system handles unexpected or erroneous inputs gracefully. The state table provides a comprehensive view of how the system should behave, making it possible to create tests that cover all defined transitions.

asked 18/09/2024
louishn vn
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first