1. Tomas Nemeth
  2. PowerBuilder
  3. Monday, 21 August 2017 15:10 PM UTC

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

Roland Smith Accepted Answer Pending Moderation
  1. Monday, 21 August 2017 18:51 PM UTC
  2. PowerBuilder
  3. # 1

Since PB 2017 came out 6 months after HP UFT I am not surprised. You should contact HP support and ask them when they will have full support for PB 2017 and let them know what issues you are having.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.