Hi,

My application under test has multiple activities.
Example Scenario:
- The first activity has a text box and a search button.
- After entering some text and clicking the search button, the results
are displayed on a separate activity.

With ActivityInstrumentationTestCase for the first activity, I can
launch that but on clicking the search button nothing happens because
that's a different activity.

So I cannot verify the results, How to test such an integration?


Thanks
yasser
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to