Hello,
I'm currently running automation tests using an app that uses multiple Activity for displaying each screen.
Is there anyway to go back to a previously launched Activity while running an Instrumentation test? Currently, when I use sendKeyDownUpSync( KeyEvent.KEYCODE_BACK);, this forces my test to exit, rather than go back to the previous Activity.
Any help with this is greatly appreciated.
Jin