What is difference between SDLC and STLC?
Answers were Sorted based on User's Feedback
Answer / fino
The software development life cycle(SDLC) covers the
Information gathering
Analysis
Designing
Coding
Testing
Implementation
Release & Maintenance
Software testing life cycle(STLC) covers
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
6. Preparation of reports
STLC is the part of the SDLC
| Is This Answer Correct ? | 171 Yes | 22 No |
Answer / praba
software development life cycle(SDLC) covers the
Information gathering
Analysis
Designing
Implementation
a) coding
b) Testing
Maintenance.
In this SDLC Implementation can come along with both
coding as well as testing.
Software testing life cycle(STLC) covers
Information gathering
Analysis
Designing
Testing
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
Maintenance.
In STLC we never come along with the coding(Developing)
section.we start it from requirment,analyse,design and
testing.which will satisfy the customer requirment and
then we will deliver a quality product.
| Is This Answer Correct ? | 43 Yes | 8 No |
Answer / vasubabu
In SDLC enter team should include.
In STLC only testing team include.
| Is This Answer Correct ? | 61 Yes | 29 No |
Answer / shanthi
STLC will come under SDLC.
SDLC means Software Development Life Cycle
It has the following phases....
1) Requirement Analysis
2)System Study Analysis
3) Design
3.1) High Level Design(HLD)
3.2) Low Level Design(LLD)
4)Coding
5)Testing
6) Implementation
7)Maintenance
In STLC (System Testing Life Cycle)
1) System Study
2)Test Plan
3)Test Cases
4) Execute the Test cases
5)Requirement Traceability Matrix
6)Test Execution Report
7)Project Closure Meeting
| Is This Answer Correct ? | 19 Yes | 4 No |
software development life cycle(SDLC) covers the
Information gathering
Analysis
Designing
Implementation
a) coding
b) Testing
Maintenance.
In this SDLC Implementation can come along with both
coding as well as testing.
Software testing life cycle(STLC) covers
Information gathering
Analysis
Designing
Testing
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
Maintenance.
In STLC we never come along with the coding(Developing)
| Is This Answer Correct ? | 20 Yes | 6 No |
Answer / jagan
simply to say SDLC have only single stage of testing that
to it have been done by programmer onlywhere as in STLC
there are three types of testing(unit,integrating,system
testing)
| Is This Answer Correct ? | 48 Yes | 37 No |
Answer / hanuman
sdlc means system developement life cycle.it covers of
initial phase
analysis phase
design phase
coding phase
delivary and maintanance phase
stlc means software testing life cycle model.it covers of
test plaing
test developement
test execution
result analysis
bug tracking
reporting
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / pramod k
software development life cycle(SDLC) covers the
Information gathering
Analysis
Designing
Implementation
a) coding
b) Testing
Maintenance.
In this SDLC Implementation can come along with both
coding as well as testing.
Software testing life cycle(STLC) covers
Requirements
Analysis
Designing
Testing
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
Maintenance.
In STLC we never come along with the coding(Developing)
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / mahesh
Information gathering
Analysis
Designing
Coding
Testing
Implementation
Release & Maintenance
Software testing life cycle(STLC) covers
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
6. Preparation of reports
| Is This Answer Correct ? | 5 Yes | 1 No |
What is Web testing & which action we take at the time of Web Testing?
What is d difference between Black Box Testing and Functional Testing?
What do you think the role of test-group manager should be
What should you do if you don`t have sufficient document,how do you go and work in that environment.
Difference Between Usability and GUI Testing with Example?
What is difference between load testing and stress testing?
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
What is bug priority?
explain v model detaily plese
how to deploye the build when the developers give the source code..?
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.
What is the use of HLD & LLD?