Exemple #1
0
 public static QCTestCaseColl GetTestCases(List <string> testCasesIds)
 {
     try
     {
         return(QcRestClient.GetTestCases(testCasesIds));
     }
     catch (Exception ex)
     {
         Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to get test cases with REST API", ex);
         return(null);
     }
 }