Hey,

On 17.09.2010 08:38, Dajinsol Jeon wrote:
> Yesterday, I heard that there is a program to test Android application
> automatically after installing apk onto real device. The one I have
> heard is commercial, and very expensive. Is there a open source tool? I
> know that adb shell support monkey test, but is it possible to use adb
> for UI interaction? For example, is it possible to send button-click
> event to button (which is specified by id or something else) in
> application by using adb?

I don't know about automatic testing on real devices but the SDK
provides a testing framework which you can use to write emulator-based
tests, including UI. Take a look at the relevant guide section:

http://developer.android.com/guide/developing/testing/index.html


HTH,

--Timo

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to