How to test app upgrade on android devices ?
Published in
1 min readNov 26, 2018
Answer :
driver.installApp(“/UpgradeAPPVersion/TheApp-v1.7.0.apk”);
Activity activity = new Activity(“io.cloudgrey.the_app”,”io.cloudgrey.the_app.MainActivity”);
driver.startActivity(activity);
Reference: Click Here