Multiple choice technology storage

The following statements are used to describe the basis for creating test cases using either black or white box techniques: i information about how the software is constructed. ii models of the system, software or components. iii analysis of the test basis documentation. iv analysis of the internal structure of the components. Which combination of the statements describes the basis for black box techniques?

  1. ii and iii.

  2. ii and iv.

  3. I and iv.

  4. I and iii.

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

Black box testing views software as a functional system without knowing internal implementation. It relies on system models (ii) and test basis documentation like requirements or specifications (iii). White box testing uses knowledge of internal construction (i) and component structure analysis (iv). The question specifically asks for black box basis.