Explain the STLC?
Answers were Sorted based on User's Feedback
Answer / biksham
STLC stands for Software Testing Life Cycle
It is a process of conducting sofware testing, means after
programmer conducted intergration testing by using white
box testing, the intergrated software build is coming to
overall developed software testing.
The project manager is initiate the STLC processs
the phases of STLC
1. System test initiations
2. System test Planning
3. System test design
4. System test execution
5. System test Reporting
6. System test closure
explanation of STLC
1.System test initiations: in the the PM is initiates the
whatever testing tools are available (either mannual or
automation tools), with respect to specific custumet
requirement
2. test planning: schedule the which type of testing tools
is allocate a specific tester to test the module in the
developed project.(simply distribute the work to different
testers based on their experience) and allocate the time to
complete the work.
3. test design: means prepare test cases for each and every
verified object are correctly working or not w.r.t customer
requirement.
4.test execution: means the particular object is working or
not as per customer requiremnt. means test is pass or fail
or find any defect are informed to the development section
for once again correct the coding part
5. System test preparing: after programmer correct the
code, we can retest them
6. test closure: after completion of all object test
execution the PM is closed the test.
| Is This Answer Correct ? | 12 Yes | 19 No |
Answer / sujatha
hai,
STLC means software testing life cycle.it begin depends on
SDLC.
But STLC having phases it's starts from
Test planing.
Test Development
Test Execution
Defect Repoting
Result Analysis.
| Is This Answer Correct ? | 33 Yes | 60 No |
what is the difference between use case and test case?
Difference between postponed and deferred bug
Write test cases on Travel bag?
Difference between smoke and sanity testing
is it necessary to write neagtive test cases for each and every field
In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?
What are the Test Cases for a login in to your email which has username and password?
what is difference between interface and integaration testing?are system specs and functional specs same please tell the difference
.Why do you go for Test Bed?
Define Defect,Enhancement ?
wht are the possible test cases for security testing?both negtive and possitive
what is the role of testlead in software testing