by BehindJava

What is SDLC and its phases

Home » interview » What is SDLC and its phases

In this tutorial we are going to learn about the SDLC in detail.

SDLC

Software development life cycle is a process used by the software industry to design, develop and test software to get efficient and defect less product.

What are the phases in SDLC?

Requirement Analysis -> Design -> Development -> Testing -> Maintenance

sdlc

  1. Requirement Analysis: In requirement analysis, all the requirements are gathered and reviewed by the business analyst team to check the feasibility and availability of the resources and technology within the organization.
  2. Design: Keeping all the feasible requirements into action by developing a application prototype.
  3. Development: Development of the code as per the requirements, Coding standards set by the client.
  4. Testing: Once the application is developed, it is sent to the testing environment and tested thoroughly for the defect free application and multiple testing strategies are involved in this phase to test the application in all possible ways like vulnerability testing, load testing etc.
  5. Maintenance: Once the application passes all the test cases. it is moved into the production environment where the application is maintained or supported.

What are the different Models in SDLC?

  1. Waterfall Model
  2. Spiral Model
  3. VV Model/Verification Validation Model/V Model