VMS Help DTM, INSERT, TEST_DESCRIPTION *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Places one or more test descriptions into one or more groups. Format INSERT TEST_DESCRIPTION test-group-expression group-expression [/qualifier...] "remark"
1 - Command Qualifiers |
1.1 - /CONFIRM
/CONFIRM /NOCONFIRM (D) Controls whether Digital Test Manager prompts you to confirm each insertion. Valid responses are Yes, No, All, or Quit.
1.2 - /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on your screen.
2 - Parameter Qualifiers |
2.1 - /GROUP
Identifies the immediately preceding item in a parameter as a group. If the test group expression is a list, use this qualifier after each item that designates a group. The default is /TEST_DESCRIPTION.
2.2 - /TEST_DESCRIPTION
Identifies the immediately preceding item in a parameter as a test. This is the default.
3 - Example |
DTM> INSERT TEST_DESCRIPTION MARGINS/GROUP BOUNDARIES _Remark: Inserting tests in MARGINS into BOUNDARIES %DTM-I-INSERTED, test description BOTTOMEDGE inserted into group BOUNDARIES %DTM-I-INSERTED, test description LMARGIN inserted into group BOUNDARIES %DTM-I-INSERTED, test description RMARGIN inserted into group BOUNDARIES %DTM-I-INSERTED, test description TOPEDGE inserted into group BOUNDARIES %DTM-S-INSERTIONS, 4 insertions completed DTM> This example inserts all the test descriptions in the MARGINS group into the BOUNDARIES group. However, the MARGINS group itself is not inserted.
|