You are on page 1of 2

Test Plan Template

Like all templates, this document is intended to be customized for the needs of your particular test plan. You should feel free to add and remove sections as necessary.

Test Plan Objectives


Numbered list of objectives to be achieved by testing. The overall objective of unit testing is always to achieve functional correctness, but your objectives should get at a more precise definition of what it means for your application to be functionally correct. [P1] Objective with priority 1 [P1] Objective with priority 1 [P2] Objective with priority 2 [P3] Objective with priority 3

Scope
It is rarely possible to test all features of an application. Use this section to list which features will and will not be tested. For the features that will not be tested, how will you verify correctness?

Features to be tested Features NOT to be tested

Test Strategy
What is your overall approach for testing your code, and which frameworks/technologies will you use?

Test Cases
Feature 1: Feature Name
Test Case ID 1.1 1.2 Test Case Name Steps 1. 2. 3. 1. Step Step Step Step 1 2 3 1 Expected Result

1.3

2. 3. 1. 2. 3.

Step Step Step Step Step

2 3 1 2 3

Feature 2: Feature Name


Test Case ID 2.1 2.2 2.3 Test Case Name Steps 1. 2. 3. 1. 2. 3. 1. 2. 3. Step Step Step Step Step Step Step Step Step 1 2 3 1 2 3 1 2 3 Expected Result

Feature 3: Feature Name


Test Case ID 3.1 3.2 3.3 Test Case Name Steps 1. 2. 3. 1. 2. 3. 1. 2. 3. Step Step Step Step Step Step Step Step Step 1 2 3 1 2 3 1 2 3 Expected Result

Open Issues
1. Open issue #1 2. Open issue #2

You might also like