Skip to content

Instantly share code, notes, and snippets.

@avishnyak
Created September 1, 2021 22:22
Show Gist options
  • Save avishnyak/251ba33330dbcd7e5a939b6f68e59aa5 to your computer and use it in GitHub Desktop.
Save avishnyak/251ba33330dbcd7e5a939b6f68e59aa5 to your computer and use it in GitHub Desktop.
Test Case Template

Scenario: ... what behavior will be tested ... Given ... conditions ... When ... actions ... Then ... expected results ...

Actions:

  1. item
  2. item
  3. item

Expected results:

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