![]() |
Issue with Oracel, Java Plug-in - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Issue with Oracel, Java Plug-in (/Thread-Issue-with-Oracel-Java-Plug-in) |
Issue with Oracel, Java Plug-in - kesani - 11-01-2010 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:- 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 RE: Issue with Oracel, Java Plug-in - manishbhalshankar - 11-30-2010 Try selecting items by Index. |