【发布时间】:2020-11-22 00:58:20
【问题描述】:
尝试使用以下代码从 Excel 连接到 HP ALM 12.5
qcURL = "https://xxx-alm.xxxx.com/qcbin"
qcID = "xxxxx"
qcPWD = "xxxx"
qcDomain = "xxxO"
qcProject = "xxxxxx"
'Initiate connection with ALM Server
Set oTDConnection = CreateObject("TDApiOle80.TDConnection")
oTDConnection.InitConnection qcURL, qcDomain
oTDConnection.ConnectProject qcProject, qcID, qcPWD
Set com = oTDConnection.Command
如果我尝试运行,则会出现如下错误
Set oTDConnection = CreateObject("TDApiOle80.TDConnection")
【问题讨论】:
标签: excel vba alm hp-quality-center hp-alm