150k views
5 votes
Software Requirement Specification (SRS) is also known as specification of

A. White box testing
B. Black box testing
C. Integrated testing
D. Acceptance testing

User Ewokx
by
8.7k points

1 Answer

3 votes

Final answer:

Software Requirement Specification (SRS) is linked to Black box testing, as it defines what the system should do without detailing the internal code, making it the specification for such testing.

Step-by-step explanation:

The student is asking about the term Software Requirement Specification (SRS), which is a detailed description of a software system to be developed with its functional and non-functional requirements. This document lays out the features that the system must contain and the constraints under which it must operate. The SRS is primarily associated with Black box testing, where the system is tested based on the requirements and functionality described in the SRS without looking at the internal code structure.

So, the Software Requirement Specification (SRS) is also known as the specification of B. Black box testing.

User Taras Boychuk
by
7.7k points