Test creation

At this point there wasn't enough time to make flashy graphical test creation tools. The test is created by writing the required test configuration files with a text editor.

The prodecure for creating a test usually like this:

Select test type

The first thing is to decide which type of test to use. Select a test from the list of test types.

Also see:

Test directory

A test directory is a directory where the files of a test are kept. It contains the test parameters files and samples (usually in their own subdirectory). The results from test sessions are also written in the current directory (which should be the test directory). Actually using one directory for all files of a test is more of a guideline than a requirement.

When running a test you should first go to the test directory of the test and then run the test (with the RunTest-program).

Sound samples

Decide which sound samples to use for testing. Usually sound samples are kept in a subdirectory in the test directory, for example, make a directory named samples for keeping the samples.

You probably have to edit or create some samples. Here are some requirements (must) or recommendations (should) for samples that are played together during one item:

These apply to all samples in a test: Tools for audio files include: dmconvert, mediaconvert, sfconvert, dminfo, sfinfo, soundeditor, soundtrack. See the manual pages for description and/or the Digital Media Tools Guide (IRIS InSight book).

The sample list relates the sample IDs the test items use to the actual audio samples. The information about a sample contains at least the sample ID and the file name of the audio file. Depending on the type of sample, additional information may be also stored.

More detailed information: Format of the samplelist file

Test items

Write the test items. See test types and test items for needed parameters.

Playlists

Playlists are files that tell which test items (possibly a subset of all test items) to play to the test subject and in which order. A playlist can be 'global playlist' which means that the same order of items is used in all sessions and for all subjects unless a 'session specific playlist' is used to set a specific playlist for a specific session. The playlist(s) are stored in the test's directory.

More detailed information: Format of the playlist

Subject's user interface

No complete documents for subject UI components are not yet ready. Copy and modify the demo example files. They are quite self-explatory.

Test parameters

Write the test parameters file. Add parameters mentioned earlier:
· Tests index · Document index ·

Last modified: Tue Jul 21 10:01:09 EEST 1998