Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]

Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
A . Exploratory testing
B . Decision table testing
C . State transition testing
D . Statement testing

Answer: D

Explanation:

A white box testing design technique is D. Statement testing. Statement testing is a white box testing technique that is based on an analysis of the structure of the component or system. Statement testing aims to cover every executable statement in the code at least once by the test cases. Statement testing can help to detect syntax errors, logic errors, or unreachable code in the system or component under test. Statement testing is usually performed at lower levels of testing, such as unit testing or component testing. A detailed explanation of statement testing can be found in [A Study Guide to the ISTQB® Foundation Level 2018 Syllabus], pages 68-69.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments