(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
Code to run all QTP scripts and see all results
|
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
To send the QTP Results to mail using Thunderbird | Naresh | 0 | 2,497 |
04-03-2015, 03:19 PM Last Post: Naresh |
|
Run scripts from folder | badri | 1 | 2,978 |
11-26-2014, 06:18 PM Last Post: vinod123 |
|
Error while opening test run results | vkalyankar | 3 | 4,509 |
11-12-2014, 09:49 AM Last Post: vinod123 |
|
How to send QTP status results to mobile | Naresh | 0 | 3,093 |
09-02-2014, 03:50 PM Last Post: Naresh |
|
How to run driver script to kick off scripts stored in QC? | shipu | 0 | 3,709 |
04-30-2014, 02:39 AM Last Post: shipu |
Users browsing this thread: 1 Guest(s)