nerdexam
iSQI

CTFL_SYLL_4.0 · Question #109

Which of the following is an example of a test work product?

The correct answer is A. Test plan. A test plan is a documented artifact produced during the testing process, making it a classic example of a test work product - something tangible that results from testing activities. Why the distractors are wrong: B (Test platform selection) is a decision or activity, not a…

Fundamentals of Testing

Question

Which of the following is an example of a test work product?

Options

  • ATest plan
  • BTest platform selection
  • CCode base
  • DTest tool selection

How the community answered

(16 responses)
  • A
    88% (14)
  • B
    6% (1)
  • C
    6% (1)

Explanation

A test plan is a documented artifact produced during the testing process, making it a classic example of a test work product - something tangible that results from testing activities.

Why the distractors are wrong:

  • B (Test platform selection) is a decision or activity, not a document or artifact you produce and hand off.
  • C (Code base) is a development work product, not a testing work product - it's the thing being tested, not produced by testing.
  • D (Test tool selection) is also a decision/activity, not an artifact; even if documented, the selection itself isn't the work product.

Memory tip: Think of test work products as anything you could put in a folder and label "Testing Deliverables." Test plans, test cases, test scripts, test reports, and defect logs all qualify - decisions and the system under test do not.

Topics

#test work products#test plan#test artifacts#test activities

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice