Micro Focus QTP (UFT) Forums
How to retrieve a value from a table if the application is built in power builder. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to retrieve a value from a table if the application is built in power builder. (/Thread-How-to-retrieve-a-value-from-a-table-if-the-application-is-built-in-power-builder)



How to retrieve a value from a table if the application is built in power builder. - deepakmehta82 - 02-26-2008

I am automating an application which is build in power builder.The automation work was going fine,until i faced this issue.
I am unable to retrieve a value from a table as the QTP is recognizing is as a Win Object and not as a Table.I tried Low Level Recording but in vain.I tried using RO properties to retrieve the x,y co-ordinates of each row but since different number of rows are present as a new table is created each time,so it didn't worked.Virtual objects also didn't work.
I have to use QTP 8.2 version only.
If you have any suggestions then it would be of great help.


How to retrieve a value from a table if the application - shaj - 04-26-2013

I am also facing similar problem,did you get any solution to your problem?
I am testing a desktop application that has a table that contains details of each record(files)i.e.like name,id etc are different columns in the table.Each row contains details of one person. This entire table is recorded as an object and the details are feed to Global Data table each time i record it.Please suggest how i can retrieve data for each row ?