I don't think that Monkey will give you the type of UI testing you want. It's mostly used to generate input while you test other things.
MonkeyRunner can do functional testing, but a better use for it is to run suites of system tests and then collect the results. Remember, too, that MonkeyRunner is an API, not a program; you have to write a Python program to use it. You may also want to look at Robotium, which is similar to Selenium but with specific support for Android. UI On Jan 28, 12:06 am, raki <[email protected]> wrote: > Hi, > > I want to automate UI and functional testing on Android OS. > > I am in dilemma whether to use Monkey or Mokeyrunner for the purpose. > > I will not be able to access the source code for the applications but > I just need to test the applications, probably using Python/Shell > scripting. > > Can anyone suggest me which tool I need to use for best results? > > I also want to include power management operations in between my UI > testing processes. > > Any suggestions are greatly appreciated. > > Thanks, > Rakesh -- 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

