I'm currently writing tests for an application that as a part of its functionality restarts the device it is running on.
My tests will be integrated into a automated testing system and therefore must be verified as a part of these automated tests(as easy as it would be to just look at the device and see that it's restarting). Presumably multiple tests will be run that will require restarting the device so I need to either resume the exact state that I left off at on reboot, or I will need to somehow continue testing through the reboot.
If I had to guess, I'd say that the later option is an impossibility so my question now is how can I resume my junit tests exactly where I left off when the device finishes rebooting while still receiving the "BOOT_COMPLETED" intent?
Aucun commentaire:
Enregistrer un commentaire