Micro Focus QTP (UFT) Forums
How can I output table values and see them - 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 can I output table values and see them (/Thread-How-can-I-output-table-values-and-see-them)



How can I output table values and see them - Mala - 03-05-2011

Hi,
I wrote output checkpoint but can't see the values in the results once the test run is complete. Here is the code I have

Code:
Browser("Parser Report").Page("Parser Report").WebList("Month").Select "Month"
Browser("Parser Report").Page("Parser Report").WebList("Year").Select "Year"
Browser("Parser Report").Page("Parser Report").WebButton("Submit").Click
Browser("Parser Report").Page("Parser Report").WbfGrid("ResultsTable").Output CheckPoint("Report")
When the output value is inserted, I did not get the option to select the rows nor it gives me the option to select all the rows.
I want to have the table values output to datatable or external sheet.
Can any one hlep me please?