Micro Focus QTP (UFT) Forums
Is there a way to Disable Write Run Results - 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: Is there a way to Disable Write Run Results (/Thread-Is-there-a-way-to-Disable-Write-Run-Results)



Is there a way to Disable Write Run Results - rdemers25 - 07-14-2009

I was wondering if there is a way to disable the writing of the run results. We are using our own results, so there is really no need to save theirs (we just delete them after the number gets big). When I used TestPartner there was a to not save them in the settings, but I don't see anything in QTP to disable this.


RE: Is there a way to Disable Write Run Results - Ankur - 07-14-2009

Use Filter property of Reporter object.

For ex: to disable all messages you can use

Code:
Reporter.Filter = rfDisableAll



RE: Is there a way to Disable Write Run Results - rdemers25 - 07-15-2009

What I'm really asking, is there a way to even keep the dialog from poping up asking where you want to save the results. Is there a way to get rid of that.