AI Features

How Stateful Properties Run

Understand how stateful properties are executed and how the execution flow works.

We'll cover the following...

Execution of stateful properties

PropEr divides the execution of a stateful test into two phases, one abstract and one real. The abstract phase is used to create a test scenario and is executed without any code from our actual system running. Its whole objective ...

Ask