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

I am trying to see how to run to run all my QTP scripts together and came up with
Code:
[set QtpApp=createobject("Quicktest.application") QtpApp.launch QtpApp.visible=true QtpApp.open ("D:\Storage Secure\QTP sample practice\Tests\SSMC Modules\TestAddLoginVerifyLogout-Menu") set QtpTest=QtpApp.test QtpTest.run QtpApp.open ("D:\Storage Secure\QTP sample practice\Tests\SSMC Modules\TestAddLoginVerifyLogout-Tree") set QtpTest=QtpApp.test QtpTest.run 'QtpTest.close 'QtpApp.quit]


Now when i want to see the result only last test result is shown in result viewer. how can i see results to all test cases?

Is this the best way to perform this operation to run all test cases collectively?
Reply
#2
There are many ways we can do it.

1) Simple way is using MTM (Multi Test Manager) where you will build a test suit and then simple hit on Run, which will execute the scripts and give you the status report. But, we have to make sure that the results path is not pointing to Temp.
2) Develop a custome reporting where all the steps will be stored in your desired location.
If you don't want to change your current code, then you can change the results folder to you desired folder where you want to see the Results, once you are done with scripts execution you can access all the execution reports.

Let me know if you need any more help.
Thanks,
SUpputuri
Reply
#3
Thanks supputuri ...and Yes I need more help Smile

1 .Where can i get MTM to download and install ? I can not find it online!

2. How can i create a custom report? Please elaborate and share any links if you can.

3. How can i change the path of test results folder so that i can see result?
Reply
#4
Automate like this:
1.Open results viewer from qc after each execution
2.capture desktop
3. save it with the testcase name with time stamp
4. view or share anyfile @ anytime
or
After each execution export the execution results from qc as html report
Reply
#5
My test cases are not related to QC.
I just have qtp as independent tool used to automate test scripts.

Please suggest how can I see test results for all test cases collectively.
PS I need a collective report showing what all test cases pass and which of them fails
Reply
#6
Have you checked with Test Batch Runner available at Start > All Programs > ....> Tools > test Batch Runner.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply
#7
yes , test batch runner do not show test result report.
I need to see a report of all test cases executed
Reply
#8
Thanks,
SUpputuri
Reply
#9
Thanks Supputuri,

1. I went to this MTM link before but could not download MTM from here Sad
2. In custom code .. can i see all results in 1 page instead of browsing each test result report file seperately?
Reply
#10
Please ensure to include your code between [code] tags while asking or replying to questions. I have done this for you for this time.
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)