How to test app upgrade on android devices ?
Code Snippet:
driver.installApp("/UpgradeAPPVersion/TheApp-v1.7.0.apk"); Activity activity = new Activity("io.cloudgrey.the_app","io.cloudgrey.the_app.MainActivity"); driver.startActivity(activity);
Posted on November 14, 2018
By Sridatta Pani
driver.installApp("/UpgradeAPPVersion/TheApp-v1.7.0.apk"); Activity activity = new Activity("io.cloudgrey.the_app","io.cloudgrey.the_app.MainActivity"); driver.startActivity(activity);
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept