Micro Focus QTP (UFT) Forums
Results.xml file limitation to 1 run? - 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: Results.xml file limitation to 1 run? (/Thread-Results-xml-file-limitation-to-1-run)



Results.xml file limitation to 1 run? - amccombs - 07-03-2009

I am writing a QTP script that will test an install.exe file. If it finds one in a folder it will run it, then delete it and loop through a wait statement until another install.exe shows up.

The script will use outlook and email the Results.xml file. The problem is with my Results.xml file. The first email looks fine, but then when it finds the second install.exe there is only half of the test is in the Results.xml file. Is there a file size limitation on this file? I tried having the script delete the Results.xml file between runs but it won't, probably due to the script still running.

Any suggestions?
Thank you