コード例 #1
0
 public void TestPQATVChangeTrendPlotTypeToBar()
 {
     TestCaseID = "CGN-32";
     PQATrendWizard.LoardTrendWizard();
     PQATrendWizard.DisplayBarPlotInTrendViewer();
     PQATrendWizard.ClickFinishButton();
     PQATrendViewer.ClickRunButtonInTrendViewerToolBar();
 }
コード例 #2
0
 public void TestSuiteCleanUp()
 {
     TestCaseID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     PQAWebViewer.CloseSmartViewPQA();
 }
コード例 #3
0
 public void TestSuiteCleanUp()
 {
     TestCaseExternalID = "CGN-55";
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     // PQAInspectionSummaryReport.CloseInspectionSummarryReport();
     PQATrendViewer.CloseTrendViewer();
     PQADefectSummary.CloseDefectSummary();
     //inspectionSummaryReport.CloseReportBrowserWindow();
     PQAWebViewer.CloseWebViewer();
     Applications.CloseAllApplication("PQA");
 }
コード例 #4
0
        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");
        }
コード例 #5
0
 public void TestPQATVShowLegend()
 {
     TestCaseID = "CGN-33";
     PQATrendWizard.SelectShowLegendCheckBox();
     PQATrendViewer.VerifyLegendIsShownInTrendViewer(true);
 }
コード例 #6
0
 public void TestPQATVLaunchTrendViewer()
 {
     TestCaseID = "CGN-31";
     PQATrendViewer.GenerateTrendViewer();
     PQATrendViewer.ChangeToSharedSelection();
 }