An open API service indexing awesome lists of open source software.

https://github.com/lana-20/mobile_app_testing-sqa-mnemonic


https://github.com/lana-20/mobile_app_testing-sqa-mnemonic

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# [MOBILE APP TESTING](https://www.ministryoftesting.com/dojo/lessons/mobile-app-testing-mnemonic)

[Mobile Testing Checklist](http://adventuresinqa.com/2017/09/28/mobile-testing-checklist/)

Use your testing [mindmap](http://adventuresinqa.com/2016/01/11/mobile-testing-cheat-sheet/) to test the app against the requirements.
- Test the app against different operating system versions and manufacturers.
- [Test the app in portrait and landscape mode.](http://adventuresinqa.com/2015/08/24/rotation-tour-in-mobile-testing/)
- Test the app on different screen resolutions and screen densities.
- Test the app in different mobile networks.
- If the app uses device-specific hardware functions, test for GPS, camera or sensors.
- Check the battery usage while the app is running.
- Check the log files during the testing e.g. with ADB or Xcode.
- Test the app for interrupts.
- Test the update procedure of the app.

![image](https://user-images.githubusercontent.com/70295997/212464798-bc0ba19a-c8f3-41cc-8751-df7c3812287b.png)

----

[Why Perform Orientation Tour During Mobile Testing?](https://qatestlab.com/resources/knowledge-center/why-perform-orientation-tour-during-mobile-testing/)