-
Notifications
You must be signed in to change notification settings - Fork 1
Manual tests
Craig Clark edited this page Jul 6, 2023
·
1 revision
Write manual tests here. Use the following template:
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
- given a condition you need to meet to perform the test
- and another condition you need to meet to perform the test
- and another condition you need to meet to perform the test
- when the action to take
- and another action you need to take
- Then The result you expect to see for the test to pass