public void LoadTestTrendViewer() { TestCaseExternalID = "CGN-8"; Applications.CloseAllApplication("PQA"); PQAWebViewer.LaunchPQA(PQAExePath, PQAAlternateExePath); PQATrendViewer.GenerateTrendViewer(); //PQATrendWizard.DefineQueryByLastDuration(); PQATrendWizard.DefineQuery(MasterData.PQAInspection); Thread.Sleep(5000); PQATrendViewer.WaitForEnableRunButtonInTrendViewerToolBar(); Thread.Sleep(10000); Applications.CloseAllApplication("PQA"); }
public void LoadTestInspectionSummaryReport() { TestCaseExternalID = "CGN-8"; Applications.CloseAllApplication("PQA"); PQAWebViewer.LaunchPQA(PQAExePath, PQAAlternateExePath); PQAWebViewer.LaunchSmartViewDataSelectorWindow(); //PQASmartViewDataSelector.ChangeDataBase(bool.Parse(MasterData.InPQAChangeDB), MasterData.PQADBServer, MasterData.PQADB); PQASmartViewDataSelector.CheckStartDateCheckBox(false); PQASmartViewDataSelector.SearchByRecipeAndClickOk(MasterData.PQAInspection); PQAInspectionSummaryReport.LoadTheReportSelectionWindow(); PQAInspectionSummaryReport.DisplayInspectionSummaryReport(); //inspectionSummaryReport.MaximizedInspectionSummaryWindow(); PQAInspectionSummaryReport.VerifyInspectionSummaryReportLoadedProperly(); PQAInspectionSummaryReport.VerifyInspectionSummaryToolBarControls(); Thread.Sleep(10000); Applications.CloseAllApplication("PQA"); }
public void LoadTestLauncLaneSummaryReport() { TestCaseExternalID = "CGN-13"; Applications.CloseAllApplication("PQA"); PQAWebViewer.LaunchPQA(PQAExePath, PQAAlternateExePath); PQAWebViewer.LaunchSmartViewDataSelectorWindow(); // PQASmartViewDataSelector.ChangeDataBase(bool.Parse(MasterData.InPQAChangeDB), MasterData.PQADBServer, MasterData.PQADB); PQASmartViewDataSelector.CheckStartDateCheckBox(false); PQASmartViewDataSelector.SearchByRecipeAndClickOk(MasterData.PQAInspection); LaneSummaryReport.ClickReportButtonInPQAToolBar(); PQAInspectionSummaryReport.LoadStandardReportTabInReportBrowser(); LaneSummaryReport.LoadLaneSummaryReport(); //inspectionSummaryReport.MaximizedInspectionSummaryWindow(); ReportWizardReportOptions.WaitForReportWizardIconIsEnabled(); LaneSummaryReport.WaitForRepotingOptionsAreEnabled(); Thread.Sleep(10000); Applications.CloseAllApplication("PQA"); }
public void LanuchPQA() { TestCaseExternalID = "CGN-001"; Applications.CloseAllApplication("PQA"); PQAWebViewer.LaunchPQA(PQAExePath, PQAAlternateExePath); }
public void LanuchPQA() { TestCaseID = "CGN-001"; PQAWebViewer.LaunchPQA(PQAExePath, PQAAlternateExePath); }