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 TestPQATVLaunchTrendViewer() { TestCaseID = "CGN-31"; PQATrendViewer.GenerateTrendViewer(); PQATrendViewer.ChangeToSharedSelection(); }