Skip to content

Manual tests

Craig Clark edited this page Jul 6, 2023 · 1 revision

Write manual tests here. Use the following template:

Name of feature being tested

Reference: a link to the issue #

Reason: Why is this manual test required instead of an automated test

Overview: As a … I need to …

Scenario: The thing you are trying to test

  1. given a condition you need to meet to perform the test
  2. and another condition you need to meet to perform the test
  3. and another condition you need to meet to perform the test
  4. when the action to take
  5. and another action you need to take
  6. Then The result you expect to see for the test to pass
Clone this wiki locally