Micro Focus QTP (UFT) Forums
How to export the validated Result screen value to an XML file using a code in QTP - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to export the validated Result screen value to an XML file using a code in QTP (/Thread-How-to-export-the-validated-Result-screen-value-to-an-XML-file-using-a-code-in-QTP)



How to export the validated Result screen value to an XML file using a code in QTP - Harish - 06-22-2011

when i try to export the result screen value by clicking on FILE->EXPORT from the result screen the system doesn't ask for any path to store the file ,can anyone suggest my how to do it using a code


RE: How to export the validated Result screen value to an XML file using a code in QTP - Skepsis - 06-28-2011

Not sure if you can change the export path, but you could create a batch file to run afterwards that moves from the default location to the location you want.
Or if this is a sequence of tests and you have an over writing issue then at the start of the next script run the batch file to move the results from the previous test, renaming it in the process. (You can of cause just use standard VBscripting file copy/move rather than batch files.