ISTQB CT-TAE – Certified Tester Test Automation Engineer — Question 10

You are implementing test automation for a project that has a business critical application A test execution tool is being used to run automated regression tests. The results from the test execution tool are very important and need to be 100% accurate.
You want to merge the test automation results with the test management system that also records the manual test results so that managers can make informed decisions about the progress quickly.
Which layer of the gTAA will be used to ensure the proper reporting occurs and the interfaces to the test management system are handled?

Answer options

Correct answer: C

Explanation

The correct answer is C, the execution layer, because it is responsible for running the tests and generating results that need to be reported accurately. The reporting layer focuses on presenting data, while the logging layer deals with recording events, and the adaptation layer is for interfacing between different systems, making them less relevant for this scenario.