All sections / {current.section.title} / {current.chapter.title} / {current.topic.title} / {current.title} / {current.title} / {current.title} / {current.title}

Listing Test Types


The available test types can be listed using the following command

resolvertest available-test-types

This generates a listing of all test types currently available within the SSCRT. For each test it will produce columns for the test type key, a description of the test and a summary of any additional parameters (if required) for use when installing a test of this type. This is shown in the example below.



As test types are encoded using JSON files in a known server location it is relatively straightforward to create user defined customised tests within the bounds of the functionality provided by the system so this command is useful to both describe the built in tests as well as any user defined ones. 



Top