0

I have button in my application that opens android contact application for choose contact from list in other words I need to click on list item in other activity. How I can do it using robotium ?

Thanks!

IgorOK
  • 1,652
  • 4
  • 18
  • 36

1 Answers1

1

Robotium can only test one application at a time.

Here is a link that will answer questions like that: http://code.google.com/p/robotium/wiki/QuestionsAndAnswers

BlackHatSamurai
  • 23,275
  • 22
  • 95
  • 156