Explain SDLC with an example?

 SDLC:

          SDLC -- Software Development Life Cycle 

          It is the process used by software industry to design, develop and test the software.

          It is the step by step process which we follow to deliver a quality product to the customer.

Phases in SDLC Process:

        1) Requirement Analysis - Define the scope of the product( what need to build and what not to build)

        2) Design - Designing the software which we can visual as possible about the vision.

        3) Development - It is the coding part handled by developers.

        4)Testing - Different types of testing takes place.

        5)Deployment - Deploying frequently will help to avoid more and bugs.

        6) Maintenance - This phase occur once the software is fully operational, where the software is monitored to ensure it continues to function as it was designed.

        



             








Comments

Popular posts from this blog

What is Unit testing?

What is a use case?