-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Test-Driven Development with C++
By :
Test-Driven Development with C++
By:
Overview of this book
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, you will use test-driven development (TDD) to gain practical skills 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 with unique features not found in other libraries.
Table of Contents (21 chapters)
Preface
Part 1: Testing MVP
Chapter 1: Desired Test Declaration
Chapter 2: Test Results
Chapter 3: The TDD Process
Chapter 4: Adding Tests to a Project
Chapter 5: Adding More Confirm Types
Chapter 6: Explore Improvements Early
Chapter 7: Test Setup and Teardown
Chapter 8: What Makes a Good Test?
Part 2: Using TDD to Create a Logging Library
Chapter 9: Using Tests
Chapter 10: The TDD Process in Depth
Chapter 11: Managing Dependencies
Part 3: Extending the TDD Library to Support the Growing Needs of the Logging Library
Chapter 12: Creating Better Test Confirmations
Chapter 13: How to Test Floating-Point and Custom Values
Chapter 14: How to Test Services
Chapter 15: How to Test With Multiple Threads
Index
Customer Reviews