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
- Host: GitHub
- URL: https://github.com/lana-20/mobile_app_testing-sqa-mnemonic
- Owner: lana-20
- Created: 2023-01-14T09:06:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T10:22:31.000Z (over 2 years ago)
- Last Synced: 2024-12-30T09:47:18.639Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
----
[Why Perform Orientation Tour During Mobile Testing?](https://qatestlab.com/resources/knowledge-center/why-perform-orientation-tour-during-mobile-testing/)