Types of Software Test Plans
Overview
In this tutorial, we will learn different types of Software Test Plans. A Test Plan is a document prescribing the approach to be taken for intended Software Testing activities.
Master Test Plan
A Master Test Plan is also called as MTP in short form. It outlines the software testing from a high-level system viewpoint. It ties together all levels of Software Testing like:
- Unit test
- Integration test
- System test
- Acceptance test
- Operability, etc
It includes test objectives, test team organization and responsibilities, high-level schedule, test scope, test focus, test levels and types, test facility requirements, and test management procedures and controls.
Detailed Test Plan
Organizations generally have detailed test plans for each testing level. A detailed test plan is for a specific level of Software Testing. It defines what needs to be tested and how it is to be tested at that specific testing level. For Example, Unit Test Plan.
—
Software Testing Tutorials:
https://www.testingdocs.com/software-testing-tutorials/