Could someone suggest a test automation tool to automate Java applet window? Require this to identify various buttons within the applet window too.
Asked
Active
Viewed 1,585 times
1 Answers
2
I highly recommend FEST for all functional Java GUI testing, and yes it supports applets.

Garrett Hall
- 29,524
- 10
- 61
- 76
-
Can you provide an example demonstrating how FEST could be used to interact with an applet? – Stevoisiak Oct 06 '17 at 19:26