ISTQB CT-TAE Certified Tester Test Automation Engineer Online Training
ISTQB CT-TAE Online Training
The questions for CT-TAE were last updated at Feb 13,2025.
- Exam Code: CT-TAE
- Exam Name: Certified Tester Test Automation Engineer
- Certification Provider: ISTQB
- Latest update: Feb 13,2025
Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?
- 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 find more defects on the SUT
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?
- A . Maturity of the test process
- B . Complexity to automate
- C . Frequency of use
- D . Sustainability of the automated environment
Consider the following layers of the gTAA structure:
a. Test generation layer
b. Test definition layer
c. Test execution layer
d. Test execution layer
Consider the following capabilities associated with these layers.
Acquire all the necessary resources before each test and release all after run, in order to avoid interdependences between test Allow the automated test scripts on an abstract level to interact with components, configurations and interfaces of the SUT.
Design test directives that allow configuring the algorithms used to automatically produce the test cases a given model of the SUT.
Allow the definition and implementation of test cases and data by means of templates and/or guidelines.
Which of the following BEST matches each layer with the appropriate capability?
- A . a-3, b-4, c-1, d-2
- B . a-4, b-3, c-1, d-2
- C . a-4, b-3, c-2, d-1
- D . a-3, b-4, c-2, d-1
You are evaluating several test modelling tools and are wanting to automatically generate test cases within the tool where many different combinations of input data are created.
You are then wanting to export the test cases into a csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.
You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.
What would be the BEST next step regarding the selection of this tool?
- A . Consider another tool that is more “fit for purpose" and has all the features required.
- B . Explore the possibility of creating your own export facility.
- C . Ask the vendor and use forums to see if a solution is available or going to be available in the future.
- D . Purchase this tool and generate the .csv file manually.
You are using a gTAA to create a TAS for a project. The TAS is aimed at automatically and executing test cases based on a use-case Modeling approaching that uses UML as a modeling language. All the interaction between TAS and SUT will only be at the API and GUI level.
Which of the following components of the gTAA would you EXCLUDE from the TAS?
- A . The test reporting component of the test execution layer.
- B . The Test execution component of the test generation layer
- C . The test execution (test engine of the test execution layer
- D . The Command Line Interface (CLI) component of the test adaptation layer
Which of the following describes how a test execution report is likely to be used?
- A . To understand which test step caused the failure in a test case
- B . To identify problematic areas of the SUT by keeping a history showing which test cases fail the most
- C . To measure coverage of the test basis by a test suite
- D . To record how a test case failure has been fixed
What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?
- A . Complexity to automate the manual test cases
- B . Correctness of test data and test cases
- C . The look and feel of the SUT
- D . The controllability of the SUT
What represents good practice when automating a manual regression test suite?
- A . Test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error.
- B . All existing manual tests should be decomposed into several smaller automated tests to reduce functional overlap.
- C . Remove inter-dependencies between tests to reduce automation failures and costly error analysis.
- D . Once a manual test has been automated, execute it immediately to Identify whether it operates correctly.
Your functional regression test automation suite ran successfully for the first two sprints and no failures were encountered during the runs. The automation suite records the status of each test case as either ‘pass’ or ‘fail’ and has excellent recovery capability built in.
For the third sprint, the TAS log reported several test cases with a status of ‘fail’. You investigated each test case and found that most failures were due to a defect in one of the keyword scripts, rather than in the SUT. For those where the failure was in the SUT, defectreports were raised but several were returned by the developers asking for more information to enable them to reproduce the problem.
Which additional log items SHOULD you add to the TAS that would BEST improve failure analysis and defect reporting for future sprints?
a) Dynamic measurement information about the SUT.
b) A status of TAS error’, in additional to pass’ and ‘fail’, for each test case.
c) Use of a colour coding scheme so that ‘pass’ is in red and fail’ is in green.
d) A counter to determine how many times each test case has been executed.
e) System configuration information including software/firmware and operating system versions.
f) A copy of the source code for all Keyword scripts executed.
- A . a and b
- B . d and e
- C . a and c
- D . b and e
You are planning the pilot for an in-house developed Test Automation solution (TAS).
Which two of the following would be important steps to take as part of the planning process?
a) Review your organisation’s current projects and identify which one would be most suitable to pilot the TAS.
b) Ensure that the developers will provide the necessary commitment for the TAS deployment activities.
c) Run a series of training workshops for new users of the TAS before they are asked to use it.
d) Develop a project plan for the pilot and reserve the necessary budget and resources for its implementation.
e) Ask the developers to provide any missing functionality during the deployment activities.
- A . a and b
- B . b and d
- C . c and d
- D . c and e