CTAL-TAE · Question #17
Which of the following describes how a test execution report is likely to be used?
The correct answer is B. To identify problematic areas of the SUT by keeping a history showing which test cases fail the. A test execution report is typically used to track the results of test executions over time, helping to identify patterns of failure. By analyzing which test cases fail most frequently, it becomes easier to pinpoint problematic areas in the SUT, improving focus for debugging…
Question
Which of the following describes how a test execution report is likely to be used?
Options
- ATo understand which test step caused the failure in a test case.
- BTo identify problematic areas of the SUT by keeping a history showing which test cases fail the
- CTo measure coverage of the test basis by a test suite.
- DTo record how a test case failure has been fixed.
How the community answered
(34 responses)- B91% (31)
- C6% (2)
- D3% (1)
Explanation
A test execution report is typically used to track the results of test executions over time, helping to identify patterns of failure. By analyzing which test cases fail most frequently, it becomes easier to pinpoint problematic areas in the SUT, improving focus for debugging and quality improvement.
Topics
Community Discussion
No community discussion yet for this question.