Menu

Tree [709e45] default tip /
 History

Read Only access


File Date Author Commit
 admin 2013-01-07 dazais dazais [709e45] Initial commit
 collections 2013-01-07 dazais dazais [709e45] Initial commit
 deprecated 2013-01-07 dazais dazais [709e45] Initial commit
 doc 2013-01-07 dazais dazais [709e45] Initial commit
 examples 2013-01-07 dazais dazais [709e45] Initial commit
 internal 2013-01-07 dazais dazais [709e45] Initial commit
 msw 2013-01-07 dazais dazais [709e45] Initial commit
 obsolet 2013-01-07 dazais dazais [709e45] Initial commit
 selftest 2013-01-07 dazais dazais [709e45] Initial commit
 selftest2 2013-01-07 dazais dazais [709e45] Initial commit
 server 2013-01-07 dazais dazais [709e45] Initial commit
 testdata 2013-01-07 dazais dazais [709e45] Initial commit
 tests 2013-01-07 dazais dazais [709e45] Initial commit
 xcpd 2013-01-07 dazais dazais [709e45] Initial commit
 .classpath 2013-01-07 dazais dazais [709e45] Initial commit
 .project 2013-01-07 dazais dazais [709e45] Initial commit
 readme.txt 2013-01-07 dazais dazais [709e45] Initial commit

Read Me

readme.txt - XDS Test Kit

This directory contains several key directories:

testdata - contains test scripts for initializing Registry, Repository,
Responding Gateway with test data

tests - scripts for individual tests

examples - scripts acting as examples of operations that a Document Source
or Document Consumer must perform

The directory structure of each test script is:

TESTNUM
	- readme.txt - secondary documentation
	- testplan.xml - test script
	- other support files referenced by testplan.xml

Some tests have multiple sub-tests which are represented by directories 
within the test directory.  When this pattern is used, there is no 
testplan.xml in the top test directory and instead there is a file
index.idx which contains a list of the sub-test directories showing
the order they must be executed. It is used by the xdstest tool 
to order the running of the sub-tests.  When sub-tests exist, 
the directory structure looks like:

TESTNUM
	- readme.txt - secondary documentation
	- index.idx  -  order that sub-tests must be performed in (used by
xdstest tool)
	+ submit (name is arbitrary - submit here is only an example)
		- testplan.xml
		- other support files referenced by testplan.xml