Download of results in QTP v11 - 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: Download of results in QTP v11 (/Thread-Download-of-results-in-QTP-v11) |
Download of results in QTP v11 - jason.hofmann@auspost.com.au - 09-04-2012 [attachment=1111]How do you save/download the results table in v11. You used to be able to just copy it but that doesn't work now. Please see attachment. RE: Download of results in QTP v11 - Ankesh - 09-04-2012 The result table is actually the datatable which QTP uses. You can simply export the datatable at the end of your script. Datatable.Export "C:\REsultFile.xls" Regards, Ankesh |