Leanpub Header

Skip to main content

Filters

Category: "Automated Software Testing"

Automated Software Testing

  1. Python Combat Guide
    Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.

  2. Writing Maintainable Unit Tests
    Writing Maintainable Unit Tests
    Mastering the art of loosely coupled unit tests
    Jan Van Ryswyck

    The practice of Test-Driven Development has proven to be one of the major differentiators in writing quality software. Based on 15+ years of experience, this book is my attempt to teach about the heuristics that are involved when writing loosely coupled, maintainable and readable unit tests.

  3. Automation in Testing
    Automation in Testing
    Effective and sustainable
    Martin Gijsen
    No Description Available
  4. Руководство сердитого программиста по тестированию PHP-приложений

    Узнайте, как сердитый программист подходит к тестированию PHP-приложений, рассматривая как технические, так и базовые навыки, которые необходимо изучить, чтобы тестирование стало для вас обычным делом, а не проблемой.

  5. Testes Unitários com JUnit 5
    Testes Unitários com JUnit 5
    Aprenda na prática como escrever e executar testes unitários
    Marcelo De Bittencourt

    Quer aprender desde o zero como escrever e executar testes unitários automatizados? Neste livro você aprenderá a criar um software-alvo dos testes de maneira simples. Então construirá passo-a-passo seus testes unitários automatizados para validar cada método da classe de seu software-alvo.

  6. Testing  in Python
    Testing in Python
    Noah Gift and Alfredo Deza

    Noah and Alfredo have decades of experience testing with Python in major production environments. Learn from the best on how to get started and advance your automation with easy examples and code to follow up.

  7. Testing Node.js Applications
    No Description Available
  8. Advent of Go Microservices

    Writing good services in Go can be a challenge - you have to write out your database structures, unit and integration testing with CI to see what breaks, keep them updated with migrations, define your API endpoints and routing, update your documentation - all of these things keep you from building your service. Let's be smart about it.

  9. Write a compiler for brainfunk

    Do you know what are the tools programmers use?Do you know how to write such tools?The book implements those tools for a very simple language and does so with less than 150 pages...

  10. Agile Testing Coaching Cards
    Agile Testing Coaching Cards
    Print your own cards!
    Ben Linders

    Agile Testing Coaching Cards for teams to explore their way of testing and define actions to improve it. For agile teams, developers and testers, Tech leads, test consultants, Architects, Product Owners, Scrum masters, Agile coaches, and anyone involved or being responsible for testing software or delivering high-quality products.

  11. Искусство Автоматизации с Selene

    Практическое руководство по искусству автоматизации тестирования пользовательского интерфейса веб приложений с Python + Selene для начинающих и опытных автоматизаторов. Большое внимание уделено рефакторингу, написанию чистых, простых и легких в поддержке тестов. Книга построена в виде сборника практических заданий и упражнений по Методу Кейсов.

  12. The Grumpy Programmer's Guide To Testing PHP Applications
    The Grumpy Programmer's Guide To Testing PHP Applications
    16 years of testing advice to help you learn to test your PHP code no matter what framework you use
    Chris Hartjes

    Learn how a Grumpy Programmer approaches testing PHP applications, covering both the technical and core skills you need to learn in order to make testing just a thing you do instead of a thing you struggle with.

  13. API on Rails 6 (French)
    API on Rails 6 (French)
    Apprenez les meilleures pratiques pour construire une API en utilisant Ruby on Rails 5. L'intention avec ce livre n'est pas seulement de vous apprendre comment construire une API avec Rails. Le but est également de vous apprendre à construire des API évolutives et maintenables avec Rails ce qui signifie améliorer vos connaissances actuelles sur les rails. Dans ce livre, vous apprendrez à : - Utiliser Git pour le contrôle de version - Construire des réponses JSON - Tester vos points d'entrées avec des tests unitaires et fonctionnels - Mettre en place une authentification avec des JSON Web Tokens (JWT) - Utiliser les spécifications JSON:API - Optimiser et mettre en cache l’API
    Alexandre Rousseau

    Apprenez les meilleures pratiques pour construire une API en utilisant Ruby on Rails 6. L'intention avec ce livre n'est pas seulement de vous apprendre comment construire une API avec Rails, le but est de vous apprendre à construire des API évolutives et maintenables avec Rails. Cela signifie améliorer vos connaissances actuelles sur les rails

  14. API on Rails 6
    API on Rails 6
    Learn best practice to build an API using Ruby on Rails 6. The intention with this book it’s not only to teach you how to build an API with Rails. The purpose is also to teach you how to build scalable and maintainable API with Rails which means improve your current Rails knowledge. In this book you will learn to: - Use Git for version control - Building JSON responses - Test your end-points with unit and functional tests - Set up authentication with JSON Web Tokens (JWT) - Optimize and cache the API
    Alexandre Rousseau

    Learn best practice to build an API using Ruby on Rails 6. The intention with this book it’s not only to teach you how to build an API with Rails. The purpose is also to teach you how to build scalable and maintainable API with Rails which means improve your current Rails knowledge

  15. Property-Based Testing in a Screencast Editor
    Property-Based Testing in a Screencast Editor
    Case Studies from Komposition
    Oskar Wickström

    Read the case studies and learn how property-based testing uncovered subtle bugs in a complex GUI application.