GUI testing with Instrumentation in Android

Posted by Sara on Stack Overflow See other posts from Stack Overflow or by Sara
Published on 2010-04-20T08:47:51Z Indexed on 2010/04/20 8:53 UTC
Read the original article Hit count: 285

Filed under:
|
|
|
|

I want to test my Android applications UI, with keyevents and pressed buttons and so on. I've read som documentation that Instrumentation would be able to use for this purpose.

Anyone with expericence with using Instrumentation for UI testing?

© Stack Overflow or respective owner

Related posts about gui

Related posts about ui