Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP from QC - close QTP after test run
#3
Solved: 10 Years, 10 Months, 2 Weeks ago
FurtherMore, If you do not want to play with the .ini configuration file and would want to handle the QTP machines interacting with QC based on your preference, then write a vbs file using the QTP AOM to simply say,
Code:
Set oApp = CreateObject("QuickTest.Application")
oApp.Close
Set oApp = Nothing


On the QC, under test settings enter this vbs file as a cleanup script.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.


Messages In This Thread
RE: QTP from QC - close QTP after test run - by basanth27 - 10-08-2009, 01:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Maximize and Close a Browser mv8167 4 16,161 03-26-2023, 03:55 PM
Last Post: Mike B
  Send automatic email notification when test run started helmzshelmz 0 949 04-03-2020, 07:54 AM
Last Post: helmzshelmz
  Close popup ad windows dustwynn 1 2,775 10-25-2016, 05:57 PM
Last Post: Ankur
  [UFT] Close opened folder robertosalemi 1 3,181 02-10-2016, 07:06 PM
Last Post: robertosalemi
  Error while opening test run results vkalyankar 3 4,043 11-12-2014, 09:49 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)