سؤال

I'm new to Robotium testing and I want to test the following scenario:

1.) Start the app do something. 2.) Press the Home Button.(Close the app) 3.) Resume the app and test if everything is ok.

My question is how can I achieve steps 2 & 3 ?

هل كانت مفيدة؟

المحلول

You can't do this with robotium, neither with pure Android Instrumentation framework. You should rather take a look on UIAutomator, if you have to test such scenarios.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top