what is the difference between test strategy and test plan?
Answer Posted / shwetketu rastogi
Test Strategy
A Test Strategy document is a high level document and
normally developed by project manager. This document defines
“Testing Approach” to achieve testing objectives. The Test
Strategy is normally derived from the Business Requirement
Specification document.
The Test Stategy document is a static document meaning that
it is not updated too often. It sets the standards for
testing processes and activities and other documents such as
the Test Plan draws its contents from those standards set in
the Test Strategy Document.
Some companies include the “Test Approach” or “Strategy”
inside the Test Plan, which is fine and it is usually the
case for small projects. However, for larger projects, there
is one Test Strategy document and different number of Test
Plans for each phase or level of testing.
Components of the Test Strategy document
1) Scope and Objectives: The purpose of testing in an
organization
2) Business issues: Budget control for testing
3) Roles and responsibilities: Names of jobs in the testing
team and their responsibilities
4) Communication and status reporting: Required negotiation
between two jobs in a team
5) Test deliverability: Names of the testing documents to be prepared by the Testing Team.
6) Industry standards to follow
7) Test automation and tools: Availability of testing tools
and purpose of automation
8) Testing measurements and metrices or Testing Approach: That is the TRM ( Test responsibility Matrix)
9) Risks and mitigation: Expected failures during testing and solutions to overcome
10) Defect reporting and tracking: required negotiation
between testing and development teams
11) Change and configuration management: How to handle sudden changes in customer requirements.
12) Training plan
Test Plan
The Test Plan document on the other hand, is derived from
the Product Description, Software Requirement Specification
SRS, or Use Case Documents.
The Test Plan document is usually prepared by the Test Lead
or Test Manager and the focus of the document is to describe
what to test, how to test, when to test and who will do what
test.
It is not uncommon to have one Master Test Plan which is a
common document for the test phases and each test phase have
their own Test Plan documents.
There is much debate, as to whether the Test Plan document
should also be a static document like the Test Strategy
document mentioned above or should it be updated every often
to reflect changes according to the direction of the project
and activities.
My own personal view is that when a testing phase starts
and the Test Manager is “controlling” the activities, the
test plan should be updated to reflect any deviation from
the original plan. After all, Planning and Control are
continuous activities in the formal test process.
on the other hand TEST PLAN is a document which defines
basically..
1) what to test?
2) how to test ?
3) when to test ?
4) who to test?
1)Test Plan id: Unique number or name
2)Introduction: About project
3)Test items: Names of all modules in the project.
4)Features to be tested:
5)Features not to be tested
6)Test techniques/Approach: finalized TRM, selected testing
techniques
7)Testing tasks
8)Suspension criteria
9)Entry Criteria : When testing can be started
10)Exit Criteria : when testing can be stopped
11)Features pass or fail criteria
12)Test environment: The environment where the test is to be carried out.
13)Test delivarables
14)Staff and training needs
15)Responsibilities
16)Schedule (project staring and end dates etc.)
This is a standard approach to prepare test plan and test
strategy documents, but things can vary company-to-company
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is regression testing? When to apply it?
What is defect validity ratio?
What are the uses of test plans? What is the need of test plans and explain their significance
What is smoke testing and what is sanity?
What is the difference between GUI Testing,UI testing and Usability TEsting
What are differences in testing a client server and a web application?
What is exploratory testing and when should it be performed?
What's the relationship between environment reality and test phases?
What do you think the role of test-group manager should be? Relative to senior management?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What are bug leakage and bug release?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
When do we perform smoke testing?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
what are metrics and what are metrics did u collect in you are project