Unity UI test automation: how to write tests for your game interface The Unity Test Framework provides a basic way to write automated tests for your game. While it's fairly easy to test simple game objects with Unity, making sure the user interface works as expected is... May 14, 2021
Can AI revolutionize automated game testing? Artificial Intelligence has progressed tremendously to the point we can automate entire categories of tasks. The idea of AI playing a game and automatically finding defects is not new. But is it possi... AI Apr 9, 2021
Unity Test Framework: waiting the right way In the previous post, we went through an introduction to the Unity Test Framework . In this tutorial, we will see the different ways to wait for something to happen during a Unity test. Understanding ... unity unity test framework Mar 23, 2021
Unity Test Framework Tutorial (Unity 2022.3) 💡 This tutorial has been updated in September 2024 for Unity 2022.3. Testing is an important part of game development. Manual testing is often the obvious way. But manual testing can be very repetitiv... unity unity test framework Mar 5, 2021
Unity Test Tip: speedup your automated tests with one simple trick Game developers need to rely on a fairly large battery of tests to ensure recent changes didn’t break anything. The drawback of such a large number of tests is the time it takes to complete. But what ... tip unity Feb 15, 2021
Automated game testing is still in its infancy Writing software is highly abstract and it’s difficult to keep the whole picture in one’s head, especially when the parts of said software change continuously. Writing tests is, for some, an obvious s... Feb 12, 2021