Displays the files and groups associated with one or more test descriptions. Format SHOW TEST_DESCRIPTION [test-group-expression] [/qualifier...]
1 – Restrictions
o The /COMMAND qualifier applies to DECwindows tests only. o The /FILTER qualifier applies to noninteractive and terminal tests only.
2 – Command Qualifiers
2.1 /BENCHMARK
Displays the file specification for the benchmark file associated with the specified test description. If you use the default benchmark when you create the test description, the benchmark file specification is displayed in the following format: test-name.BMK
2.2 /BRIEF
Displays the test name.
2.3 /COMMAND
Displays the command that is used to begin recording and executing of the test. This qualifier applies to DECwindows tests only.
2.4 /COMPARISON_TYPE
Displays the comparison type associated with the specified test description.
2.5 /EPILOGUE
Displays the file specification for the epilogue file associated with the specified test description.
2.6 /FILTER
Displays the names for all filters associated with the specified test description.
2.7 /FULL
Displays the contents of all test description fields. The format is as follows: Test descriptions in Digital Test Manager library library-name Test_name "remark" Template = file-name Benchmark = file-name Prologue = file-name Epilogue = file-name Variables = variable-name(s)[=value] Groups = group-name(s) Type = type-name Command = command Filters = filter-type(s) Comparison Type = comparison-type
2.8 /GROUPS
Displays the names of the groups with which the test is affiliated. Because of the existence of the /GROUP parameter qualifier for this command, you cannot abbreviate the /GROUPS qualifier.
2.9 /INTERMEDIATE
Displays the contents of the benchmark, template, prologue, and epilogue test description fields. The format is as follows: Test descriptions in Digital Test Manager library library-name Test_name "remark" Template = file-name Benchmark = file-name Prologue = file-name Epilogue = file-name This is the default.
2.10 /OUTPUT
/OUTPUT[=file-specification] Sends the requested information to a specified file. If you specify the file name but omit the file type, the file type defaults to .LIS. By default, the output is sent to SYS$OUTPUT.
2.11 /PROLOGUE
Displays the file specification for the prologue file associated with the specified test description.
2.12 /REMARK
Displays the remark associated with the test description.
2.13 /TEMPLATE
Displays the file specification for the template associated with the specified test description.
2.14 /TYPE
Displays the type of the specified test description-NONINTERACTIVE, INTERACTIVE, or DECWINDOWS.
2.15 /VARIABLE
Displays the names and values for all variables associated with the test description.
3 – Parameter Qualifiers
3.1 /GROUP
Identifies the immediately preceding item in the parameter as a group expression. If a test group expression comprises a list, use this qualifier after each item that designates a group. Because of the existence of the /GROUPS qualifier for this command, you cannot abbreviate the /GROUP qualifier.
3.2 /TEST_DESCRIPTION
Identifies the immediately preceding item in the parameter as a test expression. This is the default.
4 – Example
DTM> SHOW TEST_DESCRIPTION SEND_MAIL_TEST Test descriptions in Digital Test Manager Library DUA0:[USER01.DTMLIB] SEND_MAIL_TEST "MAIL SEND command test" Template = SEND_MAIL_TEST.COM Benchmark = SEND_MAIL_TEST.BMK Prologue = None Specified Epilogue = None Specified DTM> This example displays the contents of the test description SEND_MAIL_TEST.