public static QCTestInstance GetTestInstanceWithTestCaseId(string testCaseId) { try { return(QcRestClient.GetTestInstanceWithTestCase(testCaseId)); } catch (Exception ex) { Reporter.ToLog(eLogLevel.ERROR, "Failed to get test instances with REST API", ex); return(null); } }