-2

I have my Android app and there are 4 buttons. Each of them calls an application like Facebook app, Twitter app, default email app and phone call.

When I am testing these buttons with Robotium, is it possible to close the external applications from within the test script?

Michael Myers
  • 188,989
  • 46
  • 291
  • 292
Speise
  • 789
  • 1
  • 12
  • 28
  • 2
    it is unclear what is being asked here. Are you running into an error when you're calling the app? Are you asking us to write it for you? (In which case, no, we won't). – Otra Aug 04 '11 at 12:44
  • sorry, I wrote with mistakes = ( – Speise Aug 04 '11 at 13:08
  • Robotium launches other application from my android app. So I dont know which robotium commands allow to finish all of them – Speise Aug 04 '11 at 13:16

1 Answers1

2

There is no native way for robotium to be able to interact with multiple applications at once. See this question. It seems like they had a similar issue.

Community
  • 1
  • 1
n8schloss
  • 2,723
  • 2
  • 19
  • 27