nerdexam
ISTQB

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…

Test Techniques

Question

"Statement Testing" is part of;

Options

  • ASpecification Based testing
  • BDecision Testing
  • CExperience based testing
  • DStructured based testing

How the community answered

(19 responses)
  • A
    5% (1)
  • D
    95% (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

#statement testing#white-box testing#structural testing#test technique classification

Community Discussion

No community discussion yet for this question.

Full ISTQB-CTFL Practice