𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Property-Based Testing with PropEr, Erlang, and Elixir

✍ Scribed by Fred Hebert


Publisher
Pragmatic Bookshelf
Year
2019
Tongue
English
Leaves
367
Series
The Pragmatic Programmers
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Property-based testing helps you create better, more solid tests with little code. By using the PropEr framework in both Erlang and Elixir, this book teaches you how to automatically generate test cases, test stateful programs, and change how you design your software for more principled and reliable approaches. You will be able to better explore the problem space, validate the assumptions you make when coming up with program behavior, and expose unexpected weaknesses in your design. PropEr will even show you how to reproduce the bugs it found. With this book, you will be writing efficient property-based tests in no time.
Most tests only demonstrate that the code behaves how the developer expected it to behave, and therefore carry the same blind spots as their authors when special conditions or edge cases show up. Learn how to see things differently with property tests written in PropEr.
Start with the basics of property tests, such as writing stateless properties, and using the default generators to generate test cases automatically. More importantly, learn how to think in properties. Improve your properties, write custom data generators, and discover what your code can or cannot do. Learn when to use property tests and when to stick with example tests with real-world sample projects. Explore various testing approaches to find the one that's best for your code. Shrink failing test cases to their simpler expression to highlight exactly what breaks in your code, and generate highly relevant data through targeted properties. Uncover the trickiest bugs you can think of with nearly no code at all with two special types of properties based on state transitions and finite state machines.
Write Erlang and Elixir properties that generate the most effective tests you'll see, whether they are unit tests or complex integration and system tests.

What You Need
β€’ Basic knowledge of Erlang, optionally Elixir
β€’ For Erlang tests: Erlang/OTP >= 20.0, with Rebar >= 3.4.0
β€’ For Elixir tests: Erlang/OTP >= 20.0, Elixir >= 1.5.0

✦ Subjects


Elixir; Erlang; Testing; Property-Based Testing; Properties-Driven Development


πŸ“œ SIMILAR VOLUMES


Erlang and Elixir for Imperative Program
✍ Wolfgang Loder πŸ“‚ Library πŸ“… 2016 πŸ› Apress 🌐 English

Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author’s experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You will g

Erlang and Elixir for Imperative Program
✍ Wolfgang Loder (auth.) πŸ“‚ Library πŸ“… 2016 πŸ› Apress 🌐 English

<p><p>Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author’s experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You

Testing Elixir: Effective and Robust Tes
✍ Andrea Leopardi, Jeffrey Matthias πŸ“‚ Library πŸ“… 2021 πŸ› Pragmatic Bookshelf 🌐 English

<div><p>Elixir offers new paradigms, and challenges you to test in unconventional ways. Start with ExUnit: almost everything you need to write tests covering all levels of detail, from unit to integration, but only if you know how to use it to the fullest - we'll show you how. Explore testing Elixir

Testing Elixir: Effective and Robust Tes
✍ Andrea Leopardi, Jeffrey Matthias πŸ“‚ Library πŸ“… 2021 πŸ› Pragmatic Bookshelf 🌐 English

<div><p>Elixir offers new paradigms, and challenges you to test in unconventional ways. Start with ExUnit: almost everything you need to write tests covering all levels of detail, from unit to integration, but only if you know how to use it to the fullest - we'll show you how. Explore testing Elixir

Testing Elixir: Effective and Robust Tes
✍ Andrea Leopardi, Jeffrey Matthias πŸ“‚ Library πŸ“… 2021 πŸ› Pragmatic Bookshelf 🌐 English

<div><p>Elixir offers new paradigms, and challenges you to test in unconventional ways. Start with ExUnit: almost everything you need to write tests covering all levels of detail, from unit to integration, but only if you know how to use it to the fullest - we'll show you how. Explore testing Elixir