Humans vs Computers is a book about ordinary people caught between wrong assumptions and computer bugs. You’ll read about humans who are invisible to machines, how a default password once caused a zombie apocalypse and why airlines sometimes give away free tickets. This is also a book on how to prevent, avoid and reduce the impact of such problems.
With the release of PHP 7, Object-Orientation has matured significantly in PHP. This book acts as a guide to using mature OOP practices in modern PHP to build and refactor modern web and API applications.
A Practical Guide to Testing in DevOps offers direction and advice to anyone involved in testing in a DevOps environment. You can read the reviews or check out the Reader Testimonials below.
In these digital pages you'll find insightful vignettes reminding us that there are humans behind even the most technological industries. This book contains perspectives and first-hand experiences from members of the South African software testing community. A glimpse of what’s meaningful to the people on the other side of the keyboard.
The real trick to understanding how to test your computer programs is understanding testing is really about people.
Learn practical insights on how testability can help bring teams together to observe, control and understand the systems they build, enabling them to better meet customer needs, and achieve a transparent level of quality and predictability of delivery.
A practical guide to developing high quality applications using NodeJs; and shows how to set things up such that you ensure that its quality can be verified. It is about having confidence in your applications. Primarily aimed at developers who have already developed NodeJs applications, and want to "do it better".
In this book you will find a collection of practices to implement end to end test automation in the web applications development process, using the Protractor framework.
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.
Tips and tricks for Web Application Developers, Professional Penetration Testers and Security Analysts on how to perform a generic and custom Web Application Penetration testing using Python.
End-to-end testing is a great improvement in quality testing automation. It reflects the user experience the most of all tests.This book is a complete guide to Selenium tools. Both for beginners and experienced developers.It just makes sure that system works fine, saving your time after all.
Aprende como usar React y Redux para desarrollar aplicaciones web modernas más poderosas y usando las mejores prácticas.
Management has cracked it. "We need to improve code quality! Start writing unit-tests!" they cry. The problem is that you are a ninja 10x programmer and have no need for this. Management clearly does not understand on what level you operate on. What follows is a brief document to help with this.
Most descriptions of test automation code show you how to get started, but doesn't show you how to keep things organized as the code, and tests, get bigger and more complicated. This book describes some of the patterns I've used in the EquineHoroscope codebase. (https://github.com/gdinwiddie/EquineHoroscope)
Using Go was the best choice I've made.Working with APIs in PHP is a pain in the ass.With this book you'll learn to use Go, taking advantage of it's multi-threaded nature, and typed syntax. Starting your API implementation in Go is your first step towards what a rock solid API should be.