Posts

Requirement Analysis

Requirement Analysis:- Requirement analysis is a clear cut approach for obtaining a clear understanding of the needs of customer/clients i.e what exactly they need. The most basic method for analysis of problem is "Divide and Conquer". In this the problem is divided into sub problems an then try to solve them respectively by linking them to each other. ​   What is SRS(Software Requirement Specification):- ​ It is a type of Document that describe the functioning of software theoretically. All the requirement are specified in this document. The document is made on the basis of agreement between the client and developer on what the software will do. This helps the client to determine the software meets their requirement or not. Without SRS there is no way a client can determine it. ​   Requirement Engineering:- ​ It is a systematic use of principles and techniques that are used to analyze the requirement for the development of software. It requires an active role of customer so ...