Skip to content
JeffreyAngell edited this page Mar 14, 2015 · 53 revisions

Types of testing:

Unit tests: Probably useful for testing requirements We will design a test level that will allow us to test each of the game play requirements in order. If we can beat the level, then each of these requirements is met.

Link to level

Functionality tests:

Compatibility tests: Does it work on all Android devices?

Soak tests: Any memory leaks?

Automated tests: Can we use testing frameworks to play the game?

Clone this wiki locally