CISSP · Question #22
Which of the following statements is TRUE of black box testing?
The correct answer is A. Only the functional specifications are known to the test planner.. Black box testing is a method of software testing that does not require any knowledge of the internal structure or code of the software. The test planner only knows the functional specifications, which describe what the software is supposed to do, and tests the software based on
Question
Which of the following statements is TRUE of black box testing?
Options
- AOnly the functional specifications are known to the test planner.
- BOnly the source code and the design documents are known to the test planner.
- COnly the source code and functional specifications are known to the test planner.
- DOnly the design documents and the functional specifications are known to the test planner.
How the community answered
(18 responses)- A89% (16)
- B6% (1)
- D6% (1)
Explanation
Black box testing is a method of software testing that does not require any knowledge of the internal structure or code of the software. The test planner only knows the functional specifications, which describe what the software is supposed to do, and tests the software based on the expected inputs and outputs. Black box testing is useful for finding errors in the functionality, usability, or performance of the software, but it cannot detect errors in the code or design. White box testing, on the other hand, requires the test planner to have access to the source code and the design documents, and tests the software based on the internal logic and
Topics
Community Discussion
No community discussion yet for this question.