Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
UltraExplorerBar Group Expand through QTP scripts
posted

Hi this is Adi

I had installed test advantage. But the problem i am facing is that i am unable to expand the ultra explorer bar groups.Following is my code
Dim groups
Set groups = SwfWindow("APPPIO").SwfWindow("Create Doc").SwfObject("ultraExplorerBarEm").Object.Groups
msgbox (groups.count)
For i = 0 to 8
msgbox ("Text --> " & groups.Item( i ).Text)
'groups.ExpandAll (groups.Item( i ).Index) This line does not show any error but the method is not executed and groups are not expanded

Next
Above code shows me the captions of the collection of groups but i am unable to expand them by default when the form is loaded.
I wiil reallybe obliged if anyone assist me ASAP.Thanks alot in advance