Testing System/Unit Behaviour Using Traces/Logs/Signals

I remember there was a talk about testing the behavior of a system through traces (logs, for example) in Code BEAM Stockholm.

I wonder if there are academic studies about this approach for testing the behavior of a system. Any references are much appreciated!

1 Like

The repository mentioned earlier: snabbkaffe.

1 Like

Here is the more up to date repo: GitHub - kafka4beam/snabbkaffe: Distributed trace-based test framework with fault injection

And a practical example: Chaos engineering, model checking and more: advanced testing of Erlang and Elixir applications | EMQ

3 Likes