public void TestPQATVChangeTrendPlotTypeToBar()
 {
     TestCaseID = "CGN-32";
     PQATrendWizard.LoardTrendWizard();
     PQATrendWizard.DisplayBarPlotInTrendViewer();
     PQATrendWizard.ClickFinishButton();
     PQATrendViewer.ClickRunButtonInTrendViewerToolBar();
 }
        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 TestPQATVShowLegend()
 {
     TestCaseID = "CGN-33";
     PQATrendWizard.SelectShowLegendCheckBox();
     PQATrendViewer.VerifyLegendIsShownInTrendViewer(true);
 }