I'm currently trying to run some QTP/UFT test scripts that are saved on our 
company's ALM server from a VBScript. I am setting my results location by

Set qtpResultsOptions = CreateObject("QuickTest.RunResultsOptions")
qtpResultsOptions.ResultsLocation = "C:\Path\To\Save\Folder"
test.Run qtpResultsOptions

However, nothing gets saved there. To make matters even stranger, if the 
"Folder" is already present, it runs the test and then that folder is 
removed, but it doesn't go to the Recycle Bin. However, if I specify the 
results location as C:\Path\To\Save\Folder\Results.xml then it retains that 
folder, but doesn't save anything there. I will likely have to clear things 
after this post, but the behavior is bizarre and I don't have any idea what 
to do.

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to