Advanced
Software Testing & QA
Q99 / 100
How does "model-based testing" generate test cases, and what is a key advantage over manually written test cases?
Correct! Well done.
Incorrect.
The correct answer is A) It derives test cases automatically from a formal model of the system's expected behavior (e.g. a state machine), allowing systematic generation of cases including paths a human might overlook
A
Correct Answer
It derives test cases automatically from a formal model of the system's expected behavior (e.g. a state machine), allowing systematic generation of cases including paths a human might overlook
Explanation
By systematically exploring states and transitions defined in a model, model-based testing can generate comprehensive test suites and adapt them automatically when the model changes.
Progress
99/100