|
Hi,
I have been exploring the Selenium-webdriver documents to see if it will help in testing an application running Java Applets. I remember reading that Selenium is only effective on Applets when the programmer has deliberately exposed functions to be leveraged for testing the application. Suppose, some of the functions have not been exposed for use, is there no other way to test Applets using Selenium then? If no, what other automation tool can I use to test an applet-based application. I am more interested in Open-Source tools.
|