Understanding system-tests

March 10, 2026 ยท View on GitHub

This section covers the core concepts of system-tests: what the components are, how they fit together, and what types of tests exist.

Architecture

  • Architecture overview -- components, containers, data flow, and what system-tests is good (and bad) at
  • Test flow -- the full test execution flow (setup, wait, test)

Scenarios

Scenarios define what gets tested and how. See the scenarios overview for the full picture, or jump to a specific type:

Weblogs

Weblogs are the test applications that tracers instrument. See the weblogs overview, or:

Reference

  • Glossary -- definitions of pass, fail, xpass, xfail, enabled, disabled

See also