02-03-2010, 08:00 PM
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.----
How can I resolve that? Is there a way of using QTP?
Please give your valuable suggestion.
Thanks in Advance.
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.