Search⌘ K
AI Features

Parallel Tests

Explore how to implement parallel tests using stateful properties to detect concurrency issues in a PostgreSQL-based Elixir bookstore application. Learn the limitations of these tests, how transactions affect concurrency, and prepare for advanced state machine properties in your testing workflow.

We'll cover the following...

As with the last chapter, the parallel version of our ...