11-01-2010, 10:13 PM
HI,
I am having problmes with Oracle Forms. I am using QTP 10 with Jave, Oracle, Web plug-ins.
I have developed some QTP scripts and in that the objects are identified as "Oracle Objects" but i read the oracle-plug-in guide and in that it says to use oracle plug-in "Oracle Name Attributes" must be enabled on Application server. so i requested DBA to enable it. but after enabling it;- the objects are identifying as "java objects":-
Example:-
Before:-
After:-
i am not sure which is correct. please can any one advise me on this.
i tried to continue to automate the application even the objects are identified as java objects but there is an problme with "Java Tabs".
is giving an error message.
Please advise whats the problem is?
thanks
Thanks in advance
I am having problmes with Oracle Forms. I am using QTP 10 with Jave, Oracle, Web plug-ins.
I have developed some QTP scripts and in that the objects are identified as "Oracle Objects" but i read the oracle-plug-in guide and in that it says to use oracle plug-in "Oracle Name Attributes" must be enabled on Application server. so i requested DBA to enable it. but after enabling it;- the objects are identifying as "java objects":-
Example:-
Before:-
Code:
OracleFormWindow("").OracleButton("New").Click
After:-
Code:
JavaWindow ("").JavaInternalFrame(").JavaButton("New").Click
i am not sure which is correct. please can any one advise me on this.
i tried to continue to automate the application even the objects are identified as java objects but there is an problme with "Java Tabs".
Code:
JavaWindow ("").JavaInternalFrame(").Javatab("XYZ").select "abc"
is giving an error message.
Please advise whats the problem is?
thanks
Thanks in advance