The challenges of test automation in video games I had the great opportunity to speak at AutomationStar 2024. If you don't know AutomationStar, this is one of Europe's biggest test automation conferences. Most of the AutomationStar crowd is focused ... alttester gamedriver unity unity test framework unreal Dec 3, 2024
How to tackle randomness in automated game testing Randomness has a special place in game development. Its usage can span from small visual effects (particles), to entire gameplay mechanics (dice rolls), or even business models (loot boxes). Since ran... unity Sep 22, 2024
Roadmap to become a QA automation engineer in games I've been asked a few times how to get started in test automation for video games. Initially I thought "well you need programming skills, QA knowledge, game engine knowledge, ..." and then I realized ... tip unity unreal May 16, 2024
A comparison of Unity test frameworks Test Automation is slowly getting adopted by the video game industry. The Game Quality Forum 2023 clearly indicates this shift. However there is a lack of comprehensible answers to this question. If y... alttester gamedriver unity unity test framework Sep 22, 2023
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