You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?