Below is the format of the test.items file. The information recorded in the test-item is an item ID number, and a list of samples needed for the current test.
The test items are stored in file test.items in the test main directory The following example explains the format of the file. Keywords are in bold and parameters in italics. In the test items, only the additional (or otherwise important) parameters are listed. Rest of the fields are copied from the test.items list.
# # File: test.items # Grouping of samples together to form test items # # Empty lines and lines starting with # are ignored. # # # Next test items are listed. # TestItem: # # ID of the test item. These ids must be of the form 'idx', # where x is an integer. # Id: id1 # # Test samples. These are for an A/B/X test # Sample: A sample1 Sample: B sample2 Sample: X sample1 # /TestItem # # Next test item. # TestItem: # # ID of the test item. These ids must be of the form 'idx', # where x is an integer. # Id: id2 # # Test samples. These are for an A/B/X test # Sample: A sample3 Sample: B sample4 Sample: X sample4 # /TestItem #