priya_perl has asked for the wisdom of the Perl Monks concerning the following question:

Hey, Am very new to testing android app. Can some one provide pointers on how to test an android app using perl scripts. wat are the perl modules required and any links that teaches these basics will be very helpful

Replies are listed 'Best First'.
Re: testing android app using perl
by marto (Cardinal) on Aug 14, 2012 at 08:27 UTC
Re: testing android app using perl
by thomas895 (Deacon) on Aug 14, 2012 at 03:26 UTC

    I'm not sure I understand your question. Do you want to debug it? Provide some kind of interface for the "app"?
    You'll have to be more specific. What does the application do, for example, and what part of that do you want to test?

    ~Thomas~
    confess( "I offer no guarantees on my code." );