Multiple choice technology testing

Which activities are included in the Test Analysis and Design phase?

  1. Design of test cases that verify that user functions are correct.

  2. The design of test cases for testing the internal structure of the system.

  3. Test case design that is based on an analysis of the behavior of the component without reference to its

  4. The design of test cases to ensure that the organization has defined exactly what the customer wants.

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

Test Analysis and Design includes creating test cases based on black-box techniques that analyze component behavior without examining internal structure. Options A and B describe functional (specification-based) and structural (white-box) testing respectively, which are specific techniques. Option D suggests gathering requirements, which happens in earlier phases. The Test Analysis and Design phase creates test specifications through both black-box and white-box approaches.

AI explanation

The correct activity is: "test case design that is based on an analysis of the behavior of the component without reference to its [internal structure]." This is the ISTQB definition of a black-box test design technique, one of the core activities performed during the Test Analysis and Design phase (alongside reviewing the test basis, identifying test conditions, and designing test cases using both black-box and white-box techniques). The other options describe related but distinct ideas — verifying user functions, structural/white-box test design, and validating that requirements capture what the customer wants — which are either sub-cases or belong to other testing concepts, but the quoted phrase is the textbook (ISTQB glossary) definition being tested here.