how can u map SDLC With STLC
Answers were Sorted based on User's Feedback
Answer / indu pillai
Yes SDLC can be maped to STLC with the help of V model.
I have tried to show it
1. Requirement Specifications ----------> Acceptance Test
Acceptance TP Cases
2. Functional design -------------------> System Test Cases
System TP
3. Detailed design ------------------->Integrated Test Cases
Integrated TP
4. Program Specifications--------------->Unit Test Cases
Unit TP
TP refers to Test Plan and not Time Pass :)
So in each of the phases of SDLC , we start planning and
writing Test Cases accordingly,this is how u map SDLC with
STLC.
Hope my answer was fruitful to you
| Is This Answer Correct ? | 33 Yes | 0 No |
Answer / sm
we can map SDLC with STLC thru V-Map
The mapping is as follows:
SDLC -- STLC
1)Requirements gathering --- BRS/SRS Document preparation
2)Requirement analysis --- Test Strategy preparation
3)Software design ---- Test design (test plan/test
scenarios and test cases preparation)
4)Functional coding ------System testing
5)Build release ---- UAT/Maintainable testing
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ramprasad.s
HI
SDLC & STLC can be mapped thro V-Model
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rambalaji
sdlc means that software development life cycle.It contais
various phases for developing a software.The phases are
analysis,desin,coding,testing and maitences.In each phase
software will develop step by step.
stlc means that software testing life cycle model.It
contains various kinds of steps for testing that is test
plan,test stratigies,usecase,testcase,execution of
testcase,bugreport,log a bug, verified .This kind of all
steps used for testing.
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / mosh
There is no separate life cycle called as STLC. Rather, it
is just a phase(Testing phase) in SDLC.
And V-model is an SDLC where both the testing as well as
development are done in parallel.
| Is This Answer Correct ? | 1 Yes | 6 No |
Write test cases for yahoo sign up page.
How do u determine,what to be tested?
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
What is the diffirent part of Case Studies?
what is meant by bug identification ratio?
What is the difference between testing Techniques and tools? Give examples
can any one tell me what is the difference between Integration testing and End-End testing? plz dont tell me Integration is whitebox testing and done by developers, where as End-End is blockbox testing and done by testers.
Is an "A fast database retrieval rate" a testable requirement?
Test Manager's role in preparing proposals?
while reading srs document if you will get any doubt, what you will do?
Explain about Security Testing in webbased application?
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B