Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
@report @report_outlineFeature: View an outline reportIn order to ensure the outline report works as expectedAs a teacherI need to log in as a teacher and view the outline reportBackground:Given the following "courses" exist:| fullname | shortname | format || Course 1 | C1 | topics |And the following "users" exist:| username | firstname | lastname | email || teacher1 | Teacher | 1 | teacher1@example.com || student1 | Student | 1 | student1@example.com || student2 | Student | 2 | student2@example.com |And the following "course enrolments" exist:| user | course | role || teacher1 | C1 | editingteacher || student1 | C1 | student || student2 | C1 | student |And the following "activities" exist:| activity | name | course | idnumber || forum | Forum name | C1 | forum1 || book | Book name | C1 | book1 |When I am on the "Course 1" course page logged in as adminScenario: View the outline report when only the standard log reader is enabledGiven I navigate to "Plugins > Logging > Manage log stores" in site administrationAnd "Disable" "link" should exist in the "Standard log" "table_row"And I am on the "Course 1" course page logged in as student1And I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Book name"And I am on the "Course 1" course page logged in as student2And I follow "Book name"And I am on the "Course 1" course page logged in as adminWhen I navigate to "Reports" in current page administrationAnd I click on "Activity report" "link"Then I should see "2 views by 2 users" in the "Book name" "table_row"And I should see "1 views by 1 users" in the "Forum name" "table_row"Scenario: View the outline report when no log reader is enabledGiven I navigate to "Plugins > Logging > Manage log stores" in site administrationAnd I click on "Disable" "link" in the "Standard log" "table_row"And I am on "Course 1" course homepageWhen I navigate to "Reports" in current page administrationAnd I click on "Activity report" "link"Then I should see "No log reader enabled"Scenario: Multiple views from a single user are identified as not distinctGiven I am on the "Course 1" course page logged in as student1And I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on site homepageWhen I am on the "Course 1" course page logged in as teacher1And I navigate to "Reports" in current page administrationAnd I click on "Activity report" "link"Then I should see "3 views by 1 users" in the "Forum name" "table_row"And I should see "-" in the "Book name" "table_row"Scenario: Multiple views from multiple users are identified as not distinctGiven I am on the "Course 1" course page logged in as student1And I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on site homepageGiven I am on the "Course 1" course page logged in as student2And I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on "Course 1" course homepageAnd I follow "Forum name"And I am on site homepageWhen I am on the "Course 1" course page logged in as teacher1And I navigate to "Reports" in current page administrationAnd I click on "Activity report" "link"Then I should see "6 views by 2 users" in the "Forum name" "table_row"And I should see "-" in the "Book name" "table_row"Scenario: No views from any usersWhen I am on the "Course 1" course page logged in as teacher1And I navigate to "Reports" in current page administrationAnd I click on "Activity report" "link"Then I should see "-" in the "Forum name" "table_row"And I should see "-" in the "Book name" "table_row"