Posts: 77
Threads: 31
Joined: Jan 2009
Reputation:
0
11-29-2010, 12:31 PM
Hi All,
Is it possible to export report.reportevent result to excel in QTP ?
If yes, how to export it ?
Thanks
Sudhir
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
11-30-2010, 10:47 AM
there is no built-in feature for sending results to excel at runtime. however you can export the results once your execution is complete. to send the results to excel at runtime, you will have to
open the excel file
set the active row column
write results into excel as per your requirement.
try searching this forum, I am sure you will surely find something to use to achive this.