Hi Friends,
Using below method you can connect QC with QTP,
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True
qtApp.TDConnection. Connect "URL", "DOMAIN", "PROJECT", "USERNAME", "PASSWORD", False
Regards,
Jitesh Sojitra.
Sunday, 27 May 2007
Connecting QC with QTP using scripting
Posted by Jitesh Sojitra at 3:57:00 pm
Subscribe to:
Post Comments (Atom)
2 comments:
Really, it is very useful!!
Automated Testing!!
Post a Comment