top of page
Writer's pictureJay Sugebo of AdilasTech

Software development lifecycle (SDLC)

Updated: Oct 14, 2019

SDLC is a process which defines the various stages involved in the development of software for delivering a high-quality product. SDLC stages cover the complete life cycle of a software i.e. from inception to retirement of the product.

There are six phases of SDLC:

1. Requirement gathering and analysis:

During this phase, all the relevant information is collected from the customer to develop a product as per their expectation. Any ambiguities must be resolved in this phase only.



2. Design:

In this phase, the requirement gathered in the SRS document is used as an input and software architecture that is used for implementing system development is derived.

3. Implementation or coding:

Implementation/Coding starts once the developer gets the Design document. The Software design is translated into source code. All the components of the software are implemented in this phase.

4. Testing:

Testing starts once the coding is complete and the modules are released for testing. In this phase, the developed software is tested thoroughly and any defects found are assigned to developers to get them fixed.

5. Deployment:

Once the product is tested, it is deployed in the production environment or first UAT (User Acceptance testing) is done depending on the customer expectation.

In the case of UAT, a replica of the production environment is created and the customer along with the developers does the testing. If the customer finds the application as expected, then sign off is provided by the customer to go live.

6. Maintenance:

After the deployment of a product on the production environment, maintenance of the product i.e. if any issue comes up and needs to be fixed or any enhancement is to be done is taken care by the developers.


There are Five SDLC Models.


1. Agile SDLC model:

This is a combination of iterative and incremental process models with focus on process adaptability and customer satisfaction by rapid delivery of working software product.

2. Spiral model

Spring model of development combines the features of the prototyping model and the waterfall model. The spiral model is favored for large, expensive, and complicated projects.

3. Waterfall Model

Is a sequential model that divides software development into different phases. Each phase is designed for performing specific activity during SDLC phase. It was introduced in 1970 by Winston Royce.

4. The V-model

Is an SDLC model where execution of processes happens in a sequential manner in a V-shape. It is also known as Verification and Validation model. The V-Model is an extension of the waterfall model and is based on the association of a testing phase for each corresponding development stage.

5. The Iterative model

Is an implementation of a software development life cycle (SDLC) that focuses on an initial, simplified implementation, which then progressively gains more complexity and a broader feature set until the final system is complete.



AdilasTech team.

150 views0 comments

Recent Posts

See All

Comments


bottom of page