Micro Focus QTP (UFT) Forums
QTP not recognizing object in the Oracle application - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP not recognizing object in the Oracle application (/Thread-QTP-not-recognizing-object-in-the-Oracle-application)



QTP not recognizing object in the Oracle application - Anirbandas - 02-03-2010

Hi,

I need to automate tests in an Oracle forms 6i gui application and i'm trying to do it with QTP 9.1 and Oracle 8.2 Addins. I'm new in QTP.
QTP is not recognizing object in the application.
EX.----
Code:
Window("Bernhard Benecke Coffee").WinObject("ui60Viewcore_W32").Click 23,26
Window("Bernhard Benecke Coffee").WinObject("ui60Viewcore_W32").Click 39,42
Window("Bernhard Benecke Coffee").WinObject("ui60Viewcore_W32").Click 91,64
Window("Bernhard Benecke Coffee").WinObject("ui60Viewcore_W32_2").DblClick 70,59
Window("iTrade By iRely").WinButton("#").Click
Window("iTrade By iRely").WinObject("ui60Viewcore_W32").Click 11,13
Window("List of POs to copy from").WinObject("WinObject").DblClick 333,17
Window("iTrade By iRely").WinButton("ACCEPT").Click
Window("iTrade By iRely_2").WinButton("CANCEL").Click

How can I resolve that? Is there a way of using QTP?


Please give your valuable suggestion.

Thanks in Advance.


RE: QTP not recognizing object in the Oracle application - sreekanth chilam - 02-04-2010

Hi,

Check with the below :
  • Have you loaded Oracle Addin in Add-In manager window while Opening the QTP.

  • Have you configured adequate "Record & Run Settings" in Record & Run Settings" window.

  • Try to open the QTP tool first and then open AUT(Application under Testing) & try to record.