Quality Testing

Quality is delighting customers

Hi,

How to connect QC from QTP?  Can any one share process to connect QC from QTP automation tool.

-Kiran

Tags: QC, QTP, connect

Views: 199

Reply to This

Replies to This Discussion

open qtp
click on File's tab
click on quality centre connection
enter the qc url..click on connect
enter the qc credentails..... thats it!
You can also connect to QC from QTP using following script:

Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True
qtApp.TdConnection.Connect "[QC URL]", "[Domain]","[Project]","[Username]","[Password]",False

In the last statement fill your QC's URL, Domain, Project, Username, password. Last option is 'True' if you want ur password in encrypted format otherwise keep it 'False'.

RSS

TTWT Magazine

Online Training

You Can


Call for Articles

Advertisement

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service