Parallel Tests
Explore how to write and run parallel property-based tests with PropEr in Erlang. This lesson demonstrates adapting stateful properties for concurrent scenarios to uncover potential issues. You will understand the limitations and considerations of parallel testing, including transaction behaviors and concurrency safety in database interactions.
We'll cover the following...
We'll cover the following...
As with the last chapter, the ...