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

You are implementing test automation for a project and you want to be able to generate test cases automatically using a series of test design tools which use a variety of test design techniques such as decision tables, pairwise testing and boundary value analysis.

You also want to generate test data automatically which can then be used by the tests.

Initially these tests will be run manually to verify their correctness and ultimately you want to include them in the test execution tool so that they can run unattended.

Which layer of the gTAA will be used to support the specification of the test cases and preparation of the test data?

    Correct Answer: A

    The generation layer is the appropriate layer for supporting the specification of the test cases and preparation of the test data. This layer deals with the creation and generation of test cases and test data using various test design techniques, ensuring that they are ready for execution. Given the requirements of automatic test case generation and data preparation, the generation layer fits best.

Discussion
sctmpOption: B

B is correct

pabc08Option: A

generate test cases automatically + generate test data automatically = Generation Layer