Mailingliste - Einträge 2012
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [QF-Test] Running applets in a web application
Hello, I want to test a Java-Applet which is started as object out of a web page. (see attachment for the web page code). Qf-test can handle the web page, but I have no access to the controls of the java applet. I get the message Title: "Schwerwiegender Fehler JInitator 1.3" Content: "Fehler bei Zuordnung zu einer laufenden Maschine". (see attachement) I have read the support entry from Daniela Dusak from 06.08.2009. The hints there do not work for me. thank you and br Bernhard Schmitt -- ======================================================================== Bernhard Schmitt Consultant Softwaretest E-Mail: bernhard.schmitt@?.de ------------------------------------------------------------------------ imbus Rhein-Main GmbH, Kirschgartenstraße 15, 65719 Hofheim, DEUTSCHLAND Tel. +49 6192 92192-0, Fax +49 6192 92192-50 info@?.de http://www.imbus.de Geschäftsführer: Frank Schmeißner, Jörg Schulten Sitz der Gesellschaft: Hofheim Registergericht: Frankfurt am Main, HRB 52155 ======================================================================== Attachment:
java_applet.png <HTML> <BODY> <font face=verdana size=+1> <br> <br> <h2> loading NNO application<br> <br> <br> <br> Last Update : 04.12.2007 <br> </font> <OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF" codebase="/j-initiator/jinit1319.exe#Version=1,3,1,9" width="1024" height="730" > <PARAM NAME="SeparateFrame" VALUE="TRUE"> <PARAM NAME="code" VALUE="oracle.forms.engine.Main"> <PARAM Name="codebase" VALUE="/fwc_code/"> <PARAM Name="ARCHIVE" VALUE="/fwc_code/forms.jar"> <PARAM Name="imagebase" VALUE="codebase"> <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.3.1.9"> <PARAM NAME="serverPort" VALUE="9025"> <PARAM NAME="serverArgs" VALUE="module=/capri_u01/APPL/NNO/fmx/catsst.fmx term=/capri_u01/APPL/NNO/FMRPCWEB.RES"> <PARAM NAME="serverApp" VALUE="default"> </object> </BODY> </HTML>
|