コード例 #1
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");
        }
コード例 #2
0
 public void TestPQATVLaunchTrendViewer()
 {
     TestCaseID = "CGN-31";
     PQATrendViewer.GenerateTrendViewer();
     PQATrendViewer.ChangeToSharedSelection();
 }