Practical 2
Practical 2
Practical 2
2. Completeness: The SRS is complete if, and only if, it includes the following elements:
(2). Definition of their responses of the software to all realizable classes of input data in all
available categories of situations.
(3). Full labels and references to all figures, tables, and diagrams in the SRS and definitions
of all terms and units of measure.
3. Consistency: The SRS is consistent if, and only if, no subset of individual requirements
described in its conflict. There are three types of possible conflict in the SRS:
(a) The format of an output report may be described in one requirement as tabular but in
another as textual.
(b) One condition may state that all lights shall be green while another states that all lights
shall be blue.
(2). There may be a reasonable or temporal conflict between the two specified actions. For
example,
(a) One requirement may determine that the program will add two inputs, and another may
determine that the program will multiply them.
(b) One condition may state that "A" must always follow "B," while other requires that "A
and B" co-occurs.
(3). Two or more requirements may define the same real-world object but use different terms
for that object. For example, a program's request for user input may be called a "prompt" in
one requirements and a "cue" in another. The use of standard terminology and descriptions
promotes consistency.
Typically, all requirements are not equally important. Some prerequisites may be essential,
especially for life-critical applications, while others may be desirable. Each element should
be identified to make these differences clear and explicit. Another way to rank requirements
is to distinguish classes of items as essential, conditional, and optional.
7. Verifiability: SRS is correct when the specified requirements can be verified with a cost-
effective system to check whether the final software meets those requirements. The
requirements are verified with the help of reviews.
8. Traceability: The SRS is traceable if the origin of each of the requirements is clear and if
it facilitates the referencing of each condition in future development or enhancement
documentation.
2. Forward Traceability: This depends upon each element in the SRS having a unique name
or reference number.
The forward traceability of the SRS is especially crucial when the software product enters the
operation and maintenance phase. As code and design document is modified, it is necessary
to be able to ascertain the complete set of requirements that may be concerned by those
modifications.
10. Testability: An SRS should be written in such a method that it is simple to generate test
cases and test plans from the report.
11. Understandable by the customer: An end user may be an expert in his/her explicit
domain but might not be trained in computer science. Hence, the purpose of formal notations
and symbols should be avoided too as much extent as possible. The language should be kept
simple and clear.
12. The right level of abstraction: If the SRS is written for the requirements stage, the
details should be explained explicitly. Whereas, for a feasibility study, fewer analysis can be
used. Hence, the level of abstraction modifies according to the objective of the SRS.
Features of a good SRS document:
Clear and Concise: The document should be written in a clear and concise manner,
avoiding unnecessary technical jargon or ambiguity. It should be easily
understandable by both technical and non-technical stakeholders.
Complete: The SRS document should cover all the functional and non-functional
requirements of the software system. It should address all the needs and expectations
of the stakeholders.
Consistent and Unambiguous: The requirements stated in the SRS document should
be consistent and unambiguous. Any potential conflicts or contradictions should be
resolved, and the requirements should be written in a way that leaves no room for
multiple interpretations.
Measurable and Testable: The requirements should be specified in a way that allows
for objective verification and testing. They should be measurable, allowing the
development team to determine whether they have been successfully implemented.
Realistic and Feasible: The requirements should be realistic and feasible within the
given constraints, such as budget, time, and technology limitations. They should be
achievable without compromising the overall quality of the software system.
Modifiable: The SRS document should be designed to accommodate future changes
and updates. It should be flexible enough to incorporate new requirements or modify
existing ones without requiring a complete overhaul.
Concise: The SRS report should be concise and at the same time, unambiguous,
consistent, and complete. Verbose and irrelevant descriptions decrease readability and
also increase error possibilities.
Black-box view: It should only define what the system should do and refrain from
stating how to do these. This means that the SRS document should define the external
behaviour of the system and not discuss the implementation issues. The SRS report
should view the system to be developed as a black box and should define the
externally visible behaviour of the system. For this reason, the SRS report is also
known as the black-box specification of a system.
Conceptual integrity: It should show conceptual integrity so that the reader can
merely understand it. Response to undesired events: It should characterize acceptable
responses to unwanted events. These are called system response to exceptional
conditions.