0%

Learn how to write a simple testing framework and extend it to drive the design of your logging library

Key Features

  • Learn how to solve various challenges when testing in C++ with the help of effective solutions
  • Develop a logging library with enhancements
  • Drive better code designs with effective tests

Book Description

Modern, standard C++ is all that is needed to create a small and practical testing framework that will improve the design of any project. This allows you to think about how the code will be used, which is the first step in designing intuitive interfaces. TDD is a modern balanced software development approach that helps to create maintainable applications, provide modularity in design, and write minimal code that drastically reduces defects. With the help of this book, you'll be able to continue adding value when designs need to change by ensuring that the changes don't break existing tests.

In this book, developers working with test-driven development (TDD) will be able to put their knowledge to work by writing a simple testing framework and then using it to drive the design of a logging library. The book will help you enhance your software development skills with test cases. You'll understand how to design and implement test cases. The chapters will also show you how to utilize the TDD approach to be more productive in software development than attempting to code in large unstructured steps.

By the end of this book, you'll have gained knowledge of TDD and testing and also built a working logging library.

What you will learn

  • Understand how to develop software using TDD
  • Keep the code for the system as error-free as possible
  • Refactor and redesign code confidently
  • Communicate the requirements and behaviors of the code with your team
  • Understand the differences between unit tests and integration tests
  • Use TDD to create a minimal viable testing framework

Who this book is for

This book is for C++ developers already familiar with and using C++ for daily tasks who want to improve their skillset. You don't need to be an expert but you should already have some knowledge of modern C++ and how to use templates to get the most out of this book.

Table of Contents

  1. Test-Driven Development with C++
  2. Contributors
  3. About the author
  4. About the reviewer
  5. Preface
  6. Part 1: Testing MVP
  7. Chapter 1: Desired Test Declaration
  8. Chapter 2: Test Results
  9. Chapter 3: The TDD Process
  10. Chapter 4: Adding Tests to a Project
  11. Chapter 5: Adding More Confirm Types
  12. Chapter 6: Explore Improvements Early
  13. Chapter 7: Test Setup and Teardown
  14. Chapter 8: What Makes a Good Test?
  15. Part 2: Using TDD to Create a Logging Library
  16. Chapter 9: Using Tests
  17. Chapter 10: The TDD Process in Depth
  18. Chapter 11: Managing Dependencies
  19. Part 3: Extending the TDD Library to Support the Growing Needs of the Logging Library
  20. Chapter 12: Creating Better Test Confirmations
  21. Chapter 13: How to Test Floating-Point and Custom Values
  22. Chapter 14: How to Test Services
  23. Chapter 15: How to Test With Multiple Threads
  24. Index
  25. Other Books You May Enjoy
18.117.81.240