I recommend taking a look at the com.example.android.apis.view.Focus2ActivityTest class that is included in the SDK sample project ApiDemos/tests. It illustrates using "findViewById" to get a reference to a UI widget. From there, you can call the widget's methods to manipulate and verify its state.
On Tue, Jul 7, 2009 at 10:02 AM, Yasser<[email protected]> wrote: > > Hi All, > > I need to interact with my Android application through its GUI in > order to test it. > > Is there any tool/framework available which can be used to perform > various user actions on the UI elements/controls like a button click, > read/write some text into a textbox etc.? > > There is an "Android Instrumentation Framework" (part of SDK) but > that's more for API or Unit testing not for functional testing. > > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

