コード例 #1
0
        public void PRC_QcsetDashboard_ClickDocLinksInQcSetWidgetFromReviewDashboard_ShouldDisplayDocsInDocList()
        {
            TestHelper.UpdateWorkflowState(WorkflowStateQcSetReviewCompleted);

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            this.analysisSetReviewActions.WaitForLoadPage();

            QcSetDashboardActions.VerifyRelevantDocListInQcSetSummary(driver);

            QcSetDashboardActions.ClickOnProjectDashboardLink(driver);

            this.analysisSetReviewActions.WaitForLoadPage();

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            this.analysisSetReviewActions.WaitForLoadPage();

            QcSetDashboardActions.VerifyNotRelevantDocListInQcSetSummary(driver);

            QcSetDashboardActions.ClickOnProjectDashboardLink(driver);

            this.analysisSetReviewActions.WaitForLoadPage();

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            this.analysisSetReviewActions.WaitForLoadPage();

            QcSetDashboardActions.VerifyNotCodedDocListInQcSetSummary(driver);
        }
コード例 #2
0
        public void PRC_QcsetDashboard_BeforeQcSetCreated_VerifyQcSetNotCreatedState()
        {
            TestHelper.UpdateWorkflowState(WorkflowStateQcSetCreateNotStarted);

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            QcSetDashboardActions.VerifyQcSetNotCreatedState(driver);
        }
コード例 #3
0
        public void PRC_QcsetDashboard_ClickStartReview_ReviewShouldBeInProgress()
        {
            TestHelper.UpdateWorkflowState(WorkflowStateQcSetReviewNotStarted);

            CommonActions.NavigateToUrl(driver, Settings.PCReviewDashboardUrl);

            CommonActions.ClickTab(driver, CommonActions.VerificationTabId);
            QcSetDashboardActions.VerifyQcsetReviewReadyToStartState(driver);

            this.analysisSetReviewActions.WaitForLoadPage();

            this.analysisSetReviewActions.ClickVerificationSetStartReview();

            this.analysisSetReviewActions.WaitForLoadPage();
            this.analysisSetReviewActions.DisableAutoAdvance();

            this.analysisSetReviewActions.ClickProjectDashboardLink();

            this.analysisSetReviewActions.WaitForLoadPage();
            CommonActions.ClickTab(driver, CommonActions.VerificationTabId);

            QcSetDashboardActions.VerifyQcsetReviewInProgressState(driver);
        }