SDLC Phases
1. Requirement Analysis: The requirement is the first stage in the SDLC process. It is conducted by the senior team members with inputs from all the stakeholders and domain experts in the industry. This stage gives a clearer picture of the scope of the entire project and the anticipated issues, opportunities, and directives which triggered the project. 2. Software Design: In this phase system and software design documents are prepared as per the requirement specification document. T his helps define overall system architecture. There are two kinds of design documents developed in this phase: i. High-Level Design (HLD) ii. Low-Level Design(LLD) 3. Software Build: In this is phase, the code requirement o utlined previously will be taken and uses those to build the actual software . 4. Testing: In this phase The testing team starts testing the functionality of the entire system. This is done to verify that the entire application works according to...