Changes between Initial Version and Version 1 of UnitTests


Ignore:
Timestamp:
Jun 17, 2008, 2:41:20 AM (16 years ago)
Author:
Fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnitTests

    v1 v1  
     1
     2= Current situation =
     3No unit test.
     4
     5= Objective =
     6An automatic test suite.
     7
     8= Proposal =
     9 * JUnit + HttpUnit
     10 * XSLT test: run transformation using Junit (using same XSLT processor)
     11 * Java test: could be developed if no dependencies on Jeeves session
     12 * HTML validation: http://tidy.sourceforge.net/ http://validator.w3.org/
     13 * XML Service in GeoNetwork: test XML output using HttpUnit
     14 * HTML service / GUI test (html page and JS): ?
     15
     16For testing services, a test facility could be developped to
     17 * start the application first (Jetty).
     18 * run XSLT transformation
     19
     20