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 another story. It's because the UI requires more than unit tests,…
Continue reading...