Leanpub Header

Skip to main content

Filters

Category: "Testing"

Books

  1. Bug reporting
    Bug reporting
    Submit issues like a pro
    Artur Gula

    Reporting software bugs is easy.But reporting them correctly requires certain knowledge and skills.I'll show you step by step what a valid bug report should contain.You will see how to do it effectively.And what will you gain from it.

  2. The BDD Books - Descoberta
    The BDD Books - Descoberta
    Explore comportamento usando exemplos
    Gáspár Nagy, Seb Rose, Tula Valle Machado, and Vinícius Rodrigues Nunes

    Este livro fornece informações privilegiadas sobre como aproveitar ao máximo a fase de Descoberta do Desenvolvimento Orientado por Comportamento (BDD).

  3. Accelerated macOS Core Dump Analysis, Third Edition
    Accelerated macOS Core Dump Analysis, Third Edition
    Training Course Transcript with LLDB Practice Exercises
    Dmitry Vostokov

    The full transcript of Software Diagnostics Services training with 12 step-by-step exercises. Learn how to analyze app crashes and freezes, navigate through process core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more.

  4. Java Testing Toolbox
    Java Testing Toolbox
    30 Testing Tools and Libraries Every Java Developer Must Know
    Philip Riecks

    In today’s fast-paced development world, writing reliable code is crucial. But with countless testing tools available, it’s easy to feel overwhelmed. That’s where the Java Testing Toolbox comes in - a practical, hands-on guide to the 30 most important testing tools and libraries every Java developer should know. Whether you’re new to testing or looking to expand your testing toolkit, this book provides right-sized introductions to each tool, giving you exactly what you need without the fluff.

  5. REST API Documentation for Rails
    REST API Documentation for Rails
    A complete guide on creating RESTful API Documentation for your Ruby on Rails application.
    Blake Erickson
    No Description Available
  6. Modern Data Pipelines Testing Techniques

    A visual guide for understanding Modern Data Pipelines Testing Techniques

  7. The Performance Testing Handbook
    The Performance Testing Handbook
    A practical guide
    Mohamed Tarek

    This book is designed for testing engineers who are new to the field of performance testing. It emphasizes the fundamental concepts and methodologies associated with performance testing.

  8. Pattern-Oriented Memory Forensics
    Pattern-Oriented Memory Forensics
    A Pattern Language Approach, Revised Edition
    Dmitry Vostokov

    The short book is a fully revised transcript of a lecture introducing a unified pattern language for memory forensics - an investigation of past software behavior in memory snapshots. The lecture has a short theoretical part and a practical memory analysis part using WinDbg debugger from Microsoft Debugging Tools for Windows.

  9. Accelerated Linux Disassembly, Reconstruction and Reversing, Second Edition
    Accelerated Linux Disassembly, Reconstruction and Reversing, Second Edition
    Training Course Transcript and GDB Practice Exercises with Memory Cell Diagrams
    Dmitry Vostokov

    Learn disassembly, execution history reconstruction, and binary reversing techniques for better software diagnostics, troubleshooting, and debugging on x64 and ARM64 Linux platforms via practical step-by-step hands-on exercises using GDB and memory dumps. Covered 25 ADDR patterns, and many concepts are illustrated with Memory Cell Diagrams.

  10. Extended Windows Memory Dump Analysis
    Extended Windows Memory Dump Analysis
    Using and Writing WinDbg Extensions, Database and Event Stream Processing, Data Science and Visualization, Machine Learning and AI, Second Edition
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 25 hands-on exercises. This training course extends pattern-oriented analysis introduced in Accelerated Windows Memory Dump Analysis, Accelerated .NET Core Memory Dump Analysis, and Advanced Windows Memory Dump Analysis with Data Structures.

  11. Zyber's Invades
    Zyber's Invades
    Very first attempt in bug bounty walkthrough
    Rithma Keshan

    This includes all steps & tools which i used to complete my assignment

  12. Production Grade APIs
    Production Grade APIs
    How to understand, build and maintain APIs for production
    fredrik.no@gmail.com

    Have you ever wondered how to write an API? How to secure it? What the mechanisms behind an API actually are? In this book we answer all of those questions and more as we delve into the fundamentals in a way that will solidify your understanding of not only APIs, but a better understanding of the web eco-system as a whole.

  13. Untrapped Value:
    Untrapped Value:
    Software Reuse Powering Future Prosperity
    david erickson

    This book is a launching point, not a destination. It is designed to evolve in small, incremental ways along with your reusable software development guidelines, over many years. Along with the code you reuse.

  14. E-mails from an old bug to a young one

    What if bugs could write e-mails? What if they would like to share their insights with younger shrews, as they grew old? This book allows you to take a different look at the development processes, learn from the developers' adversaries... the bugs!

  15. How Can I Test This?
    How Can I Test This?
    Examples of how to test different sites and apps, along with the test heuristics applied, the reasoning and tool ideas.
    Nicola Lindgren, Mike Harris, Suman Bala, Philip Wong, and Shawn Shaligram

    This book puts examples at the forefront. Instead of test theory being front and centre, with maybe an example or two if you’re lucky, this book makes examples the focus. We'll share the examples that need to be tested, test heuristics to apply, any assumptions, how we would limit scope, test ideas and tools we would utilise.