Пример #1
0
 public void tc_57100_As_an_Admin_Run_a_report_on_Matrix_type_questions_in_standard_survey_reports()
 {
     CommonSection.Manage.SurveysAndEvaluations();
     _test.Log(Status.Info, "Click Surveys and Evaluations under Manage");
     SurveysPage.SearchSurvey("MatrixTypeQuestion_Report");
     _test.Log(Status.Info, "Search Created Survey");
     SurveyPage.ItemsTab.ViewVisualReportFromActionsMenu("MatrixTypeQuestion_Report");
     _test.Log(Status.Info, "Click on View Report from Action Dropdown for Published Survey with Responses");
     Assert.IsTrue(SurveyReportPage.VerifySurveyReportIsDisplayed("MatrixTypeQuestion_Report"));
     _test.Log(Status.Pass, "Verify Survey Report is Displayed");
     Assert.IsTrue(SurveyReportPage.VerifyMatrixQuestionTextAreDisplayed());
     _test.Log(Status.Pass, "Verify Question Text is Displayed");
     Assert.IsTrue(SurveyReportPage.VerifyMatrixOverallAverageRatingIsDisplayed());
     _test.Log(Status.Pass, "Verify Overall Average Rating is Displayed");
     Assert.IsTrue(SurveyReportPage.VerifyMatrixTabularRepresentationIsDisplayed());
     _test.Log(Status.Pass, "Verify Tabular Representation is Displayed");
     Assert.IsTrue(SurveyReportPage.VerifyMatrixChoisesAndPercentageResponseIsDisplayed());
     _test.Log(Status.Pass, "Verify % of Responses (Responses) for each rating choices is displayed in Tabular Representation");
     Assert.IsTrue(SurveyReportPage.VerifyMatrixTotalOfResponsesIsDisplayed());
     _test.Log(Status.Pass, "Verify # of Responses (Total) for each rating is displayed in Tabular Representation");
 }