Skip to content

Instantly share code, notes, and snippets.

@lucasepe
Last active June 26, 2024 03:38
Show Gist options
  • Select an option

  • Save lucasepe/269e1166993f29dd4edd85b35bdccd14 to your computer and use it in GitHub Desktop.

Select an option

Save lucasepe/269e1166993f29dd4edd85b35bdccd14 to your computer and use it in GitHub Desktop.
Test Case Template

[TC-ID] : Title of the test

Description

The description should tell the tester what they’re going to test and include any other pertinent information such as the test environment, test data, and preconditions/assumptions.

Precondition

Any preconditions that must be met prior to the test being executed.

Assumptions

Any assumptions that apply to the test

Test Steps

The test steps should include the data and information on how to execute the test.

This is perhaps the most important part of a test case.

Keep this section clear and concise (a list would be fine), but don’t leave out any necessary details.

Expected Result

The expected result tells the tester what they should experience as a result of the test steps.

This is how the tester determines if the test case is a “pass” or “fail”.

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