• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Automate Java Swings Gui

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I want to automate Java swings Gui without seeing developer code.I gone through abbot & Fest but those open source tool working based on java object.Because developer will not give the code.They will give only Exe .I tried Selenium But its not support Java GUI.So please suggest me one open source tool , gave the corresponding java object based on clicking that specific Java swings GUI.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have a .jar file? If you do, you should be able to use Abbot & Costello to automate your GUI testing. If your .jar is wrapped in an .EXE, I'm not sure what your options would be.
 
reply
    Bookmark Topic Watch Topic
  • New Topic