iSQI
CTAL-TAE · Question #71
CTAL-TAE Question #71: Real Exam Question with Answer & Explanation
The correct answer is C. Unstable automated test cases. A test histogram of results across multiple runs helps detect unstable (flaky) automated test cases, which sometimes pass and sometimes fail under the same conditions. This instability is clearly visible when analyzing result distributions over repeated executions.
Question
A suite of automated test cases was run multiple times on the same release of the SUT in the same test environment. Consider analyzing a test histogram that shows the distribution of test results (pass, fail, etc.) for each test case across these runs. Which of the following potential issues is MOST likely to be identified as a result of such an analysis?
Options
- AOutliers in test execution times
- BSecurity vulnerabilities in automated test cases
- CUnstable automated test cases
- DMaintainability issues in automated test cases
Explanation
A test histogram of results across multiple runs helps detect unstable (flaky) automated test cases, which sometimes pass and sometimes fail under the same conditions. This instability is clearly visible when analyzing result distributions over repeated executions.
Community Discussion
No community discussion yet for this question.