Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2372 moving all Selenium core classes from lams_common/test/java --> lams_common/src/java. as these classes are aimed for importing from other projects

  1. … 5 more files in changeset.
LDEV-2372 Testing framework * switched to the approach with several test cases inside one Unit test (using SeleniumSuiteCase) * got rid of the majority of abstract classes so now you're basically free to pick up testing technique that suites you best (either test suites or single tests) * ability to tear down Selenium at the end of any test case * fixed small bug with assertion in createNewLesson()

    • -128
    • +113
    ./AbstractSeleniumTestCase.java
    • -0
    • +69
    ./SeleniumTestSuite.java
LDEV-2372 prevent popup window for user logging in for the first time

LDEV-2372 doing nothing except for updating formatting

  1. … 2 more files in changeset.
LDEV-2372 Updated formatting of this file. As well as a one-line change on line 498. Break; added to the for loop as this would not work for the forum tool without the break, it ended up giving a nullpointer.

    • -521
    • +543
    ./AbstractSeleniumTestCase.java
updating selenium some changes made by andrey in the notebook module - mergin with lams_common

LDEV-2372 Small changes to the comon abstact selenium test to allow for seperated tests

LDEV-2372 Adding the core selenium testing clasess to lams_common instead of notebook tool

    • -0
    • +597
    ./AbstractSeleniumTestCase.java
    • -0
    • +182
    ./DefaultSeleniumFlex.java
    • -0
    • +46
    ./TestFrameworkConstants.java
    • -0
    • +68
    ./TestFrameworkException.java