Hi,

I understand that Android has an Instrumentation for unit testing.

In my android activity, I have a ListView and when user clicks on it, it
pops up an dialog which 2 choices. And when user clicks one of the choices,
it will pop up another form which allow users to enter move information and
finally user clicks 'Save' to save the content.

Can you please tell me if  Android Instrumentation allow me to unit test
this automatically.
e.g. programmablly click one row of the 'ListView'
e.g. click the selection of the pop up dialog
e.g. fill in the form value.

Thank you for any pointers

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

Reply via email to