Skip to content

Instantly share code, notes, and snippets.

@seriema
Created November 19, 2015 09:25
Show Gist options
  • Save seriema/46a0980c25eecec85ec8 to your computer and use it in GitHub Desktop.
Save seriema/46a0980c25eecec85ec8 to your computer and use it in GitHub Desktop.
Basic test templates

Precondition

[any specific settings before testing? other test data than usual? etc]

Test steps

  1. [simple actions to perform, keep them short]
  2. [continue as needed, preferably one action per step]
  3. [etc]

Expected result

[the steps should have lead to this end result]

[just copy or referense the test case, if any changes were done to show this particular bug then create a new test case with it and use that instead]

Actual result

[but the steps lead to this end result instead, so it's wrong] [include screenshots, videos, anything that can make things clearer]

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