TestHarness4LAMS2

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3174: Added UTF-8 encoding to Ant Java compiler.

  1. … 2 more files in changeset.
LDEV-3164: Support several more tools. Changes in those tools' code TestHarness can interact with them without running Javascript. Remove unnecessary Flash methods. Remove junk from TestHarness project, including zipped Learning Designs which can not be imported anymore as they have non-numeric server version ("beta") Major clean up and logs improvement.

  1. … 30 more files in changeset.
LDEV-3164: Add a simple retry mechanism.

LDEV-3164: Remove references to Flash WDDX methods.

LDEV-3164: Store created users in a file for later reference.

  1. … 1 more file in changeset.
LDEV-3164: Allow HTTPS.

LDEV-3164: Allow HTTPS.

LDEV-3164: General clean up of class hierarchy, logs and code.

    • -0
    • +424
    ./src/org/lamsfoundation/testharness/TestManager.java
  1. … 11 more files in changeset.
LDEV-3164: Remove files in /build folder so it can be marked as ingored by CVS.

  1. … 11 more files in changeset.
LKC-40: Only leader does scratching, other learners just refresh question list.

  1. … 1 more file in changeset.
LKC-40: Remove the call to recordItemScratched() to test its impact on server performance.

LDEV-3156: Support reflection in Scratchie.

LDEV-3156: Prevent scratchie non-leaders from going ahead of leader.

LDEV-3156: Add sync gate support.

LDEV-3156: Assign created lesson to proper organisation. Support MCQ and Assessment Tools.

    • binary
    ./build/org/lamsfoundation/testharness/AbstractTest.class
    • binary
    ./build/org/lamsfoundation/testharness/MockUser$HashUtil.class
    • binary
    ./build/org/lamsfoundation/testharness/MockUser.class
    • binary
    ./build/org/lamsfoundation/testharness/TestSuite.class
  1. … 3 more files in changeset.
LDEV-3156: Allow multiple questions in Scratchie.

LDEV-3156: Put back missing methods, removed along with Flash Monitoring. Manually add session cookies to WebConversation if it is not done automatically. Make TestHarness work with Leader and Scratchie tools.

    • binary
    ./build/org/lamsfoundation/testharness/AbstractTest$1.class
    • binary
    ./build/org/lamsfoundation/testharness/Call$CallRecord.class
    • binary
    ./build/org/lamsfoundation/testharness/Call$CallType.class
    • binary
    ./build/org/lamsfoundation/testharness/TestReporter.class
    • binary
    ./build/org/lamsfoundation/testharness/TestUtil.class
  1. … 221 more files in changeset.
stop delaying the lesson startup

LDEV-2071: Upgraded HttpUnit library in TestHarness to version 1.7.

    • binary
    ./lib/jtidy-4aug2000r7-dev.jar
    • binary
    ./lib/junit-3.8.1.jar
    • binary
    ./lib/servlet-api-2.4.jar
    • binary
    ./lib/xercesImpl-2.6.1.jar
Updating httpunit library

Changes from Marcin

Adding 10forums sequence for testing

add one new statistic - average response time of calls to learner.do?method=joinLesson

Always print AVG response time

Adding a 30 forums sequence for testing

autoformat

add total and average response times to test report

LDEV-1530: Hibernate error occuring when two users in one tool session start forum together has been removed, so removing the hack that allows the test harness to keep going when the user can't make a posting due to this error.

LDEV-1515: A synchronisation problem in forum is causing a problem when the topic is copied, and this shows up when run from the test harness. Learners were getting stuck in forum. Put in some temporary code to allow at least some learners to keep going.

Removing extra debugging that was making the log hard to read.