Home - davidkhala/tests GitHub Wiki

Welcome to the tests wiki!

The bodies of test typically perform these three actions:

  • Set up any needed data or state.
  • Run the target you want to test.
  • Assert the results are what you expect.

smartbear