我使用 HP 的 OTAClient.dll 与 Quality Center 连接。我的连接是正确的:
TDConnection tdCon = new TDConnection();
tdCon.InitConnectionEx("http://....");
tdCon.Login("username", "userpass");
tdCon.Connect("****", "********");
但在这方面我得到错误:
Req newReq = new Req();
我在 x86 中设置了平台目标,但没有帮助我