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 |
When a defect is assign as Postponed and differed. explain with example? thanks
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
write test case for linked in sign up page ?
what is agile testing when to perform this? have you performed agile testing anytime?please let me know more about this
What is the difference between Compatibility and Configuration testing?
How do you review testcase?? Type of Review...
What is online testing?
Do the test cases differ for Functional,Integration,System and User Acceptance Testing???
What is the difference between Client server and web based systems?
How will you transfer file from remote server to your machine if ftp is disable
hi am new to testing please anyone suggest a text book or materails so that it will help me to understand testing.please give me as soon as possible
If developers team doesn't agree with the bug raised by you, what is the next step would you take