Example #1
0
 public void TestPQAReportGnereteCustomReport()
 {
     TestCaseID = "CGN-28";
     PQAInspectionSummaryReport.LoadTheReportSelectionWindow();
     PQAInspectionSummaryReport.LoadCustomReportTabInReportBrowser();
     PQAInspectionSummaryReport.GenerateCustomeReport(CustomReportName);
 }
Example #2
0
 public void TestPQAReportDeleteCreatedCustomReport()
 {
     TestCaseID = "CGN-29";
     PQAInspectionSummaryReport.DeleteCustomReport(CustomReportName);
     PQAInspectionSummaryReport.VerifyCustomReportIsAvailableInCustomReportListInReportBrowser(CustomReportName);
     PQAInspectionSummaryReport.CloseReportBrowserWindow();
 }
Example #3
0
 public void TestPQAReportLauncLaneSummaryReport()
 {
     TestCaseExternalID = "CGN-13";
     LaneSummaryReport.ClickReportButtonInPQAToolBar();
     PQAInspectionSummaryReport.LoadStandardReportTabInReportBrowser();
     LaneSummaryReport.LoadLaneSummaryReport();
     //PQASmartViewDataSelector.SearchByInspectionName(SharedInspectionName);
 }
Example #4
0
 public void TestPQAReportRevertWizardSettings()
 {
     TestCaseID = "CGN-10";
     PQAInspectionSummaryReport.RevertReportWizardSettings();
     PQAInspectionSummaryReport.LoadReportWizardWindow();
     PQAInspectionSummaryReport.LoadReportOptionsTabInReportWizardWindow();
     PQAInspectionSummaryReport.VerifyDefultSettingsOfTheReportOptionsTab();
     PQAInspectionSummaryReport.CloseReportWizardWindow();
 }
Example #5
0
 public void TestPQAReportLaunchInspectionSummaryReport()
 {
     TestCaseID = "CGN-8";
     PQAInspectionSummaryReport.LoadTheReportSelectionWindow();
     PQAInspectionSummaryReport.DisplayInspectionSummaryReport();
     //inspectionSummaryReport.MaximizedInspectionSummaryWindow();
     PQAInspectionSummaryReport.VerifyInspectionSummaryReportLoadedProperly();
     //inspectionSummaryReport.CloseInspectionSummaryReportWindow();
 }
Example #6
0
        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");
        }
Example #7
0
        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");
        }
Example #8
0
 public void TestPQAReportBookmarkDropDown()
 {
     TestCaseID = "CGN-007";
     PQAInspectionSummaryReport.NavigateTo("$Report.Control.Graph");
 }
Example #9
0
 public void TestPQAReportCreateCustomInspectionSummaryReport()
 {
     TestCaseID = "CGN-27";
     PQAInspectionSummaryReport.CreateCustomInspectionSummaryReport(CustomReportName);
 }
Example #10
0
 public void TestPQAReportCreateDataFilter()
 {
     TestCaseID = "CGN-9";
     PQAInspectionSummaryReport.CreateDataFilter("DataFilter" + RandomNumber);
 }
Example #11
0
 public void TestCloseReportAndPQA()
 {
     PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQAWebViewer.CloseWebViewer();
     PQAWebViewer.CloseSmartViewPQA();
 }
Example #12
0
 public void PQACloseReportWindow()
 {
     TestCaseID = "007";
     PQAInspectionSummaryReport.CloseInspectionSummarryReport();
 }
Example #13
0
 public void TestPQAReportInspectionSummaryReportPushpin()
 {
     TestCaseID = "CGN-11";
     PQAInspectionSummaryReport.PushpinCurrentReport();
     PQAInspectionSummaryReport.VerifyControlsStatusInReportToolbar(false);
 }