nerdexam
iSQI

CTAL-TAE · Question #29

You are testing a major enhancement to an air traffic control user interface. You have use of a sophisticated pre-production test environment, created specifically for large scale automated…

The correct answer is C. Analyse the regression test suite and remove test coverage duplication and redundancy. Analyzing the regression test suite to remove duplication and redundancy is the most cost- efficient and effective approach to mitigate the risk. It optimizes test execution time without requiring additional environments or extended schedules, helping ensure the suite still…

Continuous Improvement

Question

You are testing a major enhancement to an air traffic control user interface. You have use of a sophisticated pre-production test environment, created specifically for large scale automated regression, performance and security testing. The window for regression testing is limited and must successfully conclude, with no major regressions remaining, before the non-functional testing starts. You have been using the same version of the TAS for the last few releases, each time completing the automated regression test suite in a single overnight run. However, due to the latest enhancements for the SUT, you believe there is a risk that the test suite may no longer complete overnight and therefore delay performance and security testing. Which option would be the BEST and MOST cost-efficient approach to mitigate this risk?

Options

  • ACreate a mirror of the pre-production test environment and split the regression test suite to run in
  • BSplit the regression test suite into multiple parts, running in the environment across consecutive
  • CAnalyse the regression test suite and remove test coverage duplication and redundancy.
  • DIntroduce better coding practices for the automation scripts, including coding guidelines, reviews

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    19% (8)
  • C
    60% (25)
  • D
    14% (6)

Explanation

Analyzing the regression test suite to remove duplication and redundancy is the most cost- efficient and effective approach to mitigate the risk. It optimizes test execution time without requiring additional environments or extended schedules, helping ensure the suite still completes overnight within the available window.

Topics

#regression optimization#test coverage duplication#test suite efficiency#non-functional testing constraints

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice