Hello,
We experiment some issues using new Powerbuilder 2017 and our testing tool HPE Unified Functional Testing (UFT).
Here is an example of differences in HPE UFT vision, after compilation, on TreeView objects with the same powerbuilder code.
New version
PbWindow("PbWindow").WinObject("PBTreeView32_100").Click 13,42
PbWindow("PbWindow").WinObject("PBTreeView32_100").DblClick 88,74
Treeview entry name is missing, we obtain only click position
Old versions
PbWindow("w_mainwindow").PbTreeView("tv_menu").Expand "Market"
PbWindow("w_mainwindow").PbTreeView("tv_menu").Activate "Market;Deal Capture"
We were able to get the entry names in old versions and our testing scripts are build using those entries.
Any idea?
Thanks for the update ... I did not know that the UFT product was sold off to MF!
Regards ... Chris