10-01-2010, 09:07 AM
I am trying to save the results of the scripts running through QC using QTP in a different folder. I use the following code at the beginning of the script..
Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions") ' Create the Run Results Options object
qtResultsOpt.ResultsLocation = "C:\Tests\Test1\" & Resi ' Set the results location
It somehow does not work and the results are saved in the default folder. Can someone please advice on this?
Thanks,
Sai Kumar Borusu
Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions") ' Create the Run Results Options object
qtResultsOpt.ResultsLocation = "C:\Tests\Test1\" & Resi ' Set the results location
It somehow does not work and the results are saved in the default folder. Can someone please advice on this?
Thanks,
Sai Kumar Borusu