CTAL-TAE · Question #37
You are employed as a TAE on a project to build a purchasing system. The main requirements for the system are to: 1. Allow users to enter details of items that they wish to have purchased and, from…
The correct answer is D. Analyze all available log information with the aim of finding a defect in the way that the TAS runs. The symptoms -unexplained test failures, no discrepancies between actual and expected results, and the TAS continuing with the next test -indicate a potential defect in the TAS itself, such as how it manages execution flow, error handling, or timing. Therefore, the best next…
Question
Options
- AAnalyze all available log information with the aim of finding a test environment outage.
- BAdd user activity logging to the SUT, then repeat the test run so that so that correlation IDs are
- CAnalyze all available log information with the aim of finding an unreported verification discrepancy
- DAnalyze all available log information with the aim of finding a defect in the way that the TAS runs
How the community answered
(23 responses)- A9% (2)
- B22% (5)
- C9% (2)
- D61% (14)
Explanation
The symptoms -unexplained test failures, no discrepancies between actual and expected results, and the TAS continuing with the next test -indicate a potential defect in the TAS itself, such as how it manages execution flow, error handling, or timing. Therefore, the best next step is to analyze the logs to identify whether there is a problem in the way the TAS is running the tests.
Topics
Community Discussion
No community discussion yet for this question.