Micro Focus QTP (UFT) Forums
JavaTree Object - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: JavaTree Object (/Thread-JavaTree-Object)



JavaTree Object - judit_raj - 05-14-2009

Hi All,
I am using QTP 9.5 and selected Web and java Add-ins as my application is a java application. There is a JavaTree like object in my application. But while spying it gives
Code:
Browser("Project Management").Page("Project Management").Frame("frmapplication").JavaApplet("frmAppletApplication").JavaObject("objNavTreeView")
I want to click on a particular tree link.
Can anyone help me in this ASAP.

i tried with
Code:
JavaApplet("frmAppletApplication").JavaObject("objNavTreeView").Object.expandAll

Code:
JavaApplet("frmAppletApplication").JavaObject("objNavTreeView").Object.collapseAll
it is working fine but not able to select or click on the text in the tree.

Regards,
Judit


RE: JavaTree Object - saidinu - 06-13-2009

Hi Raj,

QTP 9.5 not able to identify Java applet tree view during record session.
Please do the needful

Thanks
Dinesh