
Certified Tester Advanced Level Test Automation Engineering
Domain 7Objective 2
Objective: Explain the Correct Behavior for a Given Automated Test Script And/or Test Suite CTAL-TAE Practice Questions (Page 1)
Part of the Domain 7: Verifying the Test Automation Solution domain, which makes up ~11% of our current practice bank. ISTQB does not publish an official question count, but from its 90-minute exam (~35–60 total, ~4–7 in this domain), expect 1–2 from this objective — we provide 8 practice questions to prepare you well beyond it. (estimate)
8questions here
2free pages
5concepts
Questions 1–5
- 1
A test script is failing because an element is not found. What is the first step in a systematic debugging approach?
Select an answer first - 2
A test script locates a button using an absolute XPath expression that includes the full HTML structure. What is a common pitfall of this approach?
Select an answer first - 3
A test suite is organized with a setup script that creates test data, followed by several test scripts that each verify a different feature, and a teardown script that cleans up the data. What is the primary purpose of the setup script in this suite?
Select an answer first - 4
A test script is expected to verify that a user can add an item to a shopping cart. The execution log shows that the script clicked the 'Add to Cart' button, but the assertion for the cart count was not executed. What does this indicate about the test execution?
Select an answer first - 5
In an automated test script, the following code is executed: ``` if (element.isVisible()) { element.click(); } else { log("Element not visible"); } ``` What is the expected outcome when the element is NOT visible?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by ISTQB. “CTAL-TAE” is a trademark of its owner, used for identification only.