Q: 14
Statement Coverage will not check for the following:
Options
Discussion
I see why some might pick B but its actually A. Statement coverage can show dead code or unused parts but missing statements just arent there for it to check. Pretty sure about this from the syllabus.
A imo. Statement coverage only covers what's written, it can't check for stuff that isn't in the code at all. Official syllabus or some practice tests will confirm this.
I don’t think it’s B, pretty sure it’s A. B is more branch coverage territory.
Probably A here. Statement coverage can't catch missing statements because you can't cover code that doesn't exist. Official ISTQB guide mentions this, worth double-checking with the syllabus if unsure.
Not B, it's A for sure. Missing statements aren't in the code so statement coverage can't check them at all. Lots of people mix this up with branch or path coverage, easy trap.
Be respectful. No spam.