All of the following tests must finally be performed completely on the real machine
1, installation, unloading test
On the real machine and through the installation and uninstallation of third parties such as 91
Installed on the phone or on an SD card
2. Launch App test
3. Upgrade Test
Digital signature, upgrade overlay installation, manual overwrite installation after download, cross-version upgrade, normal use after upgrade.
Overwrite the installation to ensure that the database has a field update, can be updated normally, otherwise it is easy to cause the app exception.
4. Function test
including function points, business logic, correlation (the main test client and PC-side interaction, the client after processing, the PC side and client data consistent), server-side interface testing (mainly by accessing the server-side interface to verify that the service-side business logic function point is correct)
5. Data comparison test
It can be done on the emulator or the real machine, while comparing it to the actual insert record in the database. and compare the same process of the master station
6. Performance
7. Security
8, Android features test (screen, home, volume keys, power keys, etc.)
9. Testing under various network conditions (including airplane mode)
3G Internet: TD-CDMA, CDMA2000, WCDMA can be used normally.
Whether the edge, GPRS can be used normally (the main test is to support net access point and WAP access point)
10, interruption test (such as sudden call, SMS pop-up, low battery, etc. is the app can be used normally)
11. App switching test (minimized, multiple app switching)
12, shutdown, standby after the app can be used normally
13, Compatibility Test (Android various versions, various resolutions QVGA, WVGA, HWVGA, etc., compatible with other third-party apps)
14. The app will run normally after emptying data or forcing exit.
15, API, including in the app jump to another interface, in return, and jump to the system API
16, the use of resources (CPU, memory, power consumption, traffic, etc.)
17, the app itself involves the rights
18, long-time power on and open the app to see if there will be abnormal situation
19, interactive sharing: If the program includes the sharing function, then the detection of click Sharing will be normal to give the sharing tips, click to share the content of the share after the correct
20.
This article is from the "Cockroach Software Testing" blog, please be sure to keep this source http://xqtesting.blog.51cto.com/4626073/1148074
"and Xiao Qiang Learning mobile app Test 2" mobile terminal app test point induction (continuous update)