CTAL-TAE · Question #27
You are the TAE for an Agile project which has six sprints for the current release. Sprint five is underway and the automated regression suite is due to start later today. You have re-examined the…
The correct answer is C. Quarantine the test cases, run the regression suite without them, and perform root cause analysis. The best action is to quarantine the test cases, run the regression suite without them, and conduct root cause analysis in parallel. This avoids potential disruption to the regression run while addressing the unexplained and inconsistent behavior of the test cases, helping to…
Question
Options
- ARun the regression suite as planned and see if the tests fail again. If they do, determine the cause
- BRemove the test cases from the regression suite and refer them to the test designer for manual
- CQuarantine the test cases, run the regression suite without them, and perform root cause analysis
- DRun the test cases manually now. If they still pass, keep them in the regression suite, if they fail
How the community answered
(54 responses)- A28% (15)
- B6% (3)
- C57% (31)
- D9% (5)
Explanation
The best action is to quarantine the test cases, run the regression suite without them, and conduct root cause analysis in parallel. This avoids potential disruption to the regression run while addressing the unexplained and inconsistent behavior of the test cases, helping to restore trust and stability in the automation suite.
Topics
Community Discussion
No community discussion yet for this question.