Відстеження замовлення
Prom – найбільший маркетплейс України
На жаль, товар недоступний. Переглянь товари від інших продавців

Effective Software Testing: A developer's guide

Код: 276079
Недоступний
620 
Effective Software Testing: A developer's guide - фото 1 - id-p2894571706

Характеристики та опис

ISBN978-1633439931
АвторMauricio Aniche
Рік2022
ВидавництвоManning
Сторінк328
МоваАнглійська
Go beyond basic testing! Great software testing makes the entire development process more efficient. This book reveals a systemic and effective approach that will help you customize your testing coverage and catch bugs in tricky corner cases.In Effective Software Testing you will learn how to:Engineer tests with a much higher chance of finding bugsRead code coverage metrics and use them to improve your test suiteUnderstand when to use unit tests, integration tests, and system testsUse mocks and stubs to simplify your unit testingThink of pre-conditions, post-conditions, invariants, and contractsImplement property-based testsUtilize coding practices like dependency injection and hexagonal architecture that make your software easier to testWrite good and maintainable test codeEffective 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 technologyEffective 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 bookEffective 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 insideDesign rigorous test suites that actually find bugsWhen to use unit tests, integration tests, and system testsPre-and post-conditions, invariants, contracts, and property-based testsDesign systems that are test-friendlyTest code best practices and test smellsAbout the readerThe Java-based examples illustrate concepts you can use for any object-oriented language.About the AuthorDr. Mauricio Aniche leads the Tech Academy of Adyen, and is also an Assistant Professor in Software Engineering at Delft University of Technology in the Netherlands. He researches on how to make developers more productive during testing and maintenance and his teaching efforts in software testing have awarded him the Teacher of Year 2021 award and the TU Delft Education Fellowship. Mauricio holds MSc and PhD degrees in Computer Science from the University of Sao Paulo, Brazil. He also co-founded Alura, one of the most popular e-learning platforms for software engineers in Brazil. Table of Contents1 Effective and systematic software testing2 Specification-based testing3 Structural testing and code coverage4 Designing contracts5 Property-based testing6 Test doubles and mocks7 Designing for testability8 Test-driven development9 Writing larger tests10 Test code quality11 Wrapping up the book