Characteristics of good SRS( Software Requirement Specification).

Characteristics of good SRS are:-

 • Correct: Every requirement given in SRS is a requirement of the software


• Unambiguous: Every requirement has exactly one interpretation


• Complete: Includes all functional, performance, design, external interface requirements, the definition of the response of the software to all inputs.


• Consistent: Internal consistency.


Ranked importance: Essential vs. desirable.


• Verifiable: A requirement is verifiable if and only if there exists some finite cost-effective process with which a person or machine can check that the SW meets the requirement •


• Modifiable: SRS must be structured to permit effective modifications (e.g. don't be redundant, keep requirements separate)


• Traceable: The origin of each requirement is clear.


Comments

Popular posts from this blog

Discuss classification or taxonomy of virtualization at different levels.

Suppose that a data warehouse consists of the three dimensions time, doctor, and patient, and the two measures count and charge, where a charge is the fee that a doctor charges a patient for a visit. a) Draw a schema diagram for the above data warehouse using one of the schemas. [star, snowflake, fact constellation] b) Starting with the base cuboid [day, doctor, patient], what specific OLAP operations should be performed in order to list the total fee collected by each doctor in 2004? c) To obtain the same list, write an SQL query assuming the data are stored in a relational database with the schema fee (day, month, year, doctor, hospital, patient, count, charge)

What is RMI? Discuss stub and skeleton. Explain its role in creating distributed applications.