ISTQB-CTFL · Question #124
"Statement Testing" is part of;
The correct answer is D. Structured based testing. Statement Testing is a type of white-box testing technique where the test cases are designed based on the implementation of the software, specifically aiming to execute every statement in the code at least once. This falls under the category of structure-based testing (also…
Question
"Statement Testing" is part of;
Options
- ASpecification Based testing
- BDecision Testing
- CExperience based testing
- DStructured based testing
How the community answered
(19 responses)- A5% (1)
- D95% (18)
Explanation
Statement Testing is a type of white-box testing technique where the test cases are designed based on the implementation of the software, specifically aiming to execute every statement in the code at least once. This falls under the category of structure-based testing (also known as white-box testing), where the internal structure of the system is used to design test cases.
Topics
Community Discussion
No community discussion yet for this question.