- · DETE
- PowerBuilder
- Wednesday, 20 June 2018 09:00 AM UTC
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?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.