Is it possible to test JAVA SWING application using PERL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Selva123
    New Member
    • May 2010
    • 10

    Is it possible to test JAVA SWING application using PERL

    Hi All,
    Greetings.
    I want to test JAVA SWING application with PERL, do we have any module to do so (like win32::GUI for windows)?.
    or some third party free tools integrated with PERL?

    I am looking to enter and retrieve values from SWING applications apart from getting control info of the SWING components.
    Thx
    Selva
  • nithinpes
    Recognized Expert Contributor
    • Dec 2007
    • 410

    #2
    You may make use of Java::Swing module.

    Comment

    • Selva123
      New Member
      • May 2010
      • 10

      #3
      Originally posted by nithinpes
      You may make use of Java::Swing module.
      Hi,
      Thanks for the info.
      I have gone thro the module. But it seems that I could control the Java Swing Application which I am creating. My requirement is something like to test on already existing Swing application

      Comment

      Working...