When testing applications, sometimes it may be necessary to test the performance of a component that cannot be interacted with using Selenium. For example, when the application uses a map (such as Google or Yandex maps), or when there is..
Read MoreWhen testing applications, sometimes it may be necessary to test the performance of a component that cannot be interacted with using Selenium. For example, when the application uses a map (such as Google or Yandex maps), or when there is..
Read MoreJava applets allow to making interactive interface and use a lot of additional Java functionalities. Such as sound playing, access to the computer file system, downloading external data using all kinds of protocols even with use of simple socket, image..
Read MoreThis can be done by using the following code: applet.getAppletContext(). showDocument(new URL(“javascript:” + js)); Where applet is an object of JApplet class, js is a JavaScript function name, for example: show(). With that, the applet should be launched from JavaScript To..
Read More