0% found this document useful (0 votes)
480 views2 pages

What Is The Software Development Life Cycle (SDLC) - Definition From Techopedia

The software development life cycle (SDLC) is a framework that defines the steps and tasks involved in developing software. It includes planning, implementation, testing, documentation, deployment, and maintenance. The SDLC ensures quality and structure in the development process. It consists of gathering requirements, writing code, testing for bugs, documenting each step, deploying the software, and maintaining it with improvements and changes over time. Common SDLC models include waterfall, V-shaped, and incremental development.

Uploaded by

Abdul Rehman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
480 views2 pages

What Is The Software Development Life Cycle (SDLC) - Definition From Techopedia

The software development life cycle (SDLC) is a framework that defines the steps and tasks involved in developing software. It includes planning, implementation, testing, documentation, deployment, and maintenance. The SDLC ensures quality and structure in the development process. It consists of gathering requirements, writing code, testing for bugs, documenting each step, deploying the software, and maintaining it with improvements and changes over time. Common SDLC models include waterfall, V-shaped, and incremental development.

Uploaded by

Abdul Rehman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

4/17/2019 What is the Software Development Life Cycle (SDLC)?

- Definition from Techopedia

Software Development Life Cycle (SDLC)


Definition - What does Software Development Life Cycle (SDLC) mean?
The software development life cycle (SDLC) is a framework defining tasks performed at
each step in the software development process. SDLC is a structure followed by a
development team within the software organization. It consists of a detailed plan describing
how to develop, maintain and replace specific software. The life cycle defines a
methodology for improving the quality of software and the overall development process.
The software development life cycle is also known as the software development process.

Techopedia explains Software Development Life Cycle (SDLC)


SDLC consists of following activities:
1. Planning: The most important parts of software development, requirement gathering or
requirement analysis are usually done by the most skilled and experienced software
engineers in the organization. After the requirements are gathered from the client, a
scope document is created in which the scope of the project is determined and
documented.
2. Implementation: The software engineers start writing the code according to the client's
requirements.
3. Testing: This is the process of finding defects or bugs in the created software.
4. Documentation: Every step in the project is documented for future reference and for the
improvement of the software in the development process. The design documentation
may include writing the application programming interface (API).
5. Deployment and maintenance: The software is deployed after it has been approved for
release.
6. Maintaining: Software maintenance is done for future reference. Software improvement
and new requirements (change requests) can take longer than the time needed to
create the initial development of the software.
There are several software development models followed by various organizations:
Waterfall Model: This model involves finishing each phase completely before
commencing the next one. When each phase is completed successfully, it is reviewed
to see if the project is on track and whether it is feasible to continue.
V-Shaped Model: This model focuses on the execution of processes in a sequential
manner, similar to the waterfall model but with more importance placed on testing.
Testing procedures are written even before the commencement of writing code. A
system plan is generated before starting the development phase.
Incremental Model: This life cycle model involves multiple development cycles. The
cycles are divided up into smaller iterations. These iterations can be easily managed
and go through a set of phases including requirements, design, implementation and

https://www.techopedia.com/definition/22193/software-development-life-cycle-sdlc 1/2
4/17/2019 What is the Software Development Life Cycle (SDLC)? - Definition from Techopedia

testing. A working version of the software is produced during the first iteration, so
working software is created early in the development process.

https://www.techopedia.com/definition/22193/software-development-life-cycle-sdlc 2/2

You might also like