Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ruletests are the first and best way to debug and track down problems even before logs. Every rulesheet should have at least one ruletest with the exception of the fixed rulesheet. In addition, rule statements should be filled for every combination to help debug what rules were when running ruletests or at runtime.

You cannot have multiple separate tests in a single rulesheet and they must be separated to several ruletest files with the _Test<number>.ert suffix. Alternatively, use a single ruletest that can combines or triggers multiple rule conditions and actions.

...