Tutorial 28 - Software Testing Life Cycle - STLC Explained
Tutorial 28 - Software Testing Life Cycle - STLC Explained
Tutorial 28 - Software Testing Life Cycle - STLC Explained
Contrary to popular belief, Software Testing is not a just a single activity. It consists of series
of activities carried out methodologically to help certify your software product. These activities
(stages) constitute the Software Testing Life Cycle (STLC).
Each of these stages have a definite Entry and Exit criteria , Activities & Deliverables associated
with it.
In an Ideal world you will not enter the next stage until the exit criteria for the previous stage is
met. But practically this is not always possible. So for this tutorial , we will focus of activities
and deliverables for the different stages in STLC. Lets look into them in detail.
Requirement Analysis
During this phase, test team studies the requirements from a testing point of view to identify the
testable requirements. The QA team may interact with various stakeholders (Client, Business
Analyst, Technical Leads, System Architects etc) to understand the requirements in detail.
Requirements could be either Functional (defining what the software must do) or Non Functional
(defining system performance /security availability ) .Automation feasibility for the given testing
project is also done in this stage.
Activities
Deliverables
RTM
Automation feasibility report. (if applicable)
Test Planning
This phase is also called Test Strategy phase. Typically , in this stage, a Senior QA manager
will determine effort and cost estimates for the project and would prepare and finalize the Test
Plan.
Activities
Deliverables
Activities
Deliverables
Test cases/scripts
Test data
Activities
Understand the required architecture, environment set-up and prepare hardware and
software requirement list for the Test Environment.
Setup test Environment and test data
Perform smoke test on the build
Deliverables
Test Execution
During this phase test team will carry out the testing based on the test plans and the test cases
prepared. Bugs will be reported back to the development team for correction and retesting will be
performed.
Activities
Deliverables
Activities
Deliverables
STLC Stage
Entry Criteria
Requirement Requirements
Analysis
Document available
(both functional and
non functional)
Acceptance criteria
defined.
Activity
Analyse business functionality to
know the business modules and
module specific functionalities.
Identify all transactions in the
modules.
Identify all the user profiles.
Exit Criteria
Signed off RTM
Deliverables
RTM
Test automation
feasibility report
signed off by the
client
Automation
feasibility report
(if applicable)
Application
Gather user interface/authentication,
architectural document geographic spread requirements.
available.
Identify types of tests to be
performed.
Gather details about testing priorities
and focus.
Prepare Requirement Traceability
Matrix (RTM).
Identify test environment details
where testing is supposed to be
carried out.
Test
plan/strategy
document.
Effort estimation
document.
Test case
Requirements
development
Test
Documents
(where applicable)
Cases/scripts
cases/scripts
Reviewed and
signed test data
Test data
Automation analysis
report
Create test data
Test
System Design and
Understand the required architecture, Environment setup Environment
Environment architecture documents environment set-up
is working as per ready with test
setup
are available
the plan and
data set up
checklist
Prepare hardware and software
Environment set-up
requirement list
Smoke Test
plan is available
Test data setup is Results.
Finalize connectivity requirements complete
Prepare environment setup checklist Smoke test is
successful
Setup test Environment and test data
Perform smoke test on the build
Test
Execution
Test Cycle
closure
above parameters.
Document the learning out of the
project
Prepare Test closure report
Qualitative and quantitative reporting
of quality of the work product to the
customer.
Test result analysis to find out the
defect distribution by type and
severity
Back to Software Testing Index Page