12 Replies Latest reply on Dec 23, 2004 5:06 PM by ryan.campbell

    Functional Tests

      Functional tests need to be located in the module which they test. The testsuite needs to be able to include these in the "tests" target.

      Each module's build.xml expose a "funtional-tests" target. The testsuite/build.xml will then call this target via the task. The testsuite must be able to override settings for things like the reports output directory, so these should be exposed as properties. We will need to document what these are.

      The functional-tests target should have minimal depedencies; we don't want to recompile each module while running the tests.

      Any other thoughts? Tom, can we try this with remoting first?