Cargando…

Property-based testing with PropEr, Erlang, and Elixir : find bugs before your users do /

Property-based testing helps you create better, more solid tests with little code. Use the ProER framework in both Erlang and Elixir, to automatically generate test cases, test stateful programs, and change your software designs for more reliable approaches. Explore the problem space better, validat...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hébert, Fred, 1988- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Raleigh : The Pragmatic Bookshelf, [2019]
Colección:Pragmatic programmers.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part 1. The basics. Foundations of property-based testing
  • Writing properties
  • Thinking in properties
  • Custom generators
  • Part 2. Stateless properties in practice. Responsible testing
  • Properties-driven development
  • Shrinking
  • Targeted properties
  • Part 3. Stateful properties. Stateful properties
  • Case study: bookstore
  • State machine properties
  • A1. Solutions
  • A2. Elixir translations
  • A3. Installing postgreSQL
  • A4. Generators reference.