in reply to Is it possible to test swing applications using PERL

No experience doing that but the module Java::Swing jumps into mind.

And please use Perl, Java and Swing instead of PERL, JAVA and SWING:P

  • Comment on Re: Is it possible to test swing applications using PERL

Replies are listed 'Best First'.
Re^2: Is it possible to test swing applications using PERL
by Selva123 (Novice) on Jul 07, 2010 at 13:05 UTC

    Thx for all the inputs.

    1.I can not make use of win32::GUiTest as this will not learn inside contents of AWT and hence I could not get/set controls.

    2. I just gone through Java::Swing which needs inline::java and also it tests the content being added by user rather than to work on exisitng/predefined Swing application.

    3.Thx for the comments of the word PERL usage, I will stick to Perl :)

      It looks like a hassle to do something that should not be so difficult. Do you really want to do it from/with Perl? Is it a hard requirement? It probably makes more sense to use a Java tool to do it. See open source testing tools in Java. for alternatives. Maybe you can integrate a call to one of those in your Perl test scripts?

      Cheers

      Harry