What is the function or purpose of White-box testing?
Difficulty: Hard
About this MCQ
This Hard Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “What is the function or purpose of White-box testing?”
The accepted answer is C. A testing technique that examines the internal logic and structure of the code being tested.. White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.
- A. Testing performed by a limited group of external users in a real-world environment before final release.
Why not A: “Testing performed by a limited group of external users in a real-world environment before final release.” is not correct. The accepted answer is C. A testing technique that examines the internal logic and structure of the code being tested.. White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.
- B. A testing phase that verifies the interaction between combined modules or components of a system.
Why not B: “A testing phase that verifies the interaction between combined modules or components of a system.” is not correct. The accepted answer is C. A testing technique that examines the internal logic and structure of the code being tested.. White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.
- C. A testing technique that examines the internal logic and structure of the code being tested. ✓
- D. An error or flaw in software that causes it to behave in an unintended way.
Why not D: “An error or flaw in software that causes it to behave in an unintended way.” is not correct. The accepted answer is C. A testing technique that examines the internal logic and structure of the code being tested.. White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.
Correct answer
C. A testing technique that examines the internal logic and structure of the code being tested.
Explanation
White-box testing refers to a testing technique that examines the internal logic and structure of the code being tested.
Source: Software Testing & SDLC Official Reference Guide
Tags: computer science, sdlc, software testing, QA
Submitted by: MCQsHub Editorial
Related MCQs
- Which term refers to a testing method that verifies the smallest testable parts of an application, such as ind...
- What does Unit testing refer to?
- What is the name for a testing phase that verifies the interaction between combined modules or components of a...
- Which of the following best describes Integration testing?
- Identify the correct concept described as: a testing phase that evaluates a fully integrated system against sp...
- System testing is best defined as which of the following?