165k views
3 votes
Match the following test work products (1-4) with the right description (A-D).

1. Test suite
2. Test case
3. Test script
4. Test charter
A. A set of test scripts to be executed in a specific test run
B. A set of instructions for the execution of a test
C. Contains expected results
D. Documentation of test activities in session-based exploratory testing

1 Answer

6 votes

Final answer:

A test suite is matched with a set of test scripts for execution (A), a test case contains expected results (C), a test script is a set of instructions (B), and a test charter documents exploratory testing (D).

Step-by-step explanation:

The student has asked to match test work products with their correct descriptions in the context of software testing. Here are the matches:

  1. Test suite: A. A set of test scripts to be executed in a specific test run.
  2. Test case: C. Contains expected results.
  3. Test script: B. A set of instructions for the execution of a test.
  4. Test charter: D. Documentation of test activities in session-based exploratory testing.

Each of these components plays a vital role in the structure and execution of software testing. A test suite is a collection of tests designed to assess a specific aspect of a product. The test case outlines a specific scenario with steps and expected outcomes. A test script is a detailed guide for the tester to follow during testing. Lastly, a test charter is an informal agreement or plan for exploratory testing sessions, which guides testers on what to focus on during the testing process.

User Ivrin
by
8.5k points