Пример #1
0
 public void TestPQAReportLaneSummaryHideTable()
 {
     TestCaseExternalID = "CGN-14";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowTable(false);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
Пример #2
0
 public void TestPQAReportLaneSummaryShowGraph()
 {
     TestCaseExternalID = "CGN-17";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowGraph(true);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
Пример #3
0
 public void TestPQAReportLaneSummaryHideOutOfRangeLanes()
 {
     TestCaseExternalID = "CGN-21";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowOutOfRangeLanes(false);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
 public void TestPQAReportLaneSummaryHideEmptyLane()
 {
     TestCaseID = "CGN-18";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowEmptyLanes(false);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
 public void TestPQAReportLaneSummaryHideGraph()
 {
     TestCaseID = "CGN-16";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowGraph(false);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
 public void TestPQAReportLaneSummaryShowTable()
 {
     TestCaseID = "CGN-15";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowTable(true);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
 public void TestPQAReportLaneSummaryShowOutOfRangeLanes()
 {
     TestCaseID = "CGN-20";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowOutOfRangeLanes(true);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
Пример #8
0
 public void TestPQAReportLaneSummaryColumnHeaderRotation()
 {
     TestCaseExternalID = "CGN-24";
     String[] orientations = { "Vertical", "Automatic", "Horizontal" };
     for (int index = 0; index < orientations.Length; index++)
     {
         ReportWizardSectionFormatting.LoadReportWizard();
         ReportWizardSectionFormatting.LoadSectionFormattingTab();
         ReportWizardSectionFormatting.SelectSectionToFormat();
         ReportWizardSectionFormatting.DefineColumnHeaderRotation(orientations[index]);
         ReportWizardReportOptions.ApplyWizardChanges();
     }
 }
Пример #9
0
        public void TestPQAReportLaneSummaryGroupByView()
        {
            TestCaseExternalID = "CGN-22";
            ReportWizardReportOptions.LoadReportWizard();
            ReportWizardReportOptions.LoadReportOptionsTab();
            ReportWizardReportOptions.GroupByView(true);
            ReportWizardReportOptions.ApplyWizardChanges();

            ReportWizardReportOptions.LoadReportWizard();
            ReportWizardReportOptions.LoadReportOptionsTab();
            ReportWizardReportOptions.GroupByView(false);
            ReportWizardReportOptions.ApplyWizardChanges();
        }
Пример #10
0
        public void TestPQAReportLaneSummaryFlipRowsAndColumns()
        {
            TestCaseExternalID = "CGN-26";
            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.FlipRowsAndColumns(true);
            ReportWizardReportOptions.ApplyWizardChanges();

            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.FlipRowsAndColumns(false);
            ReportWizardReportOptions.ApplyWizardChanges();
        }
Пример #11
0
        public void TestPQAReportLaneSummaryDisplayTotals()
        {
            TestCaseExternalID = "CGN-25";
            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.DisplayTotals(true);
            ReportWizardReportOptions.ApplyWizardChanges();

            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.DisplayTotals(false);
            ReportWizardReportOptions.ApplyWizardChanges();
        }
        public void TestPQAReportLaneSummaryHighlightRows()
        {
            TestCaseID = "CGN-23";
            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.HighlightRows(true);
            ReportWizardReportOptions.ApplyWizardChanges();

            ReportWizardSectionFormatting.LoadReportWizard();
            ReportWizardSectionFormatting.LoadSectionFormattingTab();
            ReportWizardSectionFormatting.SelectSectionToFormat();
            ReportWizardSectionFormatting.HighlightRows(false);
            ReportWizardReportOptions.ApplyWizardChanges();
        }
Пример #13
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");
        }