Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free BCS TAE Practice Exam with Questions & Answers

Questions 1

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.

BCS TAE Premium Access
Questions 2

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

Options:
A.

A and e

B.

B and c

C.

B and d

D.

A and d

Questions 3

Which of the following metrics could suggest, under certain condition that an automated regression test suite has NOT been updated fornew functionalities added to the SUT?

Options:
A.

The ratio of comments to executable statements in the SUT code.

B.

The SUT code coverage provided by the execution of the regression test suite.

C.

The defect density in the automation code of the regression test suite.

D.

The ratio of commands to executable statements in the automation code of the regression test suite

Questions 4

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

Questions 5

Assume that you are the TAE responsible for the correct functioning of a TAS, deployed in a test environment that consists of a few machines running the same version of the operating system. The TAS has been working and stable since its deployment, it has been used to run an automated test suite consisting of many similar automated test. The infrastructure team is planning to update the operating system on these machines by installing a new the service pack for security reasons. Since the vendor of the operating system assurance full backward compatibility, the infrastructure team assurance that there will be no impacts on the functioning of the TAS.

What is the BEST approach to confirm the correct functioning of the TAS in this scenario?

Options:
A.

Verify the behavior of the automated tests by running a small tests, then gradually run the remaining tests to confirm the correct functioning of the whole automated test suite.

B.

Make sure that the infrastructure team has completed installing the service pack on the machines where SUT is running, then run the whole automated test suite to verify its behavior

C.

Verify the behavior of the whole automated test suite by running all the automated tests

D.

Do not run any tests because you can immediately confirm the correct functioning of the automated test suite

Questions 6

Which of the following is NOT a technical design consideration for a TAA?

Options:
A.

The number of users for the SUT

B.

Availability of interfaces for the SUT to be testable

C.

Standards and Legal requirements,e.g data privacy

D.

Data used by the SUT, e.g configuration, users

Questions 7

You have been asked to determine a TAS for a new release of a SUT,test should be automated wherever. The new release will consist of 5 new interfaces and an amendment to 3 existing interfaces. The new and amended interface will be deliver incrementally in 3 sprints, each lasting 2 weeks.

What would be the BEST Test Automation Solution (TAS) design in this scenario?

Options:
A.

Automate tests at both Component and System Level. Only do this automation once every interface has been fully developed or amended and manual testing has completed successfully.

B.

Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.

C.

Automate the tests at two levels, Component and System level. Create customized hooks at Component level for interface not yet developed or amended. Only use the newly developed or amended interfaces to test at System level.

D.

Automate a test at once level, component level, Create customized interface/test hooks for this level where the interface has not yet been developed or amended.

Questions 8

A web application was released into production one year ago, it has regular release which follow a V-model lifecycle and testing is well-established and fully integration into the development lifecycle. You have been asked to implement a TAS for the regression test suite. The regression tests have been developed via the GUI and are expected to be run at least four times a month, for each planned release, for the whole operation solution life of the system (six years). Each screen of the GUI uses several third-party controls which are not compatible with the existing automation solutions. The environment for the automation will be stable, fully controllable and separated from other environments (development, staging, production).

What could be the MOST problematic for this TAS?

Options:
A.

Maturity of the test process

B.

Complexity to automate

C.

Frequency of use

D.

Sustainability of the automated environment

Questions 9

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?

Options:
A.

Store the execution results of the integration tests for the last build to adatabase (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.

B.

Store the execution result of the integration testsfor 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

C.

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

D.

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.

Questions 10

Consider a TAS that is going to bedeployed for the first time. The TAS requires share resources and run it its own test environment. The infrastructure for the TAS has been created along with maintenance procedures. It is very unlikely the TAS will be required to work in other target

Environments. There is a high-risk that when the TAS is deployed in its own test environment, a number of existing application will no longer work because of conflicts with the existing shared resources.

Which of the following activities would you expect tobe MOST effective at mitigating the risk associated with the first deployment of the TAS?

Options:
A.

Testing the TAS for application compatibility issues in the target environment

B.

Testing the TAS for its ability to be implemented in other target test environments.

C.

Testing the TAS for regressions due to optimization that fix non-functional issues.

D.

Testing the TAS for ITS ability to run a shared test environment

Exam Code: TAE
Certification Provider: BCS
Exam Name: ISTQB Certified Tester Advanced Level-Test Automation Engineering
Last Update: Jul 10, 2025
Questions: 40
PDF + Testing Engine
$164.99
$66
Testing Engine
$124.99
$50
PDF (Q&A)
$104.99
$42