ExamGecko
Question list
Search
Search

Related questions











Question 46 - CTFL-2018 discussion

Report
Export

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

A.
Exploratory testing
Answers
A.
Exploratory testing
B.
Decision table testing
Answers
B.
Decision table testing
C.
State transition testing
Answers
C.
State transition testing
D.
Statement testing
Answers
D.
Statement testing
Suggested 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.

asked 18/09/2024
Ryan Harris
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first