A short book about writing better tests. Based on real-world examples. Concise & practical.
这本书将教会你如何将一个idea变成实际的Web应用。从高效的编程工具,开发流程,到敏捷开发中的各种轻量级实践,再到从零开始开发一个具体而微的实例。
Este es el manual del curso de Desarrllo Ágil con Integración Continúa Impartido por los autores. Se cubre TDD, CI, CD
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.
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.
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.
A free book for people new to software testing, which focuses on teaching the basics of the job.
"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.
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.
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.
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.
It’s not what you know, but how you apply what know. The application of knowledge.
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
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.
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.