CT-TAE Exam Question 1

In order to achieve re-use of a TAS, where SHOULD the design for reuse occur?
  • CT-TAE Exam Question 2

    Which of the following statement about the implementation of automated regression testing is FALSE?
  • CT-TAE Exam Question 3

    Consider the following example of TAS metrics.
    Time to execute automated tests
    Speed and efficiency of TAS components
    Which of the following statements is TRUE?
  • CT-TAE Exam Question 4

    Consider a TAS deployed into production. The SUT is a web application and the test suite consists of a set of automated regression tests developed via GUI. A keyword-driven framework has been adopted for automating the regression tests. The tests are based on identification at low-levels of the web page components (e.g class indexes, tab sequence indexes and coordinates) in the next planned release the SUT will be subject to significant corrective maintenance (bug-fixes) and evolution (new features) Maintenance costs to update the test scripts should be as low as possible and the scripts must be highly reusable.
    Which of the following statements is most likely to be TRUE?
  • CT-TAE Exam Question 5

    Consider a SUT that small run on multiple platform during the execution of automated test runs. In each test run an automated test suite needs to be executed, with the same version of the TAF, against the same version of the SUT of each platform. Each platform shall have its own dedicated test environment. Your goal is to implement a process as automated as possible ( i.e with minimal manual intervention) that allows implementing a consistent setup of the TAS across the multiple test environments.
    Which two of the following aspects are MOST relevant for achieving your goal in this scenario?
    The configuration of the TAS uses automated installation scripts
    The TAF saves the logs needed to debug errors in XML format
    C) Features of the TAF not used by the automated tests have been tested D) All the automated test cases contain the expected results E) The TAS components are under configuration management