Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sajeshsf
Forked from DanElliott/test-plan.md
Created September 13, 2021 04:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajeshsf/c7a0d38e7e675c92aa51138dc2a2b59d to your computer and use it in GitHub Desktop.
Save sajeshsf/c7a0d38e7e675c92aa51138dc2a2b59d to your computer and use it in GitHub Desktop.
A simple test plan document in markdown format

Test Plan Document

IDENTIFICATION INFORMATION SECTION

PRODUCT

  • Product Name: {product name}
  • Product Line Portfolio: Insurance

PROJECT DESCRIPTION

A short concise project description

TEST PERSONNEL

  • {list of test personnel}

PROGRAMMERS

  • {test of programmers}

UNIT TEST SECTION

UNIT TEST STRATEGY / EXTENT OF UNIT TESTING:

Evaluate new features and bug fixes introduced in this release

UNIT TEST CASES

# OBJECTIVE INPUT EXPECTED RESULTS TEST DELIVERABLES
1

REGRESSION TEST SECTION

Ensure that previously developed and tested software still performs after change.

REGRESSION TEST STRATEGY

Evaluate all reports introduced in previous releases

REGRESSION TEST CASES

# OBJECTIVE INPUT EXPECTED RESULTS OBSERVED
1

INTEGRATION TEST SECTION

Combine individual software modules and test as a group.

INTEGRATION TEST STRATEGY AND EXTENT OF INTEGRATION TESTING

Evaluate all integrations with locally developed shared libraries, with consumed services, and other touch points.

INTEGRATION TEST CASES

# OBJECTIVE INPUT EXPECTED RESULTS TEST DELIVERABLES
1

USER ACCEPTANCE TEST SECTION (To be completed by the business office)

Verify that the solution works for the user

USER ACCEPTANCE TEST STRATEGY

{Explain how user acceptance testing will be accomplished}

USER ACCEPTANCE TEST CASES

# TEST ITEM EXPECTED RESULTS ACTUAL RESULTS DATE
1

Appendix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment