As we all know that Appium is the most preferred test automation tool for mobile applications. It is the first choice of the testers…
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);