05-14-2009, 07:26 PM
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
I want to click on a particular tree link.
Can anyone help me in this ASAP.
i tried with
it is working fine but not able to select or click on the text in the tree.
Regards,
Judit
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")
Can anyone help me in this ASAP.
i tried with
Code:
JavaApplet("frmAppletApplication").JavaObject("objNavTreeView").Object.expandAll
Code:
JavaApplet("frmAppletApplication").JavaObject("objNavTreeView").Object.collapseAll
Regards,
Judit