How do people test there application before and after android updates

We have run across issues with our mobile application where android update is causing application issues.

I would like to create a test where I

  1. Install mobile application
  2. Run some tests
  3. Install android update
  4. Run the same tests.

Thanks for any assistance you can provide.

I will try a few things.

DD

so what you want to hear? if i am going to make this on step 1 i will open driver with fullReset option to install old version. on Step 3 I will just update client with ADB command without starting driver. and last step just open driver without any reset.

Yep, the what I was thinking, but I just need to figure out how to update the device with the next android system updates. I’ll look into the ADB Command.

Any Ideas?