First, the app version update notification flowchart is as follows:
Second, the test points of attention:
1, android update direct download Apk,ios boot to the App Store update page;
Force update------Only "Update Now"
1, the general "mandatory update" mechanism is not commonly used, unless it involves the application of emergency and fatal defects of the repair, or the user monkey closely related issues, perhaps the use of "force update" mechanism;
2, do not click "Update Now" is not available in the app. Use normal after update
Reminder Update-------Update Now
1, Android agreed to update, click "Update Now" should have a toast prompt feedback to the user;
2, Android download APK notification bar has the download progress prompt;
3, the notification bar to download the installation package to match the actual apk name or include the name of the APK, etc., to avoid users to download unknown software concerns;
4, download the installation package directly pop up the installation of the page, including some permissions to get the bullet box;
5, install the last step to remind users to click "Done" or "open" for the user to choose;
6, open the new installation package, first displayed by default in the app home page, and before the user app data display normal;
7, the version update entry does not show or prompt "currently is the latest version" specific to the product requirements.
Reminder Update--------Canceled
1, click "Cancel" in the Update box, the box is canceled, and the app is used normally.
2, in the version update entry display "has the latest version vxxx" prompt, the user clicks still can appear the update notice, the specific prompt according to the product to decide the copy display.
3. Exit the app and open the app again "update Notification" will appear
The above specific needs to be determined with the product requirements, for reference only,
App version update notification process Test essentials