nerdexam
iSQI

CTFL_SYLL_4.0 · Question #179

In which one of the following test techniques are test cases derived from the analysis of the software architecture?

The correct answer is D. White-box test techniques. White-box test techniques are test design techniques where the test cases are derived from the internal structure of the software, including its architecture, code, and logical flow. These techniques involve the tester having knowledge of the internal workings of the software…

Test Analysis and Design

Question

In which one of the following test techniques are test cases derived from the analysis of the software architecture?

Options

  • ABlack-box test techniques.
  • BExperience-based test techniques.
  • CChecklist-based test techniques.
  • DWhite-box test techniques.

How the community answered

(19 responses)
  • B
    5% (1)
  • C
    5% (1)
  • D
    89% (17)

Explanation

White-box test techniques are test design techniques where the test cases are derived from the internal structure of the software, including its architecture, code, and logical flow. These techniques involve the tester having knowledge of the internal workings of the software to create test cases that ensure all possible paths and conditions are tested. This is in contrast to black-box test techniques, which focus on input-output behavior without considering the internal structure.

Topics

#white-box testing#structural test techniques#architecture-based testing#code coverage

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice