ReadySetGit/Words-of-Wisdom-SRS.md

64 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2021-08-02 15:24:06 +00:00
# SRS
2021-08-02 16:21:55 +00:00
## Line-by-line Instructions
### Introduction
2021-08-02 15:24:06 +00:00
This section provides a brief introduction to the software requirements specification. To keep this section brief, the background information on the project goals and scope and the recorded user needs are linked rather than duplicated here.
2021-08-02 16:21:55 +00:00
### Use Cases
2021-08-02 15:24:06 +00:00
Use cases are a very important part of the SRS. They are written in a special format in their own use case document.
2021-08-02 16:21:55 +00:00
### Functional Requirements
2021-08-02 15:24:06 +00:00
Feature specifications are a very important part of the SRS. They are written in a special format in their own features document.
2021-08-02 16:21:55 +00:00
### What are the usability requirements?
List any specific usability requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the reliability and up-time requirements?
List any specific reliability and up-time requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the safety requirements?
List any specific safety requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the security requirements?
List any specific security requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the performance and scalability requirements requirements?
List any specific performance requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the maintainability and upgradability requirements?
List any specific maintainability and upgradability requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the supportability and operability requirements?
List any specific supportability and operability requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the business lifecycle requirements?
List any specific business lifecycle requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").
### What are the system hardware requirements?
2021-08-02 15:24:06 +00:00
List any specific system hardware requirements here. These are the true minimum requirements. You might present somewhat higher system requirements to customers to give a margin of extra capacity.
2021-08-02 16:21:55 +00:00
### What are the pre-installed software requirements?
2021-08-02 15:24:06 +00:00
List any specific pre-installed software requirements here.
2021-08-02 16:21:55 +00:00
### What programmatic interfaces must be provided?
2021-08-02 15:24:06 +00:00
List any specific API requirements here. Refer to existing standards documents. Do not write API specs directly in this document.
2021-08-02 16:21:55 +00:00
### What are the data import and export requirements?
List any specific import and export requirements here. Refer to existing standards documents and write new requirements as "shall statements" (sentences that use the word "shall").