Q: 9
You are executing the first test run of a test automation suite of 200 tests. All the relevant
information related to the state of the SUT and to the automated test execution is stored in a small
database. During the Automated test run you observe that the first 10 test pass, while an abnormal
termination occurs when executing the 11th test. This test does not complete its execution and the
overall execution of the suite is aborted. An immediate analysis of the abnormal termination is
expected to be time consuming and you have been asked to produce a detailed report of the
execution results for the first test run, as soon as possible.
What is the MOST important FIRST step to be taken immediately after the abnormal occurred when
executing the 11th test?
Options
Discussion
Option C, that's what I saw in a few practice sets too. Official guide logic: snapshot for later deep dive before doing anything else.
C. not B. If you don't save the database state immediately, you risk losing what caused the abnormal stop. Seen this trap in some other practice sources.
C . You want to capture the database in its current state for later investigation, before anything else alters it. Saw a similar scenario on a sample exam and backing up right after failure was the top step for reporting and analysis. Anyone see it differently?
Makes sense to go with C here. You need that snapshot of the DB as soon as the abnormal stop occurs, or you might lose critical traces of what caused it. I think ISTQB wants you to prioritize evidence preservation before touching anything else, but happy to hear if someone sees it different.
Nah, I think C is right here. Taking the backup first means you won't lose any of the info needed for later analysis, which is what ISTQB typically stresses. B is tempting but risks overwriting evidence. Anyone see similar in official samples?
Option C. saw a similar question in a practice set. Snapshot now and analyze later.
C. I remember seeing similar guidance in the official syllabus and practice exams, always suggesting snapshotting for root cause analysis first.
Not sure it's B, that looks like a recovery trap. C is probably right for ISTQB logic.
Its C
C . Priority is keeping evidence for later analysis, otherwise you risk losing context on the failure. ISTQB loves this kind of "preserve first" logic in scenarios like this. Someone could argue B but C makes more sense here.
Be respectful. No spam.