7

Could someone suggest a test automation tool to automate Java applet window? Require this to identify various buttons within the applet window too.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433

1 Answers1

2

I highly recommend FEST for all functional Java GUI testing, and yes it supports applets.

Garrett Hall
  • 29,524
  • 10
  • 61
  • 76