A testing technique that evaluates functionality without knowledge of the internal code structure. What is this concept called?
Difficulty: Medium
About this MCQ
This Medium Software Testing & SDLC MCQ checks one syllabus fact.
The question is: “A testing technique that evaluates functionality without knowledge of the internal code structure. What is this concept called?”
The accepted answer is D. Black-box testing. Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.
- A. Bug
Why not A: “Bug” is not correct. The accepted answer is D. Black-box testing. Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.
- B. Unit testing
Why not B: “Unit testing” is not correct. The accepted answer is D. Black-box testing. Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.
- C. User acceptance testing (UAT)
Why not C: “User acceptance testing (UAT)” is not correct. The accepted answer is D. Black-box testing. Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.
- D. Black-box testing ✓
Correct answer
D. Black-box testing
Explanation
Black-box testing refers to a testing technique that evaluates functionality without knowledge of the internal code structure.
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?