WHAT IS SDLC?
WHAT IS STLC?
WHAT IS THE DIFFERENCE BETWEEN SDLC AND STLC?
Answers were Sorted based on User's Feedback
Answer / saranya c
SDLC:
Software development life cycle
* Development team and testing team both are involved in
the SDLC process
STLC:
Software testing life cycle
* Testing team only involved in the STLC process
Difference:
SDLC:
Requirement
|
Designing
|
Coding
|
Testing
|
Reports
|
Implementation
STLC:
Requirement
|
Test Plan
|
Test CASES
|
Execute the test cases
|
REPORTING
* Both are got the requirement from client
When developer design the product at a time tester doing
the test plan
When develper prepare a coding at a time testing prepare a
test cases
When developer release the 1sr release to testing team ,
now tester execute the test cases
| Is This Answer Correct ? | 6 Yes | 0 No |
-> SDLC:- System Development Life Cycle (SDLC) is
structured way to develop a Software product.
We have different steps in the SDLC.
Requirement Analysis >> Design >> Implementation (Coding)
>> Verification (Testing) >> Maintenance.
We have 3 SDLC Models.
1. Waterfall Model
2. Spiral Model
3. Iterative and Incremental development
Waterfall Model:- Waterfall Model having the following
phases
1. Requirements analysis
2. Software Design (or Coding)
3. Integration
4. Testing (or Validation)
5. Deployment (or Installation)
6. Maintenance
In a strict Waterfall model, after each phase is finished,
it proceeds to the next one. Reviews may occur before
moving to the next phase which allows for the possibility
of changes (which may involve a formal change control
process). Reviews may also be employed to ensure that the
phase is indeed complete
2. Spiral Model:- The spiral model is a software
development process combining elements of both design and
prototyping-in-stages, in an effort to combine advantages
of top-down and bottom-up concepts
A top-down approach (is also known as step-wise design) is
essentially the breaking down of a system to gain insight
into its compositional sub-systems. In a top-down approach
an overview of the system is first formulated, specifying
but not detailing any first-level subsystems. Each
subsystem is then refined in yet greater detail, sometimes
in many additional subsystem levels, until the entire
specification is reduced to base elements
A bottom-up approach is the piecing together of systems to
give rise to grander systems, thus making the original
systems sub-systems of the emergent system. In a bottom-up
approach the individual base elements of the system are
first specified in great detail. These elements are then
linked together to form larger subsystems, which then in
turn are linked, sometimes in many levels, until a complete
top-level system is formed
Iterative and Incremental development:- Iterative
development prescribes the construction of initially small
but ever larger portions of a software project to help all
those involved to uncover important issues early before
problems or faulty assumptions can lead to disaster.
| Is This Answer Correct ? | 5 Yes | 1 No |
WHAT IS JOIN AND TYPES?WHAT ARE STORED PROCEDURES?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
I will give 10 gold coins to you ... everything have same size, shape, color, & weight but only one is duplicate. How will you find that duplicate one?
What is diff between Defect density metrics and Defect Variance metrics ?
Who will be assigning severity and priority for a bug?
what is mean by impact analysis ,how we used to select regression TC using this?
Hi All I want discuss abt Testing tools is any one available online in google chat? pls urgent anyone pls help
Write Testcases for creditcard limit.
what are the prerequisite conditins to test clientserver and web applications
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What is the difference between bug and defect?
with multiple testers how does one know which test case are assigned to them?Folder structure.Test process