public void TestSuiteCleanUp()
 {
     TestCaseID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     PQAWebViewer.CloseSmartViewPQA();
 }
 public void TestSuiteCleanUp()
 {
     TestCaseExternalID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     Applications.CloseAllApplication("PQA");
 }
Exemple #3
0
 public void TestPQADSLaunchDefectSummaryReport()
 {
     TestCaseExternalID = "CGN-30";
     PQADefectSummary.LoadDefectSummary();
     //PQADefectSummary.SelectIndividualInspectionForDefectSummary();
     //PQASmartViewDataSelector.SearchByRecipeAndSelelectDefinedRecored(InspectionName);
     //PQADefectSummary.VerifyDefectSummaryIsLoadedSuccessfully();
     Thread.Sleep(10000);
     // lodedInspectionNameInDefectSummary =  PQADefectSummary.GetDisplayedInspectionNameInDefectSummary();
     // PQADefectSummary.VerifyDisplayedInspectionNameInDefectSummary(lodedInspectionNameInDefectSummary);
     PQADefectSummary.ClickLoadNextInspectionButton();
     //lodedInspectionNameInWebViewer = webViewer.GetLoadedInspectionNameInWebViewer();
     Thread.Sleep(10000);
     // PQADefectSummary.VerifyDisplayedInspectionNameInDefectSummary(lodedInspectionNameInDefectSummary);
     // webViewer.VerifyInspectionNameIsChangedInWebViewer(lodedInspectionNameInWebViewer, false );
 }