Posts: 8
Threads: 3
Joined: Apr 2011
Reputation:
0
08-24-2011, 02:09 PM
I want to export QTP results to the MS Excel format, any way to do it? Also i would like to know if we can just export the failed results to excel. QTP result viewer does have filters but when i export it to PDF or doc, it shows all results.
Posts: 424
Threads: 10
Joined: Aug 2011
Reputation:
0
08-24-2011, 03:55 PM
use - Datatable.export "Filename.xls"
This will export the qtp result file to excel
Posts: 8
Threads: 3
Joined: Apr 2011
Reputation:
0
08-24-2011, 04:21 PM
Hi,
Thanks, i did come across this code on the net, but i was unable to use it. I get a general run error while calling the write results function. Any idea why?
Also, i gave
sStatus="fail"
sFunctionality="blah"
sDescription="bloom"
Am assuming we can give any random strings for these values, right?
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
08-26-2011, 05:49 PM
Ya i think we can use random strings for these values...