hi what is difference between sdlc and stlc.

Answers were Sorted based on User's Feedback



hi what is difference between sdlc and stlc...

Answer / purni

SDLC means software development life cycle. SDLC starts with
analyzing the requirements, Architecture, development,
testing and maintenance. This is developing and testing the
application until the client satisfies.

STLC means software testing life cycle. STLC contain writing
test strategies, test plans, test cases, executing, finding
bugs and tracking them until they are fixed. This only
consider the quality of the application.

Is This Answer Correct ?    14 Yes 1 No

hi what is difference between sdlc and stlc...

Answer / guest

SLC = SDLC + STLC

SDLC = Concept Analysis + SRS + HLD + LLD + Coding

STLC = Main Test Plan + Test Spec + Test Case + Test
Execution + Test Report

Is This Answer Correct ?    6 Yes 6 No

hi what is difference between sdlc and stlc...

Answer / mallikarjun

SDLC----soft ware development life cycle
it involves total development of the project
STLC----soft ware testing life cycle
it invloves total testing phases of the project

Is This Answer Correct ?    2 Yes 2 No

hi what is difference between sdlc and stlc...

Answer / usha

We cant differentiate what is SDLC and STLC.
SDLC - Software Developement LifeCycle which involves
Requirement analysis, Design, Coding, Testing,
Implementation
STLC - Software Testing Life Cycle which involves
Requiremnet analysis, Test design, Test Execution, Defect
Tracking

Is This Answer Correct ?    2 Yes 2 No

hi what is difference between sdlc and stlc...

Answer / narasimha

SDLC - Software Development Life Cycle has six phases
Requirements,Analysis,Design,coding,Testing and Delivery and
maintainance.
STLC - Software Testing Life Cycle
Test Planning, Test Development,Test Execution, Result
Analysis, Bug Tracking and Reporting.

Testing is a part of software development life cycle.

Is This Answer Correct ?    1 Yes 1 No

hi what is difference between sdlc and stlc...

Answer / john

http://www.allinterview.com/showanswers/23152.html

Is This Answer Correct ?    1 Yes 4 No

hi what is difference between sdlc and stlc...

Answer / swaroop

SDLC - In software development life cycle Testing is just
a phase over here.

STLC - Where as software testing life cycle testing plays
main role

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

how do you determine what to test?

2 Answers  


How to do risk management?

2 Answers  


Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?

2 Answers   Satyam,


please tell me about fish model which is used in sdlc model ,and also tell me about the founder of fish model and diagram of fish model and other things in details

10 Answers   Cap Gemini, IBM, Savitr, Syntel, Verizon,


Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;

1 Answers   Capital IQ,






in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application

0 Answers   PCS,


In how many ways you perform batchtesting ?

0 Answers   Lehman Brothers,


Explain Single View Testing ?

0 Answers   Wipro,


WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC

7 Answers  


1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?

0 Answers  


How to do browser testing (creates a standard script and run it for the different browser combinations)

0 Answers  


How do we develop test scripts for manual testing?Can anyone explain me with an example . Thanks, Prasanna

8 Answers  


Categories