Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Software Testing Strategies
  • Table Of Contents Toc
Software Testing Strategies

Software Testing Strategies

By : Matthew Heusser, Michael Larsen
4.9 (9)
close
close
Software Testing Strategies

Software Testing Strategies

4.9 (9)
By: Matthew Heusser, Michael Larsen

Overview of this book

In today’s world, software is everywhere—from entertainment apps to mission-critical systems that support our health, finance, and infrastructure. Testing plays a vital role in ensuring these systems work reliably. Whether you're a software developer, hobbyist, or IT professional, this book will guide you in mastering the art of testing. It’s about asking the right "What if?" questions, uncovering vulnerabilities, and ensuring software performs as expected throughout its lifecycle. Testing isn't just about automation; it’s a human-driven, creative process that requires skill, and a deep understanding of software behavior. With practical examples and expert insights, this book helps you craft your own test strategies and explore novel approaches to problem-solving in the testing world. With its help, you’ll hone your testing skills with techniques and methodologies rather than tool-based solutions. Authored by experts Matt Heusser and Michael Larson, the book provides valuable strategies for making testing both effective and engaging. Matt is known for his leadership in project rescue initiatives, while Michael’s work in accessibility testing has helped shape industry standards. By the end of this book, you’ll be equipped to enhance your testing practices and ensure high-quality software in an ever-evolving tech landscape.
Table of Contents (22 chapters)
close
close
1
Part 1:The Practice of Software Testing
9
Part 2:Testing and Software Delivery
14
Part 3:Practicing Politics

TDD

The earlier approach resulted in a code base with some tests. Essentially, Matt wrote the plumbing code to return the simplest possible result (“1,” the result of the parameter 1 passed into FizzBuzz), then wrote the code to make Fizzbuzz “work,” and then wrote tests to check it. That’s better than nothing, but there is no real confidence that the tests cover the important permutations of the software. With Fizzbuzz, the code is trivial. get_total_results has one loop. You can cover all the code in one test. calc_individual_buzz_result has three if statements; you can cover all the code in three tests and all combinations in four.

TDD is a discipline where, before a new line of code is created, the programmer creates a failing test. In our FizzBuzz example, that would mean creating a test for an input of 2, implementing the code, creating a test for “3” (fizz), implementing the code, creating a test for “5” (buzz...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Software Testing Strategies
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon