Test Plan Template (Sample Document Example)

Test Plan Template is a detailed document that describes the test strategy, objectives, schedule, estimation and deliverables, and resources required for testing. Test Plan helps us determine the effort needed to validate the quality of the application under test. The test plan serves as a blueprint to conduct software testing activities as a defined process which is minutely monitored and controlled by the test manager.

Creating a Test Plan is mandatory to ensure success of your Software testing project.If you are new to Test Planning refer this tutorial on How to Create a Test Plan

Test Plan Template

Below find important constituents of a test plan-

1) Introduction

Brief introduction of the test strategies, process, workflow and methodologies used for the project

1.1) Scope

Scope defines the features, functional or non-functional requirements of the software that will be tested

1.1.2) Out of Scope

Out Of Scope defines the features, functional or non-functional requirements of the software that will NOT be tested

1.2) Quality Objective

Here make a mention of the overall objective that you plan to achive with your manual testing and automation testing.

Some objectives of your testing project could be

1.3) Roles and Responsibilities

Detail description of the Roles and responsibilities of different team members like

RELATED ARTICLES

2) Test Methodology

2.1) Overview

Mention the reason of adopting a particular test methodology for the project. The test methodology selected for the project could be

The methodology selected depends on multiple factors. You can read about Test Methodology here

2.2) Test Levels

Test Levels define the Types of Testing to be executed on the Application Under Test (AUT). The Testing Levels primarily depends on the scope of the project, time and budget constraints.

2.3) Bug Triage

The goal of the triage is to

2.4) Suspension Criteria and Resumption Requirements

Suspension criteria define the criteria to be used to suspend all or part of the testing procedure while Resumption criteria determine when testing can resume after it has been suspended

2.5) Test Completeness

Here you define the criterias that will deem your testing complete.

For instance, a few criteria to check Test Completeness would be

3) Test Deliverables

Here mention all the Test Artifacts that will be delivered during different phases of the testing lifecycle.

Here are the simple deliverables

4) Resource & Environment Needs

4.1) Testing Tools

Make a list of Tools like

Required to test the project

4.2) Test Environment

It mentions the minimum hardware requirements that will be used to test the Application.

Following software’s are required in addition to client-specific software.

5) Terms/Acronyms

Make a mention of any terms or acronyms used in the project

TERM/ACRONYM DEFINITION
API Application Program Interface
AUT Application Under Test

Sample Test Plan Document Banking Web Application Example

1 Introduction

The Test Plan is designed to prescribe the scope, approach, resources, and schedule of all testing activities of the project Guru99 Bank.

The plan identify the items to be tested, the features to be tested, the types of testing to be performed, the personnel responsible for testing, the resources and schedule required to complete testing, and the risks associated with the plan.

1.1 Scope

1.1.1 In Scope

All the feature of websiteGuru99 Bank which were defined in software requirement specs are need to be tested

Module Name Applicable Roles Description
Balance Enquiry Manager Customer Customer: A customer can have multiple bank accounts. He can
view balance of his accounts only
Manager: A manager can view balance of all the customers who
come under his supervision
Fund Transfer Manager Customer Customer: A customer can have transfer funds from his “own”
account to any destination account.
Manager: A manager can transfer funds from any source bank
account to destination account
Mini Statement Manager Customer A Mini statement will show last 5 transactions of an account
Customer: A customer can see mini-statement of only his “own”
accounts
Manager: A manager can see mini-statement of any account
Customized Statement Manager Customer A customized statement allows you to filter and display
transactions in an account based on date, transaction value
Customer: A customer can see Customized- statement of only
his “own” accounts
Manager: A manager can see Customized -statement of any
account
Change Password Manager Customer Customer: A customer can change password of only his account.
Manager: A manager can change password of only his account.
He cannot change passwords of his customers
New Customer Manager Manager: A manager can add a new customer.
Manager Manager: A manager can edit details like address, email,
telephone of a customer.
New Account Manager Currently system provides 2 types of accounts
• Saving
• Current
A customer can have multiple saving accounts (one in his name,
other in a joint name etc).
He can have multiple current accounts for different companies
he owns.
Or he can have a multiple current and saving accounts.
Manager: A manager can add a new account for an existing
customer.
Edit Account Manager Manager: A manager can add a edit account details for an existing account
Delete Account Manager Manager: A manager can add a delete an account for a customer.
Delete Customer Manager A customer can be deleted only if he/she has no active current or saving accounts
Manager: A manager can delete a customer.
Deposit Manager Manager: A manager can deposit money into any account.
Usually done when cash is deposited at a bank branch.
Withdrawal Manager Manager: A manager can withdraw money from any account.
Usually done when cash is withdrawn at a bank branch.

1.1.2 Out of Scope

These feature are not be tested because they are not included in the software requirement specs

1.2 Quality Objective

The test objectives are to verify the Functionality of website Guru99 Bank, the project should focus on testing the banking operation such as Account Management, Withdrawal, and Balance…etc. to guarantee all these operation can work normally in real business environment.

1.3 Roles and Responsibilities

The project should use outsource members as the tester to save the project cost.

No. Member Tasks
1. Test Manager Manage the whole project
Define project directions
Acquire appropriate resources
2. Test Identifying and describing appropriate test techniques/tools/automation architecture Verify and assess the Test Approach
Execute the tests, Log results, Report the defects.
Outsourced members
3. Developer in Test Implement the test cases, test program, test suite etc.
4. Test Administrator Builds up and ensures test environment and assets are managed and maintained
Support Tester to use the test environment for test execution
5. SQA members Take in charge of quality assurance
Check to confirm whether the testing process is meeting specified requirements

2 Test Methodology

2.1 Overview

2.2 Test Levels

In the project Guru99 Bank, there’re 3 types of testing should be conducted.

2.3 Bug Triage

2.4 Suspension Criteria and Resumption Requirements

If the team members report that there are 40% of test cases failed, suspend testing until the development team fixes all the failed cases.

2.5 Test Completeness

2.6 Project task and estimation and schedule

Task Members Estimate effort
Create the test specification Test Designer 170 man-hour
Perform Test Execution Tester, Test Administrator 80 man-hour
Test Report Tester 10 man-hour
Test Delivery 20 man-hour
Total 280 man-hour

Schedule to complete these tasks

3 Test Deliverables

Test deliverables are provided as below

Before testing phase

During the testing

– Test Tool Simulators.

– Test Trace-ability Matrix – Error logs and execution logs.

After the testing cycles is over

4 Resource & Environment Needs

4.1 Testing Tools

No. Resources Descriptions
1. Server Need a Database server which install MySQL server
Web server which install Apache Server
2. Test tool Develop a Test tool which can auto generate the test result to the predefined form and automated test execution
3. Network Setup a LAN Gigabit and 1 internet line with the speed at least 5 Mb/s
4. Computer At least 4 computer run Windows 7, Ram 2GB, CPU 3.4GHZ

4.2 Test Environment

It mentions the minimum hardware and software requirements that will be used to test the Application.

Following software’s are required in addition to client-specific software.

You Might Like: