Skip to content

Instantly share code, notes, and snippets.

@mparker17
Last active May 28, 2022 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mparker17/6378387 to your computer and use it in GitHub Desktop.
Save mparker17/6378387 to your computer and use it in GitHub Desktop.
My manual–test-case template. Special thanks to @RitikaThakur and @akshaybarve!
h1. Manual test case
Objective: <what's the purpose of the test>
h2. Environment
* <codebase and database>
h2. Pre-conditions
# <environment setup>
# <any tests that need to be run first>
h2. Direct URL(s)
# <URLs that will be used in the test steps>
h2. Input data
# <some sort of title>
#* <data>
h2. Prerequisites
# <instructions for setting up test>
h2. Instructions
|| Step No. || Step description || Expected result ||
| 1. | <what a tester should do> | <what a tester should see when they do that> |
h2. Notes
* <any notes>

Objective: {what's the purpose of the test}

Environment

  • {codebase and database}

Pre-conditions

  1. {environment setup}
  2. {any tests that need to be run first}

Direct URL(s)

  1. {URLs that will be used in the test steps}

Input data

  1. {some sort of title}
    • {data}

Prerequisites

  1. {instructions for setting up test}

Instructions

Step No.Step descriptionExpected result
1.{what a tester should do}{what a tester should see when they do that}

Notes

  • {any notes}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment