nerdexam
BCS-ISEB

ISEB-SWTINT1 · Question #19

Which of the following is a MAJOR task of test implementation and execution?

The correct answer is B. Reporting discrepancies as incidents. Reporting discrepancies as incidents (B) is a core activity during test execution - when a test step produces a result that differs from what was expected, the tester logs it as an incident (defect report) immediately. This happens in real time as tests are run, making it an…

The Testing Process

Question

Which of the following is a MAJOR task of test implementation and execution?

Options

  • AMeasuring and analysing results.
  • BReporting discrepancies as incidents.
  • CIdentifying test conditions or test requirements.
  • DAssessing if more tests are needed.

How the community answered

(47 responses)
  • A
    6% (3)
  • B
    74% (35)
  • C
    15% (7)
  • D
    4% (2)

Explanation

Reporting discrepancies as incidents (B) is a core activity during test execution - when a test step produces a result that differs from what was expected, the tester logs it as an incident (defect report) immediately. This happens in real time as tests are run, making it an intrinsic part of the execution phase itself.

Why the distractors are wrong:

  • A (Measuring and analysing results) belongs to the Evaluating Exit Criteria and Reporting phase, which comes after execution is complete.
  • C (Identifying test conditions/requirements) is a Test Analysis and Design activity - it happens before implementation and execution even begin.
  • D (Assessing if more tests are needed) is also an exit-criteria evaluation task, done after execution to decide whether the testing effort is sufficient.

Memory tip: Think of execution as "run → observe → report." The moment you see a mismatch between actual and expected results, you file an incident - that's the B activity happening live. The other options (measure, identify, assess) all belong to phases that sit clearly before or after the execution phase.

Topics

#test implementation#test execution#incident reporting#fundamental test process

Community Discussion

No community discussion yet for this question.

Full ISEB-SWTINT1 Practice