Recoverability Testing of Mobile
Recoverability
Testing of Mobile
- Crash recovery and transaction interruptions
- Validation of the effective application recovery situation post unexpected interruption/crash scenarios.
- Verification of how the application handles a transaction during a power failure (i.e. Battery dies or a sudden manual shutdown of the device)
- The validation of the process where the connection is suspended, the system needs to re-establish for recovering the data directly affected by the suspended connection.
Other Important Checks:
- Installation testing (whether the application can be installed in a reasonable amount of time and with required criterion)
- Uninstallation testing (whether the application can be uninstalled in a reasonable amount of time and with required criterion)
- Network test cases (validation of whether the network is performing under required load or not, whether the network is able to support all the necessary applications during the testing procedures)
- Check Unmapped keys
- Check application splash screen
- Continued keypad entry during interrupts and other times like network issues
- Methods which deal with exiting the application
- Charger effect while an application is running in the background
- Low battery and high performance demand
- Removal of battery while an application is being performed
- Consumption of battery by application
- Check Application side effects
Comments
Post a Comment