Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to set resluts folder through code
#2
Not Solved
Hi Amit,

Try this.
Code:
TestName = Environment.Value("TestName")
Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions") ' Create the Run Results Options object
qtResultsOpt.ResultsLocation = "C:\Tests\" & TestName & "\ Results" ' Set the results location
Set qtResultsOpt = Nothing
msgbox Environment.Value("ResultDir")

Please let me know if you need any more info.
Thanks,
SUpputuri
Reply


Messages In This Thread
RE: How to set resluts folder through code - by supputuri - 07-29-2010, 08:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Executing via create "RES"xx folder? nishitd 0 1,245 03-07-2018, 01:09 AM
Last Post: nishitd
  code for validation to create a sub folder smiley 0 1,541 10-19-2016, 10:08 PM
Last Post: smiley
  [UFT] Close opened folder robertosalemi 1 3,336 02-10-2016, 07:06 PM
Last Post: robertosalemi
  Run scripts from folder badri 1 2,819 11-26-2014, 06:18 PM
Last Post: vinod123
  Folder dineshreddymca 0 2,234 03-08-2013, 09:50 AM
Last Post: dineshreddymca

Forum Jump:


Users browsing this thread: 1 Guest(s)