05-22-2013, 07:03 AM
Well, I am still uncertain about your requirement. But let me throw out all of the options available,
1. You can establish an automatic connection to QC with QTP on the settings tab. This way you can remain connected to QC forever to save tests or download tests from QC.
2. There is a util called QCUTIL available on QTP to interact with QC. This is a programmatic reference and you can talk to the QC using QTP via this object.
3. If you are trying through Vbscript you can use the below object to exploit methods of QC. This is programmatic reference.
Pick your choice and ask questions based on that. You can also use QTP user guide to know more about the various methods and actions available for that object as well google for the keyword.
Good Luck and happy learning
1. You can establish an automatic connection to QC with QTP on the settings tab. This way you can remain connected to QC forever to save tests or download tests from QC.
2. There is a util called QCUTIL available on QTP to interact with QC. This is a programmatic reference and you can talk to the QC using QTP via this object.
3. If you are trying through Vbscript you can use the below object to exploit methods of QC. This is programmatic reference.
Code:
Set QCConnection = CreateObject("TDApiOle80.TDConnection")
Pick your choice and ask questions based on that. You can also use QTP user guide to know more about the various methods and actions available for that object as well google for the keyword.
Good Luck and happy learning
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.