I am not aware of a tool available for black box testing input methods, so I am looking to write my own.
The following google groups post by Romain Guy details using the window service to obtain a dump of the view hierarchy: http://groups.google.com/group/android-developers/browse_thread/thread/64a7c569b87ad76e/0521660c0e631c9f This approach doesn't appear to work for input methods, as the input method is represented in the hierarchy by a single view (one would expect many views present in a keyboard). My question is, is there a way of obtaining a complete view hierarchy of an on-screen input method? -- 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

