Difference between SDLC and STLC?

As I am Begineer to testing I want to know the difference between SDLC and STLC in detail

@Paddy_lock - you might get more useful replies if you took the time to explain your question properly.

I presume you have already done a basic Internet search for information, and that there is something you still don’t understand. If you explain what it is, you have a better chance of receiving a useful answer.

1 Like

One is development and the other is testing.

Testing is one phase of development and so STLC is a subset of SDLC.

SDLC is a software development life cycle where as STLC is software testing life cycle.

  1. Requirement Analysis

2)System Study Analysis

  1. Design

4)Coding

5)Testing

  1. Implementation

7)Maintenance

In STLC (System Testing Life Cycle)

  1. Requirements gathering

2)Test Plan

3)Test Cases

  1. Execute the Test cases

6)Test Execution Report

7)Project Closure Meeting

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.