Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ISTQB Certified Tester Advanced Level - Test Automation Engineering Question and Answers

ISTQB Certified Tester Advanced Level - Test Automation Engineering

Last Update May 18, 2024
Total Questions : 40

We are offering FREE TAE BCS exam questions. All you do is to just go and sign up. Give your details, prepare TAE free exam questions and then go for complete pool of ISTQB Certified Tester Advanced Level - Test Automation Engineering test questions that will help you more.

TAE pdf

TAE PDF

$35  $99.99
TAE Engine

TAE Testing Engine

$42  $119.99
TAE PDF + Engine

TAE PDF + Testing Engine

$56  $159.99
Questions 1

Which of the following statements does NOT describe good practice for maintaining the TAS?

Options:

A.  

The TAS must run in the development environment because development and programming knowledge are required for its maintainability

B.  

The TAS must be under configuration management, along with the test suite, the testware artefacts and the test environment in which it runs

C.  

The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts

D.  

The TAS must consist of components that can be easily replaced without affecting the overall behavior of the TAS itself

Discussion 0
Questions 2

You are currently designing the TAA of a TAS. You have been asked to adopt an approach forautomatically generating and executing test cases from a model that defines the SUT. The SUT is a state-based and event-driven that is described by a finite-state machine and exposes its functionality via an API. The behavior of the SUT depends on hardwareand communication links that can be unreliable.

Which of the following aspects is MOST important when designing the TAA in this scenario?

Options:

A.  

Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.

B.  

Adopting a test definition strategy based on classification tree coverage for the test definition layer.

C.  

Looking for tools that allow performing setup and teardown of the test suites and the SUT.

D.  

Adopting a test definition strategy based on use case/exception case coverage for the definition layer.

Discussion 0
Questions 3

As a TAE you are evaluating a functional test automation tool that will be for several projects within yourorganization. The projects require that tool to work effectively and efficiently with SUT’s in distributed environments. The test automated tool also needs to interface with other existing test tools (test management tool and defect tracking tool.) The existing test tools subject to planned updates and their interface to the test automated tool may not work property after these updates.

Which of the following are the two LEAST important concerns related to the evaluation of the test automation in this scenario?

  • Is the test automation tool able to launch processors and execute test cases on multiple machines in different environments?
  • Does the test automation tool support a licensing scheme that allows accessing different sets?
  • Does the testautomation tool have a large feature set, but only part of the features will be sets?
  • Do the release notes for the planned updates on existing specify the impacts on their interfaces to other tools?

Does the test automation tool need to install specific libraries that could impact the SUT?

Options:

A.  

A and C

B.  

A and E

C.  

B and E

D.  

C and D

Discussion 0
Questions 4

Designing the System Under Test (SUT) for testability is important for a good test automation approach and can also benefit manual test execution.

Which of the following is NOT a consideration when designing for testability?

Options:

A.  

Observability: The SUT needs to provide interface that give insight into the system.

B.  

Re-useability: The code written for the SUT must be re-useable for other similar system.

C.  

Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.

D.  

Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.

Discussion 0
Questions 5

You are executing the first test run of a test automation suite of 200 tests. All the relevant information related to the state of the SUT and to the automated test execution is stored in a small database. During the Automated test run you observe that the first 10 test pass, while an abnormal termination occurs when executing the 11thtest. This test does not complete its execution and the overall execution of the suite is aborted. An immediate analysis of the abnormal termination is expected to be time consuming and you have been asked to produce a detailed report of the execution results for the first test run, as soon as possible.

What is the MOST important FIRST step to be taken immediately afterthe abnormal occurred when executing the 11thtest?

Options:

A.  

Re-run the test automation suite starting from the 12thtest

B.  

Return the database to a consistent state that allows subsequent test to run

C.  

Take a backup of the database in its current state. So It can be analyzed later

D.  

Re-run the test automation suite starting from the 1sttest.

Discussion 0
Questions 6

You areusing a gTAA to create a TAS for a project. The TAS is aimed specifically at automating a suit of existing manual test cases for standalone desktop applications. All the interfaces between the TAS and SUT will be from the CUI of the application.

Which of the following layers of the gTAA should you focus on for the TAS?

Options:

A.  

The test Generation layer

B.  

The Test Definition layer

C.  

The Test Adaption layer

D.  

The Test Execution layer

Discussion 0