Listing for /engineering/autohit-1998
Autohit 1998 is a testing harness that uses XML scripts. This is the predecessor to Autohit 2003 and was never widely released. As such, the documentation was never completed. The software is finished and working, and was used in a couple test systems. It is geared to HTTP/Web testing.

The scripts are compiled into virtual machine code. Each instruction provided fairly high level functionality and when used in HTTP/Web testing it is sufficiently fast. It would make a terrible general purpose VM.

DIRECTOIRIES
NAME TYPE DESCRIPTION
docsDocumentsIncomplete documents (but includes javadoc)
autohitSource CodeSource for the runtime system (and VM)
creatorSource CodeSource for the XML script compiler
libLibraries3rd party libraries and XML dtds
testExample test scripts
dev-testTest scripts used during development
FILES
NAME TYPE DESCRIPTION
README.TXTTextSimple readme
index.htmlWeb PageDeveloper documentation (meager,at best)
compile.javaJava SourceMain compiler class.
run.javaJava SourceMain runtime class. This runs the scripts.
dump.javaJava SourceMain dump tool. Used for debugging script compilation.
autohit-1998-v100.zipZIP archivePackage of the entire final version.
package.batBatch script
setenv.batBatch script
pack-setenv.batBatch script
makeDocs.batBatch script
make.batBatch script