Effective Software Testing: A developer's guide

Effective Software Testing: A developer's guide

Effective Software Testing: A developer's guide

Автор: Maurício Aniche's
Дата выхода: 2022
Издательство: Manning Publications Co.
Количество страниц: 329
Размер файла: 7,2 МБ
Тип файла: PDF
Добавил: julia
 Проверить на вирусы

1 Effective and systematic software testing
2 Specification-based testing
3 Structural testing and code coverage
4 Designing contracts
5 Property-based testing
6 Test doubles and mocks
7 Designing for testability
8 Test-driven development
9 Writing larger tests
10 Test code quality
11 Wrapping up the book

 Effective Software Testing teaches you a systematic approach to software testing that will ensure the quality of your code. It’s full of techniques drawn from proven research in software engineering, and each chapter puts a new technique into practice. Follow the real-world use cases and detailed code samples, and you’ll soon be engineering tests that find bugs in edge cases and parts of code you’d never think of testing! Along the way, you’ll develop an intuition for testing that can save years of learning by trial and error.
 


About the technology


Effective testing ensures that you’ll deliver quality software. For software engineers, testing is a key part of the development process. Mastering specification-based testing, boundary testing, structural testing, and other core strategies is essential to writing good tests and catching bugs before they hit production.
 

About the book


 Effective Software Testing is a hands-on guide to creating bug-free software. Written for developers, it guides you through all the different types of testing, from single units up to entire components. You’ll also learn how to engineer code that facilitates testing and how to write easy-to-maintain test code. Offering a thorough, systematic approach, this book includes annotated source code samples, realistic scenarios, and reasoned explanations.


What's inside

  • Design rigorous test suites that actually find bugs
  • When to use unit tests, integration tests, and system tests
  • Pre-and post-conditions, invariants, contracts, and property-based tests
  • Design systems that are test-friendly
  • Test code best practices and test smells
     

About the reader


 The Java-based examples illustrate concepts you can use for any object-oriented language.


Похожее: