Test-Driven Development with C++ - Helion

Tytuł oryginału: Test-Driven Development with C++
ISBN: 9781803238067
stron: 430, Format: ebook
Data wydania: 2022-11-18
Księgarnia: Helion
Cena książki: 116,10 zł (poprzednio: 129,00 zł)
Oszczędzasz: 10% (-12,90 zł)
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.
Osoby które kupowały "Test-Driven Development with C++", wybierały także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
- CCNP Enterprise 350-401 ENCOR. Kurs video. Mechanizmy kierowania ruchem pakiet 443,33 zł, (39,90 zł -91%)
Spis treści
Test-Driven Development with C++. A simple guide to writing bug-free Agile code eBook -- spis treści
- 1. Desired Test Declaration
- 2. Test Results
- 3. The TDD process
- 4. Adding Tests to a Project
- 5. Adding More Confirm Types
- 6. Explore Improvements Early
- 7. Test Setup and Teardown
- 8. What Makes a Good Test?
- 9. Using Tests
- 10. The TDD Process In Depth
- 11. Managing Dependencies
- 12. Creating Better Test Confirmations
- 13. How to Test Floating-Point and Custom Values
- 14. How to Test Services
- 15. How to Test With Multiple Threads