Test automation is an important tool in software development. In some places, this is relegated to Quality teams who typically write the tests after the […]
Automation
Automation, Game Development, Unreal Engine
How to implement functional testing in Unreal Engine
Test automation is not a common phrase in the game industry, especially when compared to other tech industries. While there has been progress in the […]
Automation, iOS, Tutorial
Implementing UI Snapshot testing with Swift Snapshot Test
Swift Snapshot Testing is a wonderful open source library that provides support for snapshot tests in your swift code. Its snapshot comparison options are robust, […]