ISTQB Advance Level Test Automation Engineer Exam
ISTQB Advance Level Test Automation Engineer Exam
4-Which one of the following is not an interface level that we could use
automation for testing?
Abstract level
GUI level
Protocol level
Database level
5-Which one of the following cannot be listed as an SUT factor that influences test
automation?
Size and complexity of the sut
Usage of 3.rd party software
Levels of intrusion
Integration between test automation solution and test management
tools
7-Which one of the following test automation information would be a better fit if it
is to be presented to the management team?
Test automation progress
Details of the test logs at a high level
Configuration of the TAS
Screenshots and visual captures
9-Which one of the following approaches has the highest degree of automation?
The tae uses a tool that generates automated test procedurs and/or translates
the test script directly from models
The tae implements test cases directly into automated test scripts
The tae designs test procedures and transforms them into automated test scripts
The tae uses a tool to translate test procedures into automated test
scripts
10-Which one of the following actions is beneficial for improving the TAS scripts?
Having high coupling between the software components/modules
Having more line of the test code
Having high cohesion for each software component/module
Having more number of decisions and atomic conditions
11-Which one of the following SDLC flows could be best used as a TAS
development life cycle? (Order)
Analyze
Design
Develop
Test
Deploy
Release
12-Which one of the following actions will add more value to test automation
efforts within new feature testing?
Identifying the need for the new features
Identifying the % of SUT coverage that the tests represent
Perfectly documenting all the changes, new features and additions to the system
Scheduling and ordering the test automation scripts based on their
priorities
14-By considering that most of the teammates in my team are coming from
nontechnical backgrounds and they will be responsible for updating and
maintaining the TAS from time to time, which scripting technique would best fit
to maintain the TAS against the frequent changes on the SUT?
Scenario driven scripting
Linear scripting
Keyword driven scripting
Structured scripting
15-You are a TAE within a project in which you are responsible for implementing a
TAS. The SUT seems to be stable and available for use during testing. Given this
information what kind of compatibility between TAS and the SUT is not relevant?
Team compatibility
Vendor compatibility
Technology compatibility
Process compatibility
16-Which one of the following is the difference between data driven and keyword
driven testing?
Keyword driven testing extends data driven testing by defining keyword to
business processes
Data driven testing extends keyword driven testing by isolating the test
data to from the test code
17-Which one of the following is the difference between data driven and keyword
driven testing?
Keyword driven testing extends data driven testing by defining keyword
to business processes
Data driven testing extends keyword driven testing by isolating the test data to
from the test code
Keyword driven test scripts are easier to design
Data driven test scripts are more maintainable
19- Which one of the following is not an activity that can be implemented to
verify the components of the automated test environment
Configuration of the test environment and components
Test tool installation, setup, configuration and customization
Considering repeatability of the tests
Connectivity against internal and external systems/interfaces
20-Which one of the following test automation criteria is not defined correctly?
There is a limit for test automation even with the most maintainable test code
Test automation complements Manuel testing and should not be primarily used
to replace Manuel testing in any organization
Test automation should target coverage by all means.
Test automation is also software development and most of the time it requires
technical skills
21-I am asked to provide the entry criteria for the the mobile banking test
automation project in order to avoid a loser test automation investment Which
one of the following criteria would I underline less for my test automation project?
Maturity of the SUT
Frequency of test execution
Usage of a commercial or an open source TAS
What level of test automation is targeted