Hello everybody,
We are having an issue with our GUI application which is build in the Powerbuilder. We are trying to automate the testing of the application via using HP UFT automation tool.
The problem is that the GUI window is correctly recognized as a table in the HP UFT object repository but the HP UFT cannot find any rows and columns in the table (GUI window). In fact the GUI window contains at least 8 rows and 1 column. Please see some more details below.
Anybody has ever had any similar issue?? Any help is much appreciated.
Note that Power Builder version is 2017, HP UFT version is 14
>>> Navigation to the Window in UFT (As per the object repository)
PbWindow("PbWindow").Window("Welcome to Euroclear UK").PbDataWindow("PbDataWindow")
HP UFT cannot find any rows and columns in the GUI application.
msgbox PbWindow("PbWindow").Window("Welcome to Euroclear UK").PbDataWindow("PbDataWindow").RowCount -----> Result = 0
msgbox PbWindow("PbWindow").Window("Welcome to Euroclear UK").PbDataWindow("PbDataWindow").ColumnCount -----> Result = 0