Невозможно подключить Excel к ALM - PullRequest
0 голосов
/ 01 августа 2020

Попытка подключиться к HP ALM 12.5 из Excel с использованием кода ниже

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

и ссылки на библиотеки ниже: enter image description here

If i try to run I get an error as below on the line

Set oTDConnection = CreateObject("TDApiOle80.TDConnection")

здесь , здесь , и здесь , но не удалось разрешить

1 Ответ

0 голосов
/ 03 августа 2020

Установите клиент HP ALM на свой компьютер, он доступен на вашем сервере ALM: http://almserver: 8080 / qcbin / start_a. jsp? Common = true

...