Retrieve data from a table from an application which is built using PROGRESS
Please provide any workaround available for this issue:
Frontend and Database for Garrradin is built in Progress.
There are certain test cases in manual test case suite where we have to verify the data present in the table (highlighted in Fig 1). When we tried to map this window it doesn’t identify the columns/row present in the window distinctively.
The available properties for this window is enumerated below (Fig 2 &Fig 3). There are no such properties available by which we can get the value from the table (fig 1).
In other applications made in java, under this scenario we can use setRowSelectionInterval, setColumnSelectionInterval and getValueAt methods for JTable class. But for this progress application we couldn’t find such methods.
Somebody please help me to find out any workaround for this.
Thanks!