in reply to Re: Is it possible to test swing applications using PERL
in thread Is it possible to test swing applications using PERL

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

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

Replies are listed 'Best First'.
Re^3: Is it possible to test swing applications using PERL
by dHarry (Abbot) on Jul 07, 2010 at 14:47 UTC

    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