Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Modern Game Testing

You're reading from   Modern Game Testing Learn how to test games like a pro, optimize testing effort, and skyrocket your QA career

Arrow left icon
Product type Paperback
Published in Jul 2023
Publisher Packt
ISBN-13 9781803244402
Length 232 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Kalle Kaivola Kalle Kaivola
Author Profile Icon Kalle Kaivola
Kalle Kaivola
Nikolina Finska Nikolina Finska
Author Profile Icon Nikolina Finska
Nikolina Finska
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Part 1: Game Testing Foundation
2. Chapter 1: Setting the Stage – Introduction to QA for Modern Games FREE CHAPTER 3. Chapter 2: All Engines Go – The Basics of Game QA 4. Chapter 3: A Deeper Look – Types of Testing in Games 5. Chapter 4: Deeper Look – Testing on Various Gaming Platforms – Mobile, PC, and Console 6. Chapter 5: It Must Be Hardware: Testing Hardware in Modern Game QA 7. Part 2: Test Strategy and Execution
8. Chapter 6: Friend or Foe – Test Cases 9. Chapter 7: It Works on My Machine: Bug Flow 10. Chapter 8: I Thought I Fixed That: How to Write Efficient Bug Reports 11. Chapter 9: It Works, but It Hasn’t Been Tested: Testing Approach 12. Chapter 10: Eat, Sleep, Test, Repeat: Test Methodology 13. Part 3: Test Management and Beyond
14. Chapter 11: Are You on the Right Version? Live Ops and QA 15. Chapter 12: Beyond Testing – Introduction to Test Management 16. Chapter 13: There Are No BUGS Without U – QA and the Game Team 17. Index 18. Other Books You May Enjoy

Equivalence partitioning and boundary value analysis

Equivalence partitioning is a great method when dealing with different data ranges. It’s not possible to test all possible permutations and values that we have in the game, but we do want to make sure that they work as intended. Using equivalence partitioning, we can significantly shorten the testing time and ensure optimal coverage.

The premise of equivalence partitioning is that we can split testing conditions into parts that can be considered the same. Testing one value from each partition is equal to testing each and every value from the same partition. Let’s look at the following example of this:

Figure 10.3 – Equivalence partitioning

Figure 10.3 – Equivalence partitioning

In the example in Figure 10.3, we can see how equivalence partitioning would work in the case of gun ammunition. Let’s imagine that this specific gun is designed for our new, sci-fi-themed game and that it can hold 100 bullets. We can...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime