Sponsored By

Feature: Building In Better Testing From Day One

In <a href=http://www.gamasutra.com/view/feature/6525/automated_testing_building_a_.php>Gamasutra's latest feature</a>, tools programming veteran Cyril Marlin describes the process his studio used to build automated testing into its Wii game -- which resu

October 27, 2011

1 Min Read
Game Developer logo in a gray background | Game Developer

Author: by Staff

In Gamasutra's latest feature, 10-year tools programming veteran Cyril Marlin describes the process his studio used to build automated testing into its Wii game -- which resulted in "far less bugs" at the end of development. "Testing is a highly repetitive task, and many use cases should be checked. Each modification has a risk of breaking the game: engine, high level logic, or resources are each a potential source of problems. Furthermore, the diversity of situations adds an additional problem, since each change should be tested in every situation. This can add up to a lot of time," Marlin writes. The solution he came up with? A solver which could play the game through repeatedly and report bugs. "The objective was to save time during development by removing the costs of creating and maintaining test scripts. Additionally, because testing has been performed throughout development, more potential bugs will have been found prior to entering QA," he writes. In the feature, he describes in detail the design of the solver, sharing the code and design examples that powered it. "We tested continuously from early in the development phase to final test phase. The final test phase has far less bugs from this method, and reduced the time to polish," he writes. To find out more, read Marlin's feature -- live now on Gamasutra.

Read more about:

2011
Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like