Hello.
We have a Java Swing application that uses JExplorer and using QuickTest Pro 9.5 for functional testing. Aftter upgrading from JExplorer 1.5 to version 2.2, QTP is not able to recognize embedded web pages.
Java console show this line:
672 [Isolated Process Thread] INFO com.jniwrapper.win32.ie.IsolatedProcess - Executing command: "C:\WINDOWS\Temp\JExplorer32.2.2.9.exe"
Is there any way to make that isolated process visible to other processes? Any ideas?
Thank you.
Hello,
In JExplorer 2.x each Browser instance is running in separate native process (JExplorer32.2.2.x.exe). This is why you see this log message. It's ok. We made a lot of changes since JExplorer 1.5.
Unfortunately I don't know how the QuickTest Pro is working inside. Is it tried to connect to Java process and find IE browser native component? Could you please provide us more information about this issue?
Regards,
Vladimir Ikryanov
Hi,
thanks for the response, provides the tip that leads to the solution.
For QTP recognizes the embedded IE pages JExplorer32.2.2.x.exe must be registered as a new browser control (Start -> Programs -> QuickTest Professional -> Tools -> Register New Browser Control and select the executable above)