Exam CT-TAE All QuestionsBrowse all questions from this exam
Question 7

The Test Automation Manager has asked you to provide a solution for collecting metrics from the TAS that measures code coverage every time the automated regression test pack is run. The metrics must be trend based to ensure that the scope of the regression test pack continues to reflect enhancements made to the SUT - coverage must not drop and should ideally increase. The solution must be as automated as possible to avoid unnecessary manual overheads and errors.

Which of the following approaches would BEST meet these requirements?

    Correct Answer: C

    To meet the requirements of collecting trend-based metrics on code coverage with minimal manual intervention, the best approach is for the automated testware to record overall code coverage for each run and export the data to a pre-formatted Excel spreadsheet that automatically updates a trend analysis bar chart. This ensures stakeholders can easily track changes in code coverage and make informed decisions without manual data handling, thereby reducing errors and overhead.

Discussion
FrancisFerreiraOption: C

Alternative C seems correct.