Open In App

Different documentation manuals in Software Engineering

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 :

2. Design Manual :
In this manual, all the information regarding the design of the software and how a software should look. This manual is consist of the following :

3. Implementation Manual :
This manual is prepared during the development phase of the software development. In this manual, all the information regarding the program code, algorithms and data structures that are used in the software. This manual is consist of the following :

4. Testing Manual :
This manual is prepared in the testing phase of the Software. The tester is used to checks the software for the best and worst cases of functioning and the result are stored. This manual is consist of the following :

Article Tags :