Property-Based Testing with PropEr, Erlang, and Elixir

Property-Based Testing with PropEr, Erlang, and Elixir
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 497
Release :
ISBN-10 : 9781680506549
ISBN-13 : 1680506544
Rating : 4/5 (49 Downloads)

Book Synopsis Property-Based Testing with PropEr, Erlang, and Elixir by : Fred Hebert

Download or read book Property-Based Testing with PropEr, Erlang, and Elixir written by Fred Hebert and published by Pragmatic Bookshelf. This book was released on 2019-01-17 with total page 497 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 ElixirFor Erlang tests: Erlang/OTP >= 20.0, with Rebar >= 3.4.0For Elixir tests: Erlang/OTP >= 20.0, Elixir >= 1.5.0


Property-Based Testing with PropEr, Erlang, and Elixir Related Books

Property-Based Testing with PropEr, Erlang, and Elixir
Language: en
Pages: 497
Authors: Fred Hebert
Categories: Computers
Type: BOOK - Published: 2019-01-17 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

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 yo
Property-based Testing with PropEr, Erlang, and Elixir
Language: en
Pages: 367
Authors: Fred Hébert
Categories: Computer software
Type: BOOK - Published: 2019 - Publisher:

DOWNLOAD EBOOK

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 yo
Software Engineering for Agile Application Development
Language: en
Pages: 330
Authors: Pang, Chung-Yeung
Categories: Computers
Type: BOOK - Published: 2020-02-14 - Publisher: IGI Global

DOWNLOAD EBOOK

As the software industry continues to evolve, professionals are continually searching for practices that can assist with the various problems and challenges in
Programming Elm
Language: en
Pages: 368
Authors: Jeremy Fairbank
Categories: Computers
Type: BOOK - Published: 2019-07-02 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Elm brings the safety and stability of functional programing to front-end development, making it one of the most popular new languages. Elm's functional nature
Programmer Passport: OTP
Language: en
Pages: 100
Authors: Bruce Tate
Categories: Computers
Type: BOOK - Published: 2022-06-22 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

OTP is the heart of the rapidly growing Elixir, the functional language at the heart of Phoenix and LiveView. OTP enables exciting concurrent applications with