02-25-2009, 01:20 PM
Brother i assume you are able to run test with the help of external script, if so then do the following, it will do all what you required. If you could not run the test through script uptill now then tell me I can help you from scratch.
"hkey_local_machine\software\mercury interactive/quicktest progessional/logger/media/log" there will be a ACTIVE key, set the value to 1. Now if you navigate to your test result folder you will find a log folder in it(run a test and check it). Here will lie the html version of your TEST result. Now in the second step force the qtp to save the result at a specified location, you can do it by doing the following:
Always Ready and happy to help!!!
"hkey_local_machine\software\mercury interactive/quicktest progessional/logger/media/log" there will be a ACTIVE key, set the value to 1. Now if you navigate to your test result folder you will find a log folder in it(run a test and check it). Here will lie the html version of your TEST result. Now in the second step force the qtp to save the result at a specified location, you can do it by doing the following:
Code:
Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions")
qtResultsOpt.ResultsLocation ="give the path of the folder where you want to save this test result"
qtResultsOpt.test.run
Always Ready and happy to help!!!