……………… specification is also known as SRS document.
2022
……………… specification is also known as SRS document.
- A.
White box
- B.
Grey box
- C.
Black box
- D.
None of the mentioned
Attempted by 238 students.
Show answer & explanation
Correct answer: C
Solution:
Correct Answer: Black box
SRS (Software Requirements Specification) describes what the system should do, including requirements, behavior, and outputs, rather than how the system is internally implemented.
This matches the black-box view, where:
Focus is on inputs and outputs
Internal working is not considered
Although SRS itself is not a testing type, in exam contexts such as BPSC,RSSB, the specification-based view is commonly associated with black-box concepts, while implementation-based view is related to white box.