Skip to content
David Liu edited this page Jul 10, 2024 · 4 revisions

Welcome to the tests wiki!

Concept

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

Clone this wiki locally