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

You have a TAS that has been running for several years testing a mortgage calculation system. It was originally planned to complete execution within two hours once a week, but after more and more tests have been added, it now takes eight hours to run to completion. Due to other system requirements, you have been told that the execution must be restricted to two hours on any one night.

On further analysis, you have determined that one set of tests takes four hours to complete. These tests are quite complex and deal with the interest rate and payment calculations that consider many parameters.

What is the most practical approach to make the test automation execution fit within the two hour window?

    Correct Answer: A

    Decomposing the set of tests into smaller and more maintainable units and executing these in sets that will take less than two hours is the most practical approach. This way, the test execution can be spread over multiple nights as needed, while adhering to the restriction of a two-hour execution window each night. This method ensures that the integrity and depth of testing are not compromised, and the test automation system remains comprehensive and manageable.

Discussion
issoChanOption: B

In explanation, it says that "execution must be restricted to two hours on any one night." But in A multuple nights are mentioned. So it does not meet the expectation. All sets have to finish in 2 hours. So B is correct

TreyQA

Maybe you are overthinking the meaning I think in general that you can run a test up to two hours on a given night, since it is something that needs to be ran completely once a week A seems a valid approach. Since you might risk compromising on the depth or quality of testing trying to make them fit into the two hour window.