Represents the ALM system From IP at https://MYDOMAIN.saas.hp.com/qcbin/Help/doc_library/api_refs/REST/webframe.html
 public void TestSetup()
 {
     wrapper = new ALMRestClient.ALMClient(ALMAddress, UserName, Password, "AUTOSERVICING", "Servicing");
     wrapper.HideCustomExceptions = true;
 }
示例#2
0
 public void TestSetup()
 {
     wrapper = new ALMRestClient.ALMClient(ALMAddress, UserName, Password, "AUTOSERVICING", "Servicing");
     wrapper.HideCustomExceptions = true;
 }