Hi Alk, Thanks a lot for the reply. I had a look at Robotium. It seems it will solve my purpose.
But I am still not clear on whats the difference between Monkey ad Monkey runner. Can u please give a simple scenario explaining thier main purpose and difference between each other? I would be grateful to you if you clarify the below questions as well? 1) To work with Robotium do I need to have knowledge on Java or can I manage with Python itself? 2) Power management processes like suspend/restart is a key part in our testing. Can I achieve it using Monkey runner or Robotium? 3) Can we automate the operations like file copy through network using Monkey runner/Python? 4) I would like to create scripts that accept inputs from user while running. I have no knowledge on Python. Hope I can achieve it in Python. Correct me if I am wrong. Thanks in advance. Rakesh On Jan 31, 2:40 am, "A. Elk" <[email protected]> wrote: > 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

