Free CT-TAE Exam Braindumps (page: 8)

Page 7 of 20

Consider a TAS associated to dynamically changing software frequent releases. Your goal is to determine the amount of effort required to maintain the automated tests of the regression test suite for each new release of the SUT.

What is the MOST important metric to collect to achieve your goal?

  1. The code coverage achieved with the automated tests, for each new release of the SUT
  2. The number of automated tests which fail because of a single software defect, for each new release of the SUT
  3. The time it takes to execute all the automated tests, for each new release of the SUT.
  4. The number of automated tests requiring maintenance, for each new release of the SUT.

Answer(s): B



A project consists of distributed teams working in a 24-hour environment, where activities happen at all hours of the day. This project adopts a CI (Continuous Integration) process when developer check-in code and consists of automated activities that include generating a build and deploying it to a test environment. Automated integration tests are run multiple times a day. The project have asked for a report containing the automation test results for every build, which must be available 24/7 to the project team.

Which of the following would be the BEST way to automatically provides this report?

  1. Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds), use this database to automatically update a dashboard containing the build history and test results accessible to the project team.
  2. Store the execution result of the integration tests for the last build to a database (overwriting the results from the previous build), automatically create a test execution report for this build send It via e-mail to the project team
  3. Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds). Automatically create a test execution report for this build and send it via e-mail to the project team
  4. Store the code coverage results of the integration tests for the last build to a database (without overwriting the results from the previous builds). And automatically create a chart showing the trend in code coverage and send via email to the project team.

Answer(s): A



A TAS uses a commercial test automation tool and the default logs generated by the inconsistent formats such as different types of messages (pass/fail steps, screenshots, warnings, etc.) To solve this issue some custom logging functions have been created from the test scripts, making it possible to log the different types of messages with the same format. However, this may cause a problem due to excessive size of the logs which can make it difficult to find the required information. Assume that all the default logs will be disabled when running the automated tests and that some tests will not generate excessively sized logs.

Which of the following represents the BEST suggestion for implementing the custom logging functions?

  1. Implement the custom logging functions without saving timestamps
  2. Implement the custom logging functions to support different levels of tracing
  3. Implement the custom logging functions without saving stack traces
  4. Implement the custom logging functions to redirect the logs to multiple files

Answer(s): B



Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?

  1. Summary of the test execution results
  2. System/Application under test and its version
  3. Defect clusters identified during test execution
  4. Environment in which the tests have been executed

Answer(s): C






Post your Comments and Discuss ISTQB® CT-TAE exam with other Community members:

CT-TAE Discussions & Posts