Multiple choice technology testing

Which of the following is not a part of the Test Implementation and Execution Phase

  1. Creating test suites from the test cases

  2. Executing test cases either manually or by using test execution tools

  3. Comparing actual results

  4. Designing the Tests

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Designing the tests is part of the Test Design phase, which occurs before Test Implementation and Execution. Creating suites, executing tests, and comparing results are core activities of the implementation and execution phase, making 'Designing the Tests' the correct choice.