10-08-2009, 01:05 PM
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,
On the QC, under test settings enter this vbs file as a cleanup script.
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.
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.