Description[Android] Add a tool for application update verification.
Usage: run_update_verification.py [options]
Performs semi-automated application update verification testing. When given
--save, it takes a snapshot of the application data on the device. (A dialog
on the device will prompt the user to grant permission to backup the data.)
Otherwise, it performs the update testing as follows: 1. Installs the |from-
apk|. 2. Restores the previously stored snapshot of application data given by
|app-data|. (A dialog on the device will prompt the user to grant permission
to restore the data.) 3. Verifies that |to-apk| cannot be installed side-by-
side. 4. Verifying that |to-apk| can replace |from-apk|.
Options:
-h, --help show this help message and exit
--package-name=PACKAGE_NAME
Package name for the application.
--save Save a snapshot of application data. This will be
saved as backup.db in the current directory.
--from-apk=FROM_APK APK to update from.
--to-apk=TO_APK APK to update to.
--app-data=APP_DATA Path to the previously stored application data
BUG=167778
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176218
Patch Set 1 #Patch Set 2 : #
Total comments: 10
Patch Set 3 : Addressed all comments #Patch Set 4 : #
Total comments: 1
Messages
Total messages: 11 (0 generated)
|