9
votes
2answers
941 views

How can I unit test rendering output?

I've been embracing Test-Driven Development (TDD) recently and it's had wonderful impacts on my development output and the resiliency of my codebase. I would like to extend this approach to some of ...
2
votes
0answers
250 views

UI Automation for Flash Games

has anyone used or heard of a good selenium-like toolset for doing automated UI testing with Flash? I would ideally like to have the ability to record and playback events against my game and integrate ...
0
votes
0answers
172 views

UDK - Automated Testing

As my UDK project becomes more complex I got interested in automated testing. Googling revealed that there is a class called AutoTestManager, which appears to be related. Has anyone used it and knows ...