Micro Focus QTP (UFT) Forums
QC connection via vbs. - 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: QC connection via vbs. (/Thread-QC-connection-via-vbs)



QC connection via vbs. - Amit Singh Chauhan - 04-25-2011

Hi,

We can connect to QC from QTP using VBA code. Please let me know how to connect to QC via vbs.

I have tried creating object
Code:
Set tdc = CreateObject("tdapiole80.tdconnection")

but while executing it gives error : "class not defined".


RE: QC connection via vbs. - Saket - 04-26-2011

see if this post helps - A complete guide to working on Quality Center with QTP