How to test app upgrade on android devices ? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to test app upgrade on android ...

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);

Leave a Reply

Your email address will not be published. Required fields are marked *