Labour Day 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 4, 2024
Total Questions : 40

We are offering FREE CTAL-TAE iSQI exam questions. All you do is to just go and sign up. Give your details, prepare CTAL-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.

CTAL-TAE pdf

CTAL-TAE PDF

$35  $99.99
CTAL-TAE Engine

CTAL-TAE Testing Engine

$42  $119.99
CTAL-TAE PDF + Engine

CTAL-TAE PDF + Testing Engine

$56  $159.99
Questions 1

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 sameversion 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

Options:

A.  

A and e

B.  

B and c

C.  

B and d

D.  

A and d

Discussion 0
Questions 2

Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?

Options:

A.  

It allows developing steps of the test process without being closely tied to the SUT interface.

B.  

It allow choosing different paradigms (e.g event-driven) for the interaction TAS and SUT

C.  

It allows specify test cases without being closely tied to the tool to run them against the SUT

D.  

It allows testers to findmore defects on the SUT

Discussion 0
Questions 3

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 4

A regression test suite consist of 500 test cases which are all executed manually. The business case for a pilot project is based on the adoption of test automation using a commercial tool that will reduce the execution time by a factor of 90% for 100% of the tests in the regression test suite. The pilot project lasted one month ( as planned) and you are currently its results. At the end of the pilot project, 40% of the regression tests have been automated and their execution time has been reduce by 60%.

Which of the following statements is TRUE in this scenario?

Options:

A.  

The duration of the pilot project was too short –it should last unit the success factors are achieved

B.  

The target defined for the business case is too accurate –it should not be measureable

C.  

The project selected for the pilot is too critical –if should not be too critical or too trivial

D.  

The target defined for the business case seems difficult to hit – it should be realistic

Discussion 0
Questions 5

What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?

Options:

A.  

Complexity to automate the manual test cases

B.  

Correctness of test data and test cases

C.  

The look andfeel of the SUT

D.  

The controllability of the SUT

Discussion 0
Questions 6

You are reviewing the testability of your SUT.

Which of the following BEST refers to the characteristic of OBSERVABILITY?

Options:

A.  

The ability of the SUTto perform its intended function for a specified period of time

B.  

The ability to exercise the SUT by entering inputs, triggering events and invoking methods

C.  

The ability of the SUT to prevent unauthorized access to its components or data.

D.  

The abilityto identify states, outputs, intermediate result and error messages in the SUT

Discussion 0