Hi Monkey Runner tool is built on monkey tool.
Monkey internally consists of a server, which can be started using its command --port, which is not being used very often. Monkey Runner tool which runs at host[PC], [which is basically a jython script], starts the monkey server at some port and sends the events to the monkey and monkey executes them from the shell. For e.g., press method you call from jython script is sent to monkey, monkey generates press event and sends it from shell to the application layer. Regards, Ganesh Pulivendula On Mar 18, 2:20 pm, Raja <[email protected]> wrote: > Sent from my Motorola phone. > > 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 -- 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

