Which unit test framework for c++ based games?
        Posted  
        
            by 
                jmp97
            
        on Game Development
        
        See other posts from Game Development
        
            or by jmp97
        
        
        
        Published on 2010-08-13T07:08:20Z
        Indexed on 
            2014/06/02
            21:50 UTC
        
        
        Read the original article
        Hit count: 432
        
Which combination of testing tools do you feel is best? Given the framework / library of your choice you might consider:
- suitability for TDD
- ease of use / productivity
- dealing with mock objects
- setup with continuous integration
- error reporting
Note: While this is potentially a generic question like the one on SO I would argue that game development is usually bound to a specific work flow which influences the choice for testing. For a higher-level perspective, see question Automated testing of games.
© Game Development or respective owner