Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code to run all QTP scripts and see all results
#11
Not Solved
1. When i try downloading MTM .. it first downloaded CodecPackage.exe and now today when in tried it downloaded ImageEditorSetup.exe!
Where can i get MTM?

2. For Custom report can I see report for all test cases in 1 report?
Reply
#12
Not Solved
(07-04-2013, 05:42 PM)supputuri Wrote: 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.



hi,
can i get your mailĀ id.

Thank you
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)