Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code to run all QTP scripts and see all results
#8
Not Solved
Hi PKapoor,

Sorry for the delay...
1)Where I can get the MTM?
check this link : Download MTM
2) Custom Reporting: you have to write your own custom report using the Reporter class in QTP.
3) How to change the results path?
User the QTP object (AOM to change the automation test results path).
Snippet:

Code:
'Create the Run Results object
set oQTPResultsLoc = CreateObject("QuickTest.RunResultsOptions")
'Make sure that you have the required folders for results storing.
'In this example C:\Test Results is the folder where I want to store my results with Test Case name.

'Now change the results location
oQTPResultsLoc .ResultsLocation "C:\Test Results\" & Environment("TestName")

Once your script execution is completed you can see each script report in this location.
Ping me if you are looking for any more help in this regard.
Thanks,
SUpputuri
Reply


Messages In This Thread
RE: Code to run all QTP scripts and see all results - by supputuri - 07-04-2013, 05:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  To send the QTP Results to mail using Thunderbird Naresh 0 2,146 04-03-2015, 03:19 PM
Last Post: Naresh
  Run scripts from folder badri 1 2,660 11-26-2014, 06:18 PM
Last Post: vinod123
  Error while opening test run results vkalyankar 3 4,015 11-12-2014, 09:49 AM
Last Post: vinod123
  How to send QTP status results to mobile Naresh 0 2,949 09-02-2014, 03:50 PM
Last Post: Naresh
  How to run driver script to kick off scripts stored in QC? shipu 0 3,398 04-30-2014, 02:39 AM
Last Post: shipu

Forum Jump:


Users browsing this thread: 1 Guest(s)