8.test Strategy
8.test Strategy
Test strategy means “How you are going to test the application?” You need to
mention the exact process/strategy that you are going to follow when you will get
the application for testing.
According to IEEE Standard 829-2008, the Strategy plan is a sub-item of a test
plan.
1. Include product background in the test strategy document. In the first paragraph
of your test strategy document answer – Why stakeholders want to develop this
project?This will help to understand and prioritize things quickly.
2. List all important features you are going to test. If you think some features
are not part of this release then mention those features under “Features not to
be tested label.”
3. Write down the test approach for your project. Clearly, mention what types of
testing you are going to conduct?
i.e. Functional testing, UI testing, Integration testing, Load/Stress testing,
Security testing, etc.
4. Answer questions like how you are going to perform functional testing? Manual or
automation testing? Are you going to execute all test cases from your test
management tool?
5. Which bug tracking tool you are going to use? What will be the process when you
will find a new bug?
7. How will you track your testing progress? What metrics are you going to use for
tracking test completion?
8. Task distribution – Define the roles and responsibilities of each team member.
9. What documents will you produce during and after the testing phase?
## Key Differernces
1.Test Plan is a document that describes the scope, objective and weight on
software testing task whereas Test Strategy describes how testing needs to be done.
2.Test Plan is used at the project level whereas Test Strategy is used at the
organization level.
3.Test Plan has the primary goal of how to test, when to test and who will verify
whereas Test Strategy has the primary goal of what technique to follow and which
module to check.
4.Test Plan can be changed whereas Test Strategy can’t change.
5.Test Plan is carried out by the test manager whereas the Test Strategy is carried
out by the project manager.