11-16-2012, 12:39 PM
QTP 11.
Window 7 64B.
I have a basic wintreeview ("Browse for Folder" dialog)
I scripts are working well on window XP even with QTP 10.
But the scripts will be failed on Win7 64B even i tried with QTP 11.
The treeview is recognized by Object Spy but QTP running will not found it.
Code: (Not only Expand action but also other)
Window("main").Window("dlgAddFolder").Dialog("dlgBrowseForFolder").WinTreeView("treeView").Expand "Desktop;Computer;Local Disk (C"
P/S: You can see enclosed photo for the dialog.
Window 7 64B.
I have a basic wintreeview ("Browse for Folder" dialog)
I scripts are working well on window XP even with QTP 10.
But the scripts will be failed on Win7 64B even i tried with QTP 11.
The treeview is recognized by Object Spy but QTP running will not found it.
Code: (Not only Expand action but also other)
Window("main").Window("dlgAddFolder").Dialog("dlgBrowseForFolder").WinTreeView("treeView").Expand "Desktop;Computer;Local Disk (C"
P/S: You can see enclosed photo for the dialog.