Property-Based Testing with PropEr, Erlang, and Elixir: Find Bugs Before Your Users Do
Fred Hebert
- 出版商: Pragmatic Bookshelf
- 出版日期: 2019-02-12
- 定價: $1,520
- 售價: 9.0 折 $1,368
- 語言: 英文
- 頁數: 250
- 裝訂: Paperback
- ISBN: 1680506218
- ISBN-13: 9781680506211
-
相關分類:
函數式程式語言 Functional-programming
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$980$774 -
$690$587 -
$680$578 -
$580$458 -
$403代碼的未來
-
$780$616 -
$520$442 -
$480$379 -
$520$406 -
$680$537 -
$580$458 -
$454Erlang 程序設計, 2/e (Programming Erlang: Software for a Concurrent World, 2/e)
-
$480$408 -
$270$257 -
$474$450 -
$352OpenACC 並行編程實戰
-
$658多核與 GPU 編程:工具、方法及實踐
-
$2,070Oracle Database 12c Release 2 Performance Tuning Tips & Techniques (Oracle Press)
-
$894$849 -
$580$406 -
$301Linux 二進制分析
-
$403OpenACC並行程序設計:性能優化實踐指南
-
$587高伸縮性系統 : Erlang/OTP 大型分佈式容錯設計
-
$534$507
商品描述
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