Where the QTP results are stored in QTP?

I want exact path of the folder

Questions by ramaraogoud   answers by ramaraogoud

Showing Answers 1 - 9 of 9 Answers

akothuru

  • Sep 9th, 2008
 

When you click on Run or press F5, Run Window will appear and it ask you to specify the QTP test results to be stored.

By default, it select the option 'New run results folder'. If user selectes this option, For each, one new result folder will be created with the name "Res" and the number i.e if it is first time, it creates Res1, second time Res2 etc... These Res folders will be created in the your test script folder. You can also store these test results on the specific path.

Another option is 'Temporary run results folder'
By default, its folder path is "DrivenameDOCUME~1UsernameLOCALS~1TempTempResults". For every run, QTP overwrites the result in the same folder.

  Was this answer useful?  Yes

Sarah Syed

  • Nov 16th, 2016
 

Question: How do you change the path in new result folder permanently. Because I keep having to change everytime I want to run my script. Is there any setting where I can permanently do that.

  Was this answer useful?  Yes

saurabh silori

  • Dec 4th, 2016
 

If you know the relative path of folder then you can find absolute path of folder as :
oFoldr-- Relative path
Set objFSO = CreateObject("Scripting.Filesystemobject")
objFSO.GetAbsolutePathName(oFoldr)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions