0

i am trying to integrate QC 9.2 with QTP 11.0.

The QC 9.2 is installed on my local machine and QTP 11.0 is at some other remote machine. I want my QC to be able to communicate with QTP 11 to run the test scripts.

Please help me with this and please note that i am quite new to both QC and QTP.

Thanks in advance.

user443208
  • 35
  • 1
  • 1
  • 8

2 Answers2

0

You can perform the same in testlab of QC in test instance before click run you will see options run on host or local in remote host you specify the remote machine name which must be in same network. At the same time in the remote machine you have to install the remote agent and in qtp options of test run check on allow other hp products.

0

This is all documented in the manuals.

In short:

  • You need to install the QC connectivity for QTP add-in on the QTP machine. It enables your QTP to access stuff stored in the QC project, and allows tools to execute QTP tests.

  • One such a tool is QC if you install the QTP add-in for QC. It enables QC to host (integrate, store) QTP tests, to launch QTP directly, and to schedule and perform QTP test executions from within QC´s test lab.

  • If you want to use version control, you need (as far as I remember) the appropriate QC feature option installed (additional license cost).

Be prepared that older versions of QC do not integrate well with newer versions of QTP, and vice versa.

Also, each .0 release of QC/QTP usually is imperfect in terms of integration, usually HP needs one or two patches before it works.

It is highly recommended to try this integration only if you have an active maintenance agreement since there are a lot of details to be accounted for.

(And sorry I am not 100% sure which of the add-ons is called add-on, and which is an add-in, but hey...)

TheBlastOne
  • 4,291
  • 3
  • 38
  • 72