Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code to run all QTP scripts and see all results
#1
Not Solved
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


Messages In This Thread
Code to run all QTP scripts and see all results - by Pkapoor - 07-02-2013, 06:28 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)