Different documentation manuals in Software Engineering
Last Updated :
17 Jun, 2020
Improve
Documentation in Software Engineering is like an umbrella that comprise all written documents and materials that are required for software product’s development and use.
There are four different types of documentation manuals. Each documentation manuals is prepared in different phases of the software development.
Classification of Documentation Manual : 1. Analytics/ Specification Manual : This manual is prepared during the analysis phase of the software development. In this manual, all the information that specifies the requirements of the software are described. Information in this manual are presented in the following :
Classification of Documentation Manual : 1. Analytics/ Specification Manual : This manual is prepared during the analysis phase of the software development. In this manual, all the information that specifies the requirements of the software are described. Information in this manual are presented in the following :
- Formal specification - In this, all the requirements of the software are describe in detail.
- Context diagram - This diagram describes the context of the Software.
- Data flow diagram - Data flow diagram is a visual representation of the flow of information within the software.
- Flow charts - It is a visual representation for representing the working procedure of the software.
- Entity relationship diagrams - This is a type of flowchart that illustrates how “entities” such as people, objects, etc.
- Source code listing - It describes the code that is developed for that software.
- Cross reference listing - It describes the reference of the code module.
- Test data - These are the data which are used as input for processing the task in the software.
- Test results - These data are the Output that is produced by the software for the provided Test Data.