What is a software development life cycle (SDLC)

John Adam K&C head of marketingJohn Adam K&C head of marketing

Author

Software development methodologies and frameworksSoftware development methodologies and frameworks

The software development life cycle, often shortened to the acronym SDLC, consists of standardised phases a software development team works through when developing a new product. The character and number of phases in a software development life cycle can vary depending on the software development methodology and framework a team is working to.

Phases of the software development life cycle infographic-1Phases of the software development life cycle infographic-1

 

However, the most common SDLC structures are variations on the following phases:

  1. Planning and Analysis
  2. Design
  3. Development
  4. Testing
  5. Deployment
  6. Maintenance

What’s the difference between software development life cycle and system development life cycle?

SDLC can also stand for ‘system development life cycle’ when used more holistically to ensure security controls and requirements are designed rather than retrofitted into the software development process. When the ‘S’ of SDLC stands for ‘system’, it covers people, processes, software components, infrastructure, and change management.

It’s the more ‘general’ project management term while ‘software development life cycle’ has a targeted focus on just the software components.

Can We Help You With Your Next Custom Software Development Project?

Flexible models to fit your needs!

Get in touch!

Why is the software development life cycle important?

Defining and following the phases of a software development life cycle results in improved quality of resulting software product while simultaneously reducing the time needed to build and deploy it and reducing overall costs.

Following an SDLC achieves those gains for the software development process by:

  • Providing management with a higher degree of oversight and control.
  • Improving documentation.
  • The goal the software being developed is designed to reach is clarified and agreed upon by all stakeholders upfront and a clear roadmap to arriving at that goal is laid out.
  • All stakeholders can provide their input at the most appropriate and effective phase of the software development process.
  • Developers have a clear understanding of what they should build and why.
  • All stakeholders are aware of and buy into the allocation of the resources required to attain the software development project’s goal.

Does a software development life cycle always follow the same phases in the same order?

In a word, no. Not every software development life cycle is the same. Different software development methodologies and frameworks have their own variations on the SDLC phases.

Some, for example Crystal, even leave flexibility for the team working on a software development project to set their own SDLC phases as they decide is most appropriate to the particular piece of software being developed.

For example, the Agile framework Extreme Programming (XP) follows a 5-stage software development life cycle:

  1. Planning
  2. Designing
  3. Coding
  4. Testing
  5. Listening

The Feature Driven Development (FDD) Agile framework also defines five phases, but they are defined differently:

  1. Develop an overall model
  2. Build a features list
  3. Plan by feature
  4. Design by feature
  5. Build by feature

The Adaptive Software Development (ASD) Agile framework only defines three phases of the software development life cycle:

  1. Speculation
  2. Collaboration
  3. Learning

Diagram of the three phases of the Adaptive Software Development framework - speculation, collaboration and learningDiagram of the three phases of the Adaptive Software Development framework - speculation, collaboration and learning

The Dynamic Systems Development Model (DSDM) approach to Agile has four:

  • Feasibility and business study
  • Functional model / prototype iteration
  • Design and build iteration
  • Implementation

Exactly how different software development approaches define their software development life cycle phases is, as can be seen, fluid.

When one framework defines seven or eight phases and another three, it doesn’t mean there are more or less overall steps involved. For example, because Adaptive Software Development has three defined life cycle phases and none is titled ‘testing’ or ‘QA’, it doesn’t mean software developed to the framework is not tested. Testing is simply seen as a step within the broad ‘collaboration’ phase, rather than its own phase.

K&C – Creating Beautiful Technology Solutions For 20+ Years . Can We Be Your Competitive Edge?

Drop us a line to discuss your needs or next project

Get in Touch!

Common phases of the software development life cycle

Despite the fact there is no single, definitive list of phases within a software development life cycle, there is still value in outlining those most commonly part of different methodologies and frameworks. Even if a particular software development methodology or approach doesn’t include a life cycle phase of the same, or similar, name, these 7 will be built into those that are named.

Planning and analysis

Planning and analysis processes are often conflated into a single software development life cycle phase. But they are just as often split out into two separate phases.

During this first phase, the business case for developing a piece of software is analysed. Among the questions that would typically be asked at this stage are:

  • What problem will the software solve? What is solving that problem potentially worth?
  • How big a potential user base does the software have?
  • Does other software exist that solves the same problem?
  • How will this software improve on that?
  • How much might it cost to develop software to effectively solve the problem?
  • Is solving the problem valuable enough to offer an acceptable return on investment on that cost?
  • Do we have the resources to support that cost?

Presumptions contained in the answers to these questions should be verified, preferably through methods like user focus groups, other market research tools including things like SMS marketing, online surveys, developing a technical prototype etc.

The project’s scope, or initial estimate of scope in an Agile approach, would be discussed here based on initial feature requirements or assumptions. As would planning of the resources needed to realise the project and then putting them in place, including the software development team.

Goals and limitations are set.

The software development team roles most typically involved in the planning and analysis phase of the software development life cycle (this varies from team to team and is influenced by the chosen methodology/framework) are:

  • Product owner
  • Project manager
  • CTO
  • Business analyst

Design

Once the need for the software has been verified and its initial scope and requirements and resources expected to be needed are established during the analysis and planning phase, the design phase kicks in.

This is where software architects and developers make decisions on the high-level design of the software system. A tech stack will be chosen, like what languages, frameworks and libraries will be used on the front end and back end and other details like the choice of database technology and other third party services.

Decisions will also be made on infrastructure, like if the software will be cloud-hosted and if that will involve a public cloud, private cloud or hybrid approach and providers. Security requirements are an important part of the design phase and will inform many of the decisions taken.

Throughout the design phase, stakeholders should be consulted on tech stack choices, risks, resources required in the context of design decisions taken, time, budget, regulatory and other project constraints.

The scope and features of the MVP to be released first should also be decided upon here as it will inform the next phase – development.

Team roles central to the design phase of the SDLC include:

  • Software architect
  • UI/UX designers

Development

The development phase of the software development life cycle is where the product is coded and put together by developers. In an Agile approach, which most significant software development projects take, the first development phase of an iterative SDLF, will build the MVP.

In a Waterfall approach, what is seen as the finished product is documented in technical detail from beginning to end during the design phase and then build from beginning to end during the development phase.

The team roles most involved in the development phase are:

  • Front-end developers
  • Back-end developers
  • UI/UX designers

Testing

During the testing phase, the software developed in the previous phase is tested against requirements defined in the planning and analysis phase as well as for performance and bugs. The goal of the phase is to ensure the software product has been developed as intended, both in terms of user experience and the resources needed for it to run smoothly and meet availability and security requirements.

Software testing usually involves both manual testing of user journeys and experience as well as automated testing based on tools and scripts. If bugs or other defects are found, testers must document the issue and inform the development team who will create a new version of the software in which the issues have been resolved. That version of the software will then be tested again in case updates have had unintended consequences and created new bugs or defects.

In a DevOps approach to the software development life cycle, the development and testing phases are tightly integrated with testing a continuous process during development and could even be described as a single, unified phase.

DevOps infographicDevOps infographic

The team roles most involved in the testing phase are:

  • Solutions architect
  • QA engineer
  • Tester
  • DevOps engineer

Deployment

The deployment phase sees a software application moved from its development and testing environments into a live environment where it is available to users. Deployment can be a relatively simple process or an extremely complex one, depending on the nature of the software. For example, if a new software product involves a database other systems will use, integrating them all could represent a significant undertaking.

A crucial step in the deployment phase is also making sure, which means testing, that the software works exactly the same way in the live environment as it does in the development and testing environments. In a DevOps CI/CD software development pipeline pre-deployment and live environments should be identical, minimising the risk of discrepancies between how the software runs. DevOps tightly integrates the development and deployment phases.

The most prominent team roles in the deployment phase of the SDLC are:

  • DevOps engineer
  • Database administrator

Maintenance

The maintenance phase involves making sure the software application continues to run as it is intended to in terms of functionalities, performance and availability. Users and ongoing testing may uncover bugs and other defects, or security issues, not found during the testing phase, which should be fixed. These may be minor or necessitate the launch of a new development phase.

The main roles in the maintenance phase are most ofter:

  • Users
  • Testers
  • Support managers

Iterative and agile software development life cycles

Unless a software development product is being built to the Waterfall methodology, the SDLC will be a looping, ongoing process and will restart after each iteration has been deployed, with work immediately beginning on the next iteration.

Once the software has reached a certain level of maturity, new iterations are likely to evolve smaller updates and become less frequent. Throughout an iterative software development life cycle, adjustments are likely to be made to the software development team to account for that.

Agile methodology for software and app developmentAgile methodology for software and app development

In conclusion

The software development life cycle can and is adapted by software development teams based on the philosophy, methodology and framework they adopt when building a given software product, or between organisations.

Little, if anything, is written in stone, nor should it be. The SDLC is a tool in the project management box and should fit the needs of a particular project, the team working on it and other key stakeholders involved in the process. Phase names, their order, or if they are distinct or conflated into each other change.

But every software development project has a life cycle and you should now have a good understanding of its role in project management and as a tool used to improve outcomes.

When does IT Outsourcing work?

(And when doesn’t it?)

Find out here!

Xổ số miền Bắc