Software Testing Chap4
Software Testing Chap4
Test Management
Test Planning
Test Management
Test Process
Test Reporting
Visit to more Learning Resources
Test Planning
• Test Plan:
– It is a document that describes the scope ,
approach ,resource and schedule required for conducting
test activities.
– Following are the activities done as part of test planning
1. Preparing a Test Plan
2. Scope Management
3. Deciding a Test approach
4. Setting up criteria for testing
5. Identifying Responsibilities
6. Staffing and Training needs
7. Resources requirement
8. Test Deliverables
9. Testing task
1.Preparation of Test Plan
2.Scope Management
3.Deciding a Test approach
4.Setting up criteria for testing
5.Identifying Responsibilities
• Specify no of testing staff and role
• Identify people who will responsible for
acceptance testing
• Identify test team for test environment such as
developers ,tester ,Operational staff ,testing
services etc..
6.Staffing and Training needs
• Based on these the test cases are specified for testing unit.
Formula =
{(No. of requirements added + No. of
requirements deleted + No. of requirements
modified) / No. of initial approved requirements}
* 100
Unit Of measure =
Percentage
Collecting and Analyzing text Metrics
Review Efficiency
Components -
No. of Critical, Major & Minor review defects
- Effort spent on review in hours
- Weightage Factors for defects:
Critical = 1; Major = 0.4; Minor = 0.1
Formula =
(No. of weighted review defects/ Effort spent on reviews)
Unit Of measure =
Defects per person hour
Productivity in Test Execution
Formula =
(No. of test cases executed / Time spent in test
execution)
Unit Of measure =
Test Cases per person per day
Defect Rejection Ratio
Formula =
(No. of defects rejected / Total no. of defects raised) *
100
Unit of Measure =
Percentage
Defect Fix Rejection Ratio
Formula =
(No. of defect fixes rejected / No. of defects fixed) * 100
Unit of Measure =
Percentage
Test summary report
All relevant stakeholders of the Project will be able
to see the health of AUT (application under test).
It will help them to take necessary steps
proactively, if required.
It will to justify the testing effort that testing team
is putting in the project.
It will help in building more mature process
Guidelines:
Guidelines:
It should be published after every test run
cycle
Mention all testing activities
Guidelines:
All reports should be maintained in a
document repository system
Guidelines:
Test summary report Template
Outstanding defect ratio
Formula =
(Total number of open defects/Total number of defects
found) * 100
Unit Of measure =
Percentage