
Effective Software Testing
Mauricio Aniche(Author)
Manning Publications (Publisher)
Published on 4. July 2022
Book
Paperback/Softback
380 pages
978-1-63343-993-1 (ISBN)
Description
Effective Software Testing is a hands-on guide to creating high quality tests, from your first line of code through pre-delivery checks. It's full of techniques drawn from proven research in software engineering. You'll learn to efficiently engineer tests specifically for your software and end reliance on generic testing practices that may be right for every project. Each chapter puts a new technique into practice with source code samples, real-world tradeoffs, and answers to the common questions developers pose about testing. You'll learn how to scrutinize your requirements for potential tests, generate tests from your code structure, and engineer rigorous suites of unit, integration, and system tests.
Go beyond unit tests! Great software testing makes the entire development process more efficient, from understanding your code before you write it to catching bugs in tricky corner cases.Effective Software Testing teaches you a systematic approach to software testing. You'll master easy-to-apply techniques to create strong test suites that are specifically engineered for your code. Following real-world use cases and detailed code samples, you'll soon be engineering tests that find the bugs hiding in edge cases and the parts of code you would never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error.
Go beyond unit tests! Great software testing makes the entire development process more efficient, from understanding your code before you write it to catching bugs in tricky corner cases.Effective Software Testing teaches you a systematic approach to software testing. You'll master easy-to-apply techniques to create strong test suites that are specifically engineered for your code. Following real-world use cases and detailed code samples, you'll soon be engineering tests that find the bugs hiding in edge cases and the parts of code you would never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error.
More details
Language
English
Place of publication
New York
United States
Target group
Professional and scholarly
Dimensions
Height: 233 mm
Width: 187 mm
Thickness: 18 mm
Weight
536 gr
ISBN-13
978-1-63343-993-1 (9781633439931)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

E-Book
05/2022
1st Edition
Manning
€49.44
Available for download
Person
Dr. 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.
Content
table of contents READ IN LIVEBOOK 1EFFECTIVE AND SYSTEMATIC SOFTWARE TESTING READ IN LIVEBOOK 2SPECIFICATION-BASED TESTING READ IN LIVEBOOK 3STRUCTURAL TESTING AND CODE COVERAGE READ IN LIVEBOOK 4DESIGNING CONTRACTS READ IN LIVEBOOK 5PROPERTY-BASED TESTING READ IN LIVEBOOK 6TEST DOUBLES AND MOCKS READ IN LIVEBOOK 7DESIGNING FOR TESTABILITY READ IN LIVEBOOK 8TEST-DRIVEN DEVELOPMENT READ IN LIVEBOOK 9LARGER TESTS READ IN LIVEBOOK 10TEST CODE QUALITY READ IN LIVEBOOK 11WRAPPING UP THE BOOK APPENDIXES READ IN LIVEBOOK APPENDIX A: ANSWERS