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

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 ?
  • Comment on Re^2: testing android application using perl

Replies are listed 'Best First'.
Re^3: testing android application using perl
by Corion (Patriarch) on Jun 04, 2012 at 12:02 UTC

    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).