I want to automate android application using MonkeyTalk IDE. I am not able to automate the text area for which AutoCompleteTextView has been used. Kindly help me.
Asked
Active
Viewed 352 times
1 Answers
0
I wasn't able to get this working either, nor do the views for the rows show up on the component tree.
Monkeytalk has trouble with many widgets including popups and dialogs, so this doesn't surprise me. For example, we had to rotate 90 degrees in order to be able to press a pop-up menu option. On the other hand it supposedly supports spinners.

John Lehmann
- 7,975
- 4
- 58
- 71
-
John Can you suggest me any other android Automation tool – Ambesh Thakur Sep 26 '13 at 18:15
-
@AmbeshThakur check out my answer: http://stackoverflow.com/questions/1759626/how-do-you-test-an-android-application-across-multiple-activities/14569759#14569759 – John Lehmann Sep 26 '13 at 18:30