Which r diff. models for SDLC and STLC ?
Thanks in advanse to replier.
Suyog
Watershed Infotech
Answers were Sorted based on User's Feedback
Answer / nnr
SDLC :It is systamatic process to develop or build a S/W
STLC :it is systamatic process to Test r Verify r validate
the S/W
| Is This Answer Correct ? | 7 Yes | 1 No |
SDLC:- stands for s/w development life cycle, there are
different model in SDLC.
1. waterfall model
2. prototype "
3. spiral "
4. evolutionary "
5. RAD(rapid application development) "
6. synchronizing and stabilizing "
STLC:- stands for s/w testing life cycle, there is no
different models in STLC, but we use following steps.
1.test plan- made by team leader
2. test specification or writing test cases
3. actual testing or executing testing
4. creating BUG report
5. final product
hope it will help you.
thanks.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sadham hussain s
1. waterfall model
2. prototype "
3. spiral "
4. incremental model
5. RAD(rapid application development) "
6.win win spiral model
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / neeta
SDLC : designed to build the software.
Types:
a) Water fall
b) Spiral
c) Rapid Application Development
d) Prototyping
STLC: Designed to specify Testing practice while building
software
Types: no specific type but Testing involvment is
majorly shown in V-V model.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the V model,Tell me in brief??
CAN ANY ONE PREPARE TEST CASES FOR SUPPLY ACHAIN MANAGEMENT AND IF YES I WILL GIVE THE REQUIREMENT WHICH CONTAINS NEARLY 27 PAGAES
What is Traceability matrix?
7 Answers Covansys, Wells Fargo,
what is confrigation management, and change managment?
what is difference between test strategies and test data ?
What is meant by thin point in QTP
What is the difference between Developer and programmer?
can u write some high level scenarios on ms outlook express
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
When testing a module incase due to hardware failure or any system problems if the testing fails what wil be the test result???
how do i write perfect test case for functional testing
if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?