in reply to testing android application using perl

Take a look at Perl on Android and Sawyer X, Android posts. One question mark is enough, five is overkill

  • Comment on Re: testing android application using perl

Replies are listed 'Best First'.
Re^2: testing android application using perl
by Anonymous Monk on Jun 04, 2012 at 11:27 UTC
    Thanks for the links ... if possible pls do suggest me how can i proceed with writing perl scripts which uses adb commands ? is that possible or any module which helps to write few test scripts ?

      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.

        You could also run monkey in a similar way (the unrelated monkeyrunner is Jython, so Perl can't help much there).