Leanpub Header

Skip to main content

Filters

Category: "Testing"

Books

  1. Bad Tests, Good Tests
    Bad Tests, Good Tests
    Tomek Kaczanowski

    A short book about writing better tests. Based on real-world examples. Concise & practical.

  2. 轻量级Web应用开发
    轻量级Web应用开发
    Using Ruby and JavaScript
    Juntao Qiu

    这本书将教会你如何将一个idea变成实际的Web应用。从高效的编程工具,开发流程,到敏捷开发中的各种轻量级实践,再到从零开始开发一个具体而微的实例。

  3. SCRUM Developer
    SCRUM Developer
    Manual del alumno
    Mayra Liliana Castorena Luna, Alejandro Garcia Fdz, Jose Arturo Mora Soto, and Arturo Lagunas Inocencio

    Este es el manual del curso de Desarrllo Ágil con Integración Continúa Impartido por los autores. Se cubre TDD, CI, CD

  4. Beginning Java
    Beginning Java
    Dive into the challenging world of software development
    Michael Müller

    Do you like to start with programming apps? Dive into the challenging world of software development with Java. Find out about the basics of the programming language Java as well as programming in common. Learn about software structures and common tasks like testing and improving your software (aka refactoring). Enjoy reading and in practice.

  5. Master Apache JMeter From load testing to DevOps.
    Master Apache JMeter From load testing to DevOps.
    Prefaced by Alexander Podelko
    Philippe Mouawad, Milamber, and Antonio Gomes Rodrigues

    Master performance testing and JMeter with this book written by three members of Apache JMeter's team who are also experts in the performance field.You will deeply understand how to get the most out of it, be more productive and integrate it into your Agile/DevOps processes.

  6. Errors
    Errors
    Bugs, Boo-boos, Blunders
    Gerald M. Weinberg

    Errors drive us crazy. Computers can reduce errors, but in a minute can multiply a single error a million times. To use a computer successfully, you need to know more about errors than you ever imagined.

  7. How To Test
    How To Test
    Mike Talks

    A free book for people new to software testing, which focuses on teaching the basics of the job.

  8. CodeIgniter Testing Guide
    CodeIgniter Testing Guide
    Beginners' Guide to Automated Testing in PHP.
    Kenji Suzuki and Mat Whitney

    "CodeIgniter Testing Guide" is a beginners' guide to automated testing in PHP. We use PHPUnit and write test code for CodeIgniter 3.0 web applications. Knowledge of CodeIgniter is not required, but will make it easier to understand the examples used in this book. You will learn how to set up the testing environment, how to write test code, and how to run tests.

  9. API Testing Recipes in Ruby
    API Testing Recipes in Ruby
    The problem solving guide to API Testing
    Zhimin Zhan

    The API Testing Recipes in Ruby book is a quick problem-solving guide to automated testing APIs such as SOAP and RESTful web services in Ruby language. It contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run test scripts you can use in your own projects.

  10. Apprendre à programmer: par l'exemple

    Introduction à la programmation en utilisant le jeu du bonhomme pendu comme exemple. Le langage de programmation utilisé est le langage Ruby. Aucun connaisance préalable de la programmation n'est requise. Le texte est écrit en anglais et en français en vis-à-vis.

  11. Learning to program: by example.

    The book is an introduction to programming using the hangman game as example. The programming language used to write the code is the Ruby language. No programming knowledge is necessary. The text is written in English and French side by side.

  12. Java KISS Thinker Volume 1: Application of Knowledge

    It’s not what you know, but how you apply what know. The application of knowledge.

  13. Holistic InfoSec For Web Developers, Fascicle 0: Physical and People
    Holistic InfoSec For Web Developers, Fascicle 0: Physical and People
    Creating and maintaining robust technical solutions that will resist attacks from your adversaries
    Kim Carter

    The first part of a three part book series focused on lifting the security knowledge of Software Developers, Engineers, and their teams, so that they can continuously deliver secure technical solutions on time and within budget. Free Online: https://f0.holisticinfosecforwebdevelopers.com

  14. The (Little) QuickCheck Workbook
    The (Little) QuickCheck Workbook
    Experience Property-Based Testing in Haskell
    Willem van den Ende

    What if the computer could write tests for us, with some guidance from us? There are many reasons to learn Haskell. QuickCheck was one of the main reasons for me. Knowing how to use it in anger requires some muscle memory. Muscle memory can be grown by doing some exercises. This book provides those exercises. I've tried learning QuickCheck on a production application, but there is always something else, and little time to really get to the bottom of it.

  15. Selenium WebDriver Recipes in Python
    Selenium WebDriver Recipes in Python
    The problem solving guide to Selenium WebDriver in Python
    Zhimin Zhan

    The Selenium WebDriver Recipes book is a quick problem-solving guide to automated testing web applications with Selenium WebDriver. It contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run test scripts you can use in your own projects.