Exemplo n.º 1
0
 public void TestPQAReportLaneSummaryHideOutOfRangeLanes()
 {
     TestCaseExternalID = "CGN-21";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowOutOfRangeLanes(false);
     ReportWizardReportOptions.ApplyWizardChanges();
 }
 public void TestPQAReportLaneSummaryShowOutOfRangeLanes()
 {
     TestCaseID = "CGN-20";
     ReportWizardReportOptions.LoadReportWizard();
     ReportWizardReportOptions.LoadReportOptionsTab();
     ReportWizardReportOptions.ShowOutOfRangeLanes(true);
     ReportWizardReportOptions.ApplyWizardChanges();
 }