
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 2)
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 6–8
- 6
In a test suite, test script A creates a new user account, and test script B is designed to log in with that account. If the test suite executes scripts in alphabetical order, what is a potential issue with this suite structure?
Select an answer first - 7
Given the following pseudocode for an automated test script: ``` username = "testuser" password = "Passw0rd!" loginPage.open() loginPage.enterUsername(username) loginPage.enterPassword(password) loginPage.clickLogin() assertTrue(dashboard.isDisplayed()) ``` What is the intended behavior of this script?
Select an answer first - 8
After running an automated test suite, the execution log shows that test case TC-101 passed, but the test report indicates that TC-101 failed. What is the most likely reason for this discrepancy?
Select an answer first
Finished these 3 questions?
Review the revealed explanations, or continue through the curriculum.
No more pagesBack to CTAL-TAE
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.