public void TestSuiteCleanUp()
 {
     TestCaseExternalID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     Applications.CloseAllApplication("PQA");
 }
 public void ClosePQA()
 {
     Applications.CloseAllApplication("PQA");
 }