Micro Focus QTP (UFT) Forums
Issue with automating Oracle Client on Java - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Issue with automating Oracle Client on Java (/Thread-Issue-with-automating-Oracle-Client-on-Java)



Issue with automating Oracle Client on Java - a_karamched - 03-17-2008

I am working on an Oracle client which is java based.My problem is all the objects are identified as “JavaObject”. i,e all objects like Buttons, Edit boxes and List boxes are identified as only generic “javaObject” but not JavaButton, JavaEdit etc. For example a button is identified as
JavaObject(”Button”) and a click operation on that is identified are click of window co-ordinates. Even in an object which looks like List box is identified as JavaObject(”List”) and selecting values as click of co-ordinates. Due to this parameterising values becomes problematic.
Do you think this is because of the way the application is developed or is there is any other way we can identify the right object. I am aware that QTP has virtual object mapping, but am not sure if its the right solution.

The Product information is as follows:
Oracle Applications : 11.0
Oracle Forms : 4.5.10
RDBMS : 8.1
Application Object Library : 11.0

I am working on QTP 9.2, using Oracle add-in 8.2 and Java add-in 9.1 . Can anyone suggest if I need any extra plug ins or any way which the problem may be resolved.

Thanks
Archana


RE: Issue with automating Oracle Client on Java - Ankur - 03-17-2008

Install java addin 9.1 after the oracle addin 8.2. Installing in reverse order might create some problem.

do keep us updated.


RE: Issue with automating Oracle Client on Java - a_karamched - 03-18-2008

Hi Ankur, Thanks a lot for the solution. It did work.

Regards
Archana