ISTQB Certified Tester Advanced Level – Test Analyst (CTAL-TA) — Question 17

You are running a regression test suite using a keyword-driven test approach for automation. The test suite has been enhanced for the current release to include:
Three new test cases covering new business functionality.
Several new keywords, as project schedule constraints mean that more effective maintenance of the automated test cases is required.
However, the automated suite failed unexpectedly when executing one of the new test cases, which was also utilising a new keyword. As Test Analyst, what should be your first step?

Answer options

Correct answer: A

Explanation

The correct answer is A because the failure occurred while using a new keyword, making it the most probable cause of the issue. Checking the keyword script(s) first allows for quicker identification and resolution of the problem. The other options involve more indirect approaches, such as manual testing or removing the test case, which do not address the immediate concern with the new keyword.