e2e testing for gamedev
ProGM June 25th, 2019

Automated Testing in Video Games: A Case Study

By “Automated Testing”, we mean a set of techniques which includes TDD (Test-Driven Development) and BDD (Behavior-driven Development). In this case study, I’ll focus on E2E (End-to-End Testing) in game development. Sometimes, things go wrong. It’s not unusual, while working on a game, to have to introduce a new global mechanic, or modify a component…