Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could someone suggest a test automation tool to automate Java applet window?

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

like image 588
Shruthi Hareesh Shetty Avatar asked Jul 05 '12 10:07

Shruthi Hareesh Shetty


People also ask

Which of the following is automation testing tool?

Selenium. Selenium is a very well-known tool when it comes to testing automation. It allows its users to write scripts in a lot of different languages, including Java, C#, Python, Perl, and Ruby. This tool also runs in several operating systems and browsers.

What can be the possible automation tool for developing solution?

Telerik Test Studio is one of the best automation tools that provide a comprehensive test automation solution. It provides you a platform to test desktop, web, and mobile applications. It provides cross-browser support and has a record & playback tool that is well-suited for GUI, performance, load, and API testing.


1 Answers

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

like image 164
Garrett Hall Avatar answered Oct 10 '22 03:10

Garrett Hall