Changeset 39015


Ignore:
Timestamp:
2024-05-10T19:37:12+12:00 (5 weeks ago)
Author:
anupama
Message:

A README piecing together what I've now learnt about launching our automated GLI testing (as far as I'd left it). I can't remember if and where I documented what I read, other than in the source code, but I've also added a reading link for assertj swing found from the source code. And hopefully junit and selenium reading links hereafter. And documented that Ctrl+Shift+A will stop the automated GLI testing in progress, a detail taken from the source code.

Location:
gs3-extensions/testing/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/org/greenstone/gsdl3/testing/GSGUITestingUtil.java

    r39013 r39015  
    3030
    3131/*
    32  * Utility class containing helper functions for GLI GUI testing using AsssertJ Swing
     32 * Utility class containing helper functions for GLI GUI testing using AssertJ Swing
    3333*/
    3434
     
    9494                                 "-testing_mode").start();
    9595    // The -testing_mode flag passed into GLI above is a special flag
    96     // that calls GLI's TestingPreparating.setNamesRecursively()
     96    // that calls GLI's TestingPreparation.setNamesRecursively()
    9797    // to help testing by calling setName() on GUI components.
    9898    }
Note: See TracChangeset for help on using the changeset viewer.