Micro Focus QTP (UFT) Forums
Quality Center with QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Quality Center with QTP (/Thread-Quality-Center-with-QTP)



Quality Center with QTP - pranjal - 09-17-2009

Hi,
I have a basic question regarding QC and QTP.
When I store a QTP script which has an attached recovery scenario in QC and run it from QC on my local host, it works fine and the recovery scenario on my local machine gets invoked.
My question is, if I change the host to some other machine, how do I make sure the recovery scenario is invoked?
My guess is I would need to copy the .qrs to the other machine at exactly the same directory structure.

please confirm.
thanks.


RE: Quality Center with QTP - basanth27 - 09-18-2009

Are you dynamically loading the recovery scenario ?

Why dont you associate it to the test and it will invoke irrespective of your machine.


RE: Quality Center with QTP - pranjal - 09-18-2009

I do associate it with the test using File->Settings->Recovery.
But when the test runs from QC on my local machine, in the report it shows that a recovery scenario was invoked and the path it gives is my local machine path 'C:\ ....'. So I was not sure if it would work on a different machine.


RE: Quality Center with QTP - pranjal - 09-18-2009

I did try to run it on a different host. And as I suspected i got a warning:
Scenario: LoginLoadError
Defined in: C:\Program Files\HP\QuickTest Professional\Tests\RecoveryScenario\LoginLoadError.qrs
Loading failed with error: ( 80030003 )

This is the very first thing the test does. It has the scenario attached in settings so it tries to load it up.

Any ideas on what needs to be done?

appreciate your help. thanks


RE: Quality Center with QTP - basanth27 - 09-21-2009

Yes, if you have your recovery scenarios loaded in the local machine then it will not work in all. Try this,

1. Create a Folder on QualityCenter and store all of your recovery scenarios there.
2. Associate the recovery scenario to the File->Settings-> and choose the recovery scenario stored in QC.So your path should be \\Qualitycenter\....

This way you dont have to go through the hassle of creating the structure and copying the files into machines. But let me also tell you, The more Recovery scenarios you associate for a test from QC the slower the execution will be, reason being QTP will ping QC server back and forth which is a lag on the network.


RE: Quality Center with QTP - pranjal - 09-23-2009

that worked beautifully! thanks a lot! also, it took the same amount of time to invoke the recov scenario from both QC and local machine.