File System Layout

An typical file system layout of the entire test harness is shown below. Note that the target directory is a runtime directory that is typically not part of the source control tree; in Maven terms, this directory is the target of the build. The items in the src directory are intended to be part of source control, that is, the inputs and outputs are defined as part of the code.

  src/
     test/
        contexts/
           simple/
              context.xml
              inputdata.txt
        suites/
           suite_001_smoketest/
              suite.xml
              baseline.simple.out
        java/
           net/
              sf/
                 sample/
                    SmokeTest.java
  target/
     test/
        results/
           suite_001_smoketest/
              baseline.simple.out
              testrun.simple.out