http://www.perlmonks.org?node_id=559286

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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Automate the Testing using perl with the given third party softwares.

Replies are listed 'Best First'.
Re: Automate the Testing using perl with the given third party softwares.
by Corion (Patriarch) on Jul 05, 2006 at 10:35 UTC

    As your application user interface seems to be a web frontend, have you looked at WWW::Mechanize ?

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Automate the Testing using perl with the given third party softwares.
by Moron (Curate) on Jul 05, 2006 at 11:20 UTC
    Managing GUI test sessions from Perl can be done with Expect. If you need any Perl-independent parts of Expect you can also go to http://expect.nist.gov/

    -M

    Free your mind

Re: Automate the Testing using perl with the given third party softwares.
by marto (Cardinal) on Jul 05, 2006 at 10:50 UTC
    jesuashok,

    You have not told us if this application you have to test is some sort of web based Java applet or JSP pages (or whatever)? You need to tell us what you are trying to drive in order for us to give you advice. See How do I post a question effectively? for advice on posting questions.

    Martin