SDM Test Plan: Last Update
SDM Test Plan: Last Update
03/10/2016
Page 1 of 18
SDM Test Plan Template
Executive Summary
Objective
<The objective of this document is to define the test plan of the <Project Name> for
Phase/Release <#. #>>
Overview
<Please include a brief overview of the testing phases here.>
The Table below defines the various test phases and who is responsible for their execution. <If
any of the following test phases are not applicable, or if any additional test phases are planned,
please update the table accordingly.>
Table 1: Test Phases
Phase
Responsible
Perso
n(s)
Description
Unit Test
Developers
Integration Test
System/
Performance
Test
Performance Test
Team
Page 2 of 18
SDM Test Plan Template
The following chart highlights the steps that will be completed as part of each testing phase.
<Please add any additional charts to highlight the various steps in other testing phases.>
Testing Steps
Develop
Test
Cycles
Identify
Test
Conditions
Develop Test
Scenario
Objectives
Preparation
Prioritize Test
Scenarios
Determine
appropriate
coverage
Detail Test
Scenarios,
Scripts,
Results
Identify Test
Data
Scenario
Development
Execute
Test
Scenarios
Log,
Prioritize,
Resolve
Problems
Manage
Environment
Test Execution
Testing Scope
<Describe the scope of testing here i.e., what testing will verify/validate, and how.>
Page 3 of 18
SDM Test Plan Template
Provide
Readiness
Assessment
Objective
<The purpose of unit testing is to find code defects in functions or in a unit of work. Unit testing
is the most efficient, effective, and inexpensive phase in terms of defect detection.>
Depth of Testing
<Unit test plans should cover the technical details of the program. Expected results focus
on internal code and the inputs and the outputs from the code. In-depth, high-quality unit
testing will shorten future testing phases by reducing the defect rate.>
Approach
<The unit test technical approach is to validate the following: internal logic, error handling, field
processing, computations/calculations, data handling/access, range of possible inputs/outputs,
and cross-field edits. Using the application documentation as a guide, the developer moves
through the code he/she has written and ensures all the requirements and the coding standards
have been met. Best practices provide that the developer will engage peers to review his/her
code.>
Page 4 of 18
SDM Test Plan Template
Resources
Requ
ired
Date
Create / Update
Scenarios
Functional
Team Lead
Delivery Responsibilities
Products:
Test Scenarios
Responsibilities:
Functional
Team
Test Data
<List all required test data here to be used in Unit Test.>
Entry Criteria
<List or reference the baselined program specifications, development standards, and other
source documentation that will be the entry criteria for Unit Testing.>
QA/Exit Criteria
<Describe the QA/Exit Criteria of Unit Testing here.>
Updates to specifications made based upon discovery are required and complete
Completed module checked into Microsoft (MS) SourceSafe or maintained in the Project
Folder
Page 5 of 18
SDM Test Plan Template
Preliminary interface testing complete, documented, and maintained in the project folder
Page 6 of 18
SDM Test Plan Template
Developer self-review - The developer must ensure his/her code is functional before
requesting any type of testing. The objective is to reduce the amount of time spent on
corrections later in the process.
Create Unit Test Checklist based on the items being tested as well as the test
scenarios, the Developer works with the project manager/track lead to create the Unit
Test Checklist
Revise and approve Unit Test Checklist the project manager/track lead then revises
and approves the new version of the Unit Test Checklist
Business requirements
Screen standards
Code standards
Page 7 of 18
SDM Test Plan Template
Objective
<System testing ensures that subsystems and interfaces function and interact according to
design. The purpose of integration testing is to verify proper coordinated functioning of the
modules that make up a sub-system. The focus of integration testing is on cross-functional
tests rather than on unit tests within one module.>
Depth of Testing
<This should be prioritized by functionality with more time and resources being invested in
critical areas. During system testing, proper end-to-end functionality needs to be tested and
validated. In addition to testing for proper functioning under normal conditions, testing will
also emphasize responses to bad data, out-of-bounds input, and other abnormal
conditions.>
Approach
<The approach to system testing should model the actual usage of the application in production.
Valid business processes, including inputs and outputs, are executed and validated. Online and
batch activities occur as of a simulated date and time to allow for testing of date/time driven
logic. End-to-end testing needs to be performed to verify the system will function according to
requirements. Environment management is a significant portion of the system test effort.
Managing backups, restores, configuration data migration, build deployments, build
shakedowns, etc., and must be factored into the effort. Integration testing focuses on the valid
interactions of units or driven flow that must execute successfully to satisfy a business process.
This includes but is not limited to: window navigation within a subsystem, data passage within a
subsystem, error handling, security and controls, interfaces and data transfer, and outputs
(reports, forms, and correspondence). This phase includes both positive and negative testing.
In addition, it includes unit test criteria; as well as, criteria that cannot be tested within an
independent unit. It should show that unit components tested now interact correctly according
to the design. Again, the approach may vary for online, batch, package, Internet, etc., modules.
Alternate test approaches; including queries, database validation, etc., may need to be
incorporated.>
Page 8 of 18
SDM Test Plan Template
Resources
Requ
ired
Date
Delivery Responsibilities
Test Data
<List all required test data here to be used in System & Integration Test.>
Entry Criteria
<Describe program specifications/development standards or other items that will be the entry
criteria for System Testing.>
QA/Exit Criteria
<Describe the QA/Exit Criteria of System & Integration Testing here.>
Updated unit, integration, and system test plans based upon discovery
Page 9 of 18
SDM Test Plan Template
Developer self-review - The Developer must ensure that his/her code is functional before
requesting any type of testing. The majority of this self-review will happen while the
Developer is coding the objects. However, it is recommended the Developer take time
to verify the validity of his/her code before moving it along in the testing process to
reduce the amount of time spent on corrections and project Change Requests (CR) later
in the process.
Update application specifications, unit, integration system test plans based upon
discovery
Testing for Functionality - Functionality testing deals with the business requirements of
the application. During this sub-phase, the tester is performing scenarios that attempt to
discover problems in the operation of the application. Problems found here are typically
the most serious, because they directly affect the ability of the application to meet the
demands of the client.
Test for JavaScript Reliance - The application will make heavy use of JavaScript to
validate form data and handle some light processes (such as displaying the current
date.) However, because the client platform will not be standardized, the possibility
exists that the user will not have JavaScript enabled. The application must perform
adequately when this situation occurs. Therefore, it is essential that scenarios be
developed to traverse the application with JavaScript disabled.
This testing must occur after Functionality Testing to gather a baseline of correct
behavior and output when JavaScript is enabled.
Test for Browser Compatibility - The Web-based Worker Interface will support multiple
browsers. Therefore, it is imperative that the application works the same (within reason)
regardless of browser or version. This testing is done after functionality has been proven
so that a baseline of correct operation is available. The current approved version of
Microsoft Internet Explorer will be used as the baseline
Test for Accessibility - The developed site must conform to accessibility guidelines.
Page 10 of 18
SDM Test Plan Template
Business requirements
Screen standards
Code standards
Best practices
System and module standards, e.g., Section 508 compliance, thematic requirements
and documentation requirements
<Add any other planned System & Integration Test activities here.>
Page 11 of 18
SDM Test Plan Template
Objective
<The purpose of Load Testing is to determine whether, or at what point, extreme conditions are
likely to cause system failure.>
Depth of Testing
<This should be prioritized by functionality with more time and resources being invested in
critical areas. Testing should include scenarios simulating maximum hardware and software
usage that are likely to occur infrequently over the life of the application, (e.g., before or after
holidays, during weekends, at months end, at quarters end, or at years-end processing).>
Approach
<The approach should focus on validating the performances and stress with the operations and
business processes that users employ daily.>
Resources
Requ
ired
Date
Delivery Responsibilities
Page 12 of 18
SDM Test Plan Template
Test Data
<List all required test data here to be used in Load Test.>
Entry Criteria
<List any program specifications/development standards, scenarios, or other items that will be
the entry criteria for Load Testing.>
QA/Exit Criteria
<Describe the QA/Exit Criteria of Load Testing here.>
Statement of Results
Deficiencies in testing
Updated Detailed design, Program Specifications, and test plans based upon discovery
Page 13 of 18
SDM Test Plan Template
Objective
<The purpose of User Acceptance Testing (UAT) is to validate that the system is usable and to
gain client sign-off.>
Depth of Testing
<This should be prioritized by functionality with more time and resources being invested in
critical areas. In addition to testing for proper functioning under normal conditions, testing will
also emphasize responses to bad data, out-of-bounds input, and other unusual conditions.>
Approach
<The approach focus on validating the system interaction with the operations and business
processes users employ daily and to verify that the requirements are met.>
Resources
Requ
ired
Date
Delivery Responsibilities
Page 14 of 18
SDM Test Plan Template
Test Data
<List all required test data here to be used in User Acceptance Test.>
Entry Criteria
<List any program specifications/development standards, predefined scenarios, or other items
that will be the entry criteria for User Acceptance Testing.>
QA/Exit Criteria
<Describe the QA/Exit Criteria of User Acceptance Testing here.>
Interface requirements
Page 15 of 18
SDM Test Plan Template
Page 16 of 18
SDM Test Plan Template
Meaning
DEV
Development
INTG
SAT
UAT
USR
User Administration
TFP
TRN
Training
All System Acceptance Testing will take place at the following location:
Page 17 of 18
SDM Test Plan Template
Sept.
Sun
Mon
Tue
Wed
Thu
1
Fri
2
Sat
3
Unit
Testing in
Progress
4
10
INTG
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SAT
25
26
27
28
29
Page 18 of 18
SDM Test Plan Template
30