http://qs321.pair.com?node_id=974276


in reply to Re^2: testing android application using perl
in thread testing android application using perl

You can issue adb commands using system, and you can also connect to the qemu console/Android emulator using TCP. I haven't used either method, but I seem to remember that you can also send inputs using the TCP console to simulate user input.

  • Comment on Re^3: testing android application using perl

Replies are listed 'Best First'.
Re^4: testing android application using perl
by cdarke (Prior) on Aug 14, 2012 at 12:24 UTC
    You could also run monkey in a similar way (the unrelated monkeyrunner is Jython, so Perl can't help much there).