I am planning to test app update through Appium. My requirement is I will have for e.g. app version 1.1 installed and then perform some operation and then without resetting app content I would like have app version 1.2 installed.
Can we achieve this through Appium? Or is there any tool we can use for this update testing?
I tried with starting two sessions with 'noReset' flag, they are working fine because of issue with Appium 1.2.0 but not with Appium latest version 1.3.4.
If I start new session with 'noReset' set to True it's not installing app second time as it is already installed. Is there any way I can override this setting before starting second session so that it will install new version of the app?
Thanks.