Forum Discussion
I think I have the same problem. TestComplete is not detecting the jp2launcher.exe process. It maps the login window of my app to the browser:
NameMapping.Sys.browser.dialog0 (see attached)
But when I find the object by pointing to it with TestComplete it says:
NameMapping.Sys.Process("jp2launcher").SwingObject("UIDialog$BasicDialog", "Employee Login", -1, 1)
When I rerun "Login" test it fails for object not found. Maybe I can manually edit this, but the real problem is that it isn't a child object of the correct process (jp2launcher).
- dczerniawski9 years agoOccasional Contributor
My problem was solved when I used an older version of Java.
JRE 1.8.0_71 x86 -> TC did not list jp2launcher process in object browser
JRE 1.6.0_23, x64 -> TC did list javaw process and had nested client objects
jp2launcher replaces javaw in newer versions of Java and maybe TC has an issue with it. My app normally runs on an older version of Java so it wasn't a problem for me.
- AlexKaras9 years agoChampion Level 3
Hi,
> My problem was solved when I used an older version of Java.
Thank you for the update.
(It also might be related to the https://community.smartbear.com/t5/Desktop-Testing/Can-I-test-a-JNLP-app-that-does-not-run-in-a-browser/m-p/122060#M6609 thread)
However, this sounds strange because I definitely was able to work with the JNLP application started using both javaw and jp2launcher processes (though do not remember their exact versions)...
As a quick idea - In TestComplete Object Browser try to use toolbar buttons (on the left of the Object Browser's toolbar) to display not only the tested applications but also all user processes and, maybe, system processes as well. Does this make jp2 launcher process visible and a parent of your jnlp application ?
- EVarnavsky9 years agoSmartBear Alumni (Retired)
This issue is already fixed. Please ask support for patch.
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 15 hours ago
- 15 hours ago