Leanpub Header

Skip to main content

Filters

Category: "Testing"

Books

  1. Złe testy, dobre testy
    Tomek Kaczanowski

    Krótka książka o tym jak pisać lepsze testy. Oparta na prawdziwych przykładach kodu. Zwięzła i praktyczna do bólu.

  2. Bad Tests, Good Tests
    Tomek Kaczanowski

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

  3. What to Look for in a Code Review
    Effective tips for reviewing code
    Trisha Gee

    Effective Code Review Tips and Tricks

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

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

  5. 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

  6. There's so much you need to learn in order to start testing your PHP code that you don't know where to begin. Wouldn't it be great if someone who has already done it could share what they've learned? In "Minimum Viable Tests" long-time PHP testing evangelist Chris Hartjes goes over what he feels is the minimum you need to know to get started.

  7. 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.

  8. 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.

  9. 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.

  10. How To Test
    Mike Talks

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

  11. 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.

  12. 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.

  13. 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.

  14. 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.

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