3

Which tools is best for automated UI testing for Android using the apk, i.e without having step down into the code. I tried robotium, but it requires code-level knowledge.

My requirement is to automate the positive flow testing for my app using the apk.

Can anyone suggest some good tools for the same??

user2846870
  • 571
  • 1
  • 8
  • 16
  • Well there is monkey testing. I tried that with my own app, and it worked OK. There are limitations to automated testing, buy I am sure you are aware of those. – Philip Sheard Dec 27 '13 at 09:37

1 Answers1

1

You can test Robotium Recorder, has free trial version

http://robotium.com/

MiguelAngel_LV
  • 1,200
  • 5
  • 16