Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3445: adding the basics for Leaner tests

    • -0
    • +48
    ./learner/ContentFrame.java
    • -0
    • +213
    ./learner/ControlFrame.java
    • -0
    • +72
    ./learner/LearnerPage.java
LDEV-3434: Adding a whole bunch of learner tests and general refactoring

    • -0
    • +32
    ./monitor/addlesson/AddLessonPage.java
    • -0
    • +423
    ./tool/forum/author/AdvancedTab.java
    • -0
    • +162
    ./tool/forum/author/AuthorPage.java
    • -0
    • +164
    ./tool/forum/author/BasicTab.java
    • -0
    • +186
    ./tool/forum/learner/MessageForm.java
    • -0
    • +58
    ./tool/forum/learner/ReflectionPage.java
    • -0
    • +282
    ./tool/forum/learner/TopicIndexPage.java
    • -0
    • +261
    ./tool/forum/learner/TopicViewPage.java
    • -0
    • +101
    ./util/LamsPageUtil.java
  1. … 3 more files in changeset.
LDEV-3434: adding validation, reflections and reply limit tests

  1. … 1 more file in changeset.
LDEV-3434: adding forum author tests

    • -0
    • +369
    ./tool/forum/AdvancedTab.java
    • -0
    • +154
    ./tool/forum/AuthorPage.java
    • -0
    • +148
    ./tool/forum/BasicTab.java
    • -0
    • +37
    ./tool/forum/util/ForumConstants.java
  1. … 1 more file in changeset.
LDEV-3368: Now it creates the lessons and also verifies the settings in monitor.

  1. … 1 more file in changeset.
LDEV-3374: Adding Lesson, sequence tab and EditClassPage to monitor test.

    • -0
    • +55
    ./monitor/EditClassPage.java
    • -0
    • +145
    ./monitor/LessonTab.java
    • -0
    • +75
    ./monitor/SequenceTab.java
LDEV-3328: General cleanup

    • -3
    • +3
    ./author/ConditionsPropertiesPage.java
  1. … 2 more files in changeset.
LDEV-3315 LDEV-3367 implementing access control tests and page object model for admin module

    • -0
    • +150
    ./admin/CourseManagementPage.java
    • -0
    • +251
    ./admin/CreateEditCoursePage.java
    • -0
    • +481
    ./admin/CreateEditUserPage.java
    • -0
    • +50
    ./admin/FindUsersPage.java
    • -0
    • +114
    ./admin/UserManagementPage.java
  1. … 2 more files in changeset.
LDEV-3368: Adding advanced tab tests and fixes

  1. … 1 more file in changeset.
LDEV-3368: Fixed getters

    • -11
    • +11
    ./monitor/addlesson/AdvancedTab.java
LDEV-3368: Using findBys to speed up xpath queries

LDEV-3374: Adding monitoring page (though pretty much blank now)

    • -0
    • +44
    ./monitor/MonitorPage.java
LDEV-3328: adding branching within branching test. Validates LDEV-3362

  1. … 1 more file in changeset.
LDEV-3368: Adding wizard tests and tab components

    • -1
    • +9
    ./monitor/addlesson/AddLessonPage.java
    • -0
    • +260
    ./monitor/addlesson/AdvancedTab.java
  1. … 1 more file in changeset.
LDEV-3368: Adding add lesson wizard tests (so far)

    • -0
    • +103
    ./monitor/addlesson/AddLessonPage.java
    • -0
    • +111
    ./monitor/addlesson/ClassTab.java
    • -0
    • +237
    ./monitor/addlesson/LessonTab.java
  1. … 1 more file in changeset.
LDEV-3328: Adding general author error tests

  1. … 2 more files in changeset.
LDEV-3328: Adding import designs from zip files

    • -0
    • +136
    ./author/ImportDesignPage.java
  1. … 1 more file in changeset.
LDEV-3328: Adding conditional gates LDEV3350: confirms that the gates are saving properly now too!

Point for functional test! ;-)

  1. … 1 more file in changeset.
LDEV-3328: Adding tool based branching

    • -9
    • +84
    ./author/BranchingPropertiesPage.java
    • -0
    • +452
    ./author/ConditionsPropertiesPage.java
  1. … 1 more file in changeset.
LDEV-3328: Adding instructor and learner choice branching

    • -0
    • +65
    ./author/BranchingPropertiesPage.java
  1. … 1 more file in changeset.
LDEV-3328: general refactoring and including drawBranchingFromActivity

LDEV-3328: Including delete activity and branching

LDEV-3328: Branching tests

- Set group based branching

- Set learner's choice branching

- Set instructor's choice branching

- Set learner's output branching

    • -0
    • +201
    ./author/BranchingPropertiesPage.java
  1. … 1 more file in changeset.
LDEV-3328: including the following Authoring Gate tests:

- Creates a design with a gate

- Adds title to gate

- Adds description to gate

- Sets gate type:

- permission

- synchronization

- condition

- schedule

    • -0
    • +243
    ./author/GatePropertyPage.java
  1. … 3 more files in changeset.
LDEV-3328: including the following Authoring tests:

- opening FLA

- create a design with 4 activities

- name and save design

- clear canvas

- reopen design

- arrange activities

- re-save design

- saveAs design

- change activity titles

- save (one click)

- Create group

- Assign group to activity

- Modify group settings

- Add design description

- Add design license

- Copy/paste activities

- Arrange design

- Save invalid design

    • -0
    • +127
    ./author/DescriptionPage.java
  1. … 1 more file in changeset.
LDEV-3328: adding tests for LAMS Authoring (FLA) using Page object model and pagefactory pattern

    • -0
    • +578
    ./author/FLAPage.java
  1. … 1 more file in changeset.