Hi Ankur,
This is in regard of Object Identification...
Prerequisites: My Web Application is with Java objects...I got licensed Java Add-in also with QTP 9.5.
Problem: QTP is not able to identify the links and editboxes as it should be. Below is the way it is showing while spying.
Hierarchy for link: This javatree acting like a frame rather than a object.
Hierarchy of Editbox: This javaobject looking like a webelement where I cannot enter any text.
How can i make use of above objects(which are more heirarchy). Please help me out ASAP.
Thanks in advance
Hari
This is in regard of Object Identification...
Prerequisites: My Web Application is with Java objects...I got licensed Java Add-in also with QTP 9.5.
Problem: QTP is not able to identify the links and editboxes as it should be. Below is the way it is showing while spying.
Hierarchy for link:
Code:
Browser("...").Page("..").Frame("NavbarFrame").ActiveX("...").JavaApplet("...").JavaObject("...").Javatree("...").
Hierarchy of Editbox:
Code:
Browser("...").Page("..").Frame("NavbarFrame").ActiveX("...").JavaApplet("...").JavaObject("...").
How can i make use of above objects(which are more heirarchy). Please help me out ASAP.
Thanks in advance
Hari