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 Defect density? how to find out Defect density in the TestEnvironment?
what are the differences between stub abd the driver ?
how to write test cases for fibonacii series
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]
What r the attribute of good software test?
What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?
What is alpha testing and beta testing?
which scripting language is used to write scripts for testdirector?only testing team can use testdirector?or other people like working on oracle(accounts) can also use this? pls answer Thanks in Advance
What is the difference between QA and QC?
what is review?
Give an example of low serverity and low priority bug?