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
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?
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")I want to have the table values output to datatable or external sheet.
Can any one hlep me please?

