nerdexam
BCS-ISEB

ISEB-SWTINT1 · Question #12

Which activity in the fundamental test process creates test suites for efficient test execution?

The correct answer is A. Implementation and execution. Implementation and execution is correct because this phase is where individual test cases are organized and assembled into test suites, test data is prepared, the test environment is set up, and tests are scheduled for efficient running - it bridges design into actual…

The Testing Process

Question

Which activity in the fundamental test process creates test suites for efficient test execution?

Options

  • AImplementation and execution.
  • BPlanning and control.
  • CAnalysis and design.
  • DTest closure.

How the community answered

(29 responses)
  • A
    72% (21)
  • B
    14% (4)
  • C
    3% (1)
  • D
    10% (3)

Explanation

Implementation and execution is correct because this phase is where individual test cases are organized and assembled into test suites, test data is prepared, the test environment is set up, and tests are scheduled for efficient running - it bridges design into actual execution.

Analysis and design (C) is a common trap: while this phase designs test cases and identifies test conditions, it does not yet assemble them into runnable suites - that assembly step belongs to implementation.

Planning and control (B) sets scope, objectives, schedules, and resources but produces plans, not test suites.

Test closure (D) occurs after execution ends and focuses on archiving artifacts, lessons learned, and sign-off - not creation of anything new.

Memory tip: Think of it as building a house - design draws the blueprints (analysis & design), but construction assembles the actual structure ready for use (implementation). Test suites are the assembled structure, so they belong to implementation.

Topics

#test implementation#test execution#test suites#fundamental test process

Community Discussion

No community discussion yet for this question.

Full ISEB-SWTINT1 Practice