Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checkpoints in QTP with Oracle Add-In
#1
Not Solved
Hello !
I've a very strange problem with QTP.
I use QTP 9.2 with Oracle 8.2 Add-In
I start QTP with Web & Oracle Add-Ins enabled.
I start Oracle Applications (The application I want to test, that is a java applet)
When I record my test everything is OK, the generated source code looks like this :
Code:
With OracleFormWindow("Oracle Applications")
    .OracleTextField("Username").Enter "Mathias"
    .OracleTextField("Password").Enter "Mathias"
    .OracleButton("Connecter").Click
End With
In the Object Repository, the objects related to the code are "Oracle Forms Objects".
As you can see, QTP is able to recognize and parse multiple levels in the Oracle Application Applet structure (The form window, then the Textfield etc.)
For the moment, everything's OK.
Then I want to add a "Standard Checkpoint" to my test.
QTP opens the "Object Spy".
I want to check the value of a textfield located in the Oracle Applucation Applet
[Image: qtpckja4.jpg]
As you can see, QTP is not able to recognize the targeted object and its hierarchy. It stops on GlassMouseGrabProvider$Proxy.
In fact, it recognize Oracle Applications as a "Java Object" instead of an "Oracle Forms Object".
Do you know if it's possible to configure QTP so as to use the "Object Spy" and "Checkpoints" in Oracle Applications ?
Thanks a lot

Mathias
Reply


Messages In This Thread
Checkpoints in QTP with Oracle Add-In - by Mathias - 07-04-2008, 01:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Connecting to oracle DB with QTP rajendra649 2 26,505 12-04-2020, 06:19 PM
Last Post: Anita2020
  Why not Checkpoints subhashinid 0 1,486 06-30-2016, 07:36 PM
Last Post: subhashinid
  QTP 11 - Oracle Forms objects not recognised WarrenRay 0 3,016 06-23-2015, 09:35 PM
Last Post: WarrenRay
  QTP recognizing Oracle forms as Java objects shankar.srini88 0 4,427 03-25-2014, 10:26 AM
Last Post: shankar.srini88
  Query about checkpoints pkdhake 5 3,527 07-11-2013, 03:17 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)