Exemplo n.º 1
0
 public void TestSuiteCleanUp()
 {
     TestCaseID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     PQAWebViewer.CloseSmartViewPQA();
 }
Exemplo n.º 2
0
 public void TestCloseReportAndPQA()
 {
     PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQAWebViewer.CloseWebViewer();
     PQAWebViewer.CloseSmartViewPQA();
 }
Exemplo n.º 3
0
 public void ClosePQA()
 {
     PQAWebViewer.CloseSmartViewPQA();
 }