Explain the STLC?
Answers were Sorted based on User's Feedback
Answer / rajashekar
STLC means it starts from test planning,test cases and upto
the end product release.
Mainly it consists the phases
Planning the tests
Writing the test cases
Then execution of those test cases
After that analyze the results
If any defects found making reporting
And finally retesting it i.e Regression test conducted
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / renu narayana poduval
Software testing is an investigation conducted to provide stakeholders with information about the quality of the product or service under test.[1] Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Test techniques include, but are not limited to, the process of executing a program or application with the intent of finding software bugs (errors or other defects).
Software testing can be stated as the process of validating and verifying that a software program/application/product:
meets the requirements that guided its design and development;
works as expected; and
can be implemented with the same characteristics.
Software testing, depending on the testing method employed, can be implemented at any time in the development process. However, most of the test effort occurs after the requirements have been defined and the coding process has been completed. As such, the methodology of the test is governed by the software development methodology adopted.
Different software development models will focus the test effort at different points in the development process. Newer development models, such as Agile, often employ test driven development and place an increased portion of the testing in the hands of the developer, before it reaches a formal team of testers. In a more traditional model, most of the test execution occurs after the requirements have been defined and the coding process has been completed.
The different stages in STLC.
1.Requirement Analysis.
2.Test Planning.
3.Test Design.
4.Test Execution.
5.Test Closure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjeev dwivedi
s/w life cycle is nothing but activity done by the test engineer during the project life cycle.
STLC associate these pheses.
1.test plan prepration
2.frs study
3.priparing test stretigy document
4.rivew and approved
5.test case document
6.rivew and apply
7.test case excution
8.loging the bugg in bug tracking tool
9.retest and regretion testing
10.genrating test report
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vasudeva
A process to be fallowed by testing team in software testing
in software testing stage is called as STLC. In general STLC
process consists of below stages:
->Software test initiation
->Software test planning
->software test design
->software test execution and reporting
->software test closure
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasanna
test plan:road map for entire testing activity
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / suman
software testing life cycle. it's template
1. test plan
2. test design
3. test execution
4. track & management
planing done by manager
design done by developer
execution done by tester
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / tuna mahapatra
STLC means
1. Software requirement specification(srs)
2. Test Plan
3. Test Design
4. Test Execution
5. Detect Reporting(if error found tell)
6. Retesting
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / dandu
STLC comprises of following steps:
1.Planning
2.Knowing of User specification.
3.Test case Execution
4.Recording of Test plan
5.Matching with the exit criterion of test.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / abdul haque
STLC is software Testing Life Cycle . STLC starts with
Requirement Analysis and end with defect closing .
1. Requirement Analysis
2. Test Strategy
3. Test Plan
4. Test Case
5. Test case execution
6. Bug Reporting
7. Regression testing
8. Defect closing
| Is This Answer Correct ? | 0 Yes | 1 No |
Briefly explain what is Quality Assurance life cycle?
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
plz explain me Deployment process
What are the cases why parameterization is necessary when load testing the Web server and the database server?
How to test cookies in Manual testing and how to disable cookies?
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person
What is deferred?
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?
what r ur strengths?
how u will write test case for system testing give me example
how to do manual testing on an application which is in several languages
what is test procedure?