1 – GROUP
Removes one or more groups from one or more other groups. Format REMOVE GROUP group-expression1 group-expression2 [/qualifier...] "remark"
1.1 – Command Qualifiers
1.1.1 /CONFIRM
/CONFIRM (D) /NOCONFIRM Controls whether Digital Test Manager prompts you to confirm each removal. Valid responses are Yes, No, All, or Quit.
1.1.2 /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on your screen.
1.2 – Examples
1. DTM> REMOVE GROUP LEFTMARGIN MARGINS /NOCONFIRM _Remark: Removing LEFTMARGIN from MARGIN %DTM-S-REMOVED, group LEFTMARGIN removed from group MARGINS DTM> This example removes the LEFTMARGIN group from the MARGINS group. 2. DTM> REMOVE GROUP RIGHTMARGIN MARGINS,BOUNDARIES /CONFIRM _Remark: Removing RIGHTMARGIN from MARGINS and BOUNDARIES Confirm removal of group RIGHTMARGIN from group BOUNDARIES [Y/N] (N) Y %DTM-I-REMOVED, group RIGHTMARGIN removed from group BOUNDARIES Confirm removal of group RIGHTMARGIN from group MARGINS [Y/N] (N) Y %DTM-I-REMOVED, group RIGHTMARGIN removed from group MARGINS %DTM-S-REMOVALS, 2 removals completed DTM> This example removes the RIGHTMARGIN group from the BOUNDARIES group and the MARGINS group and prompts you to confirm each transaction.
2 – TEST_DESCRIPTION
Removes one or more test descriptions from one or more groups. Format REMOVE TEST_DESCRIPTION test-group-expression group-expression [/qualifier...] "remark"
2.1 – Command Qualifiers
2.1.1 /CONFIRM
/CONFIRM (D) /NOCONFIRM Controls whether Digital Test Manager displays each test description name for you to confirm removal of the test description. Valid responses are Yes, No, All, or Quit.
2.1.2 /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on your screen.
2.2 – Parameter Qualifiers
2.2.1 /GROUP
Identifies the immediately preceding item in the parameter as a group expression. If a test group expression is a list, use this qualifier after each item that designates a group. The default is /TEST_DESCRIPTION.
2.2.2 /TEST_DESCRIPTION
Identifies the immediately preceding item in the parameter as a test expression. This is the default.
2.3 – Example
DTM> REMOVE TEST_DESCRIPTION MARGINS/GROUP BOUNDARIES/NOCONFIRM _Remark: Removing MARGINS tests from BOUNDARIES %DTM-I-REMOVED, test_description BOTTOMEDGE removed from group BOUNDARIES %DTM-I-REMOVED, test_description LEFTMARGIN removed from group BOUNDARIES %DTM-I-REMOVED, test_description RIGHTMARGIN removed from group BOUNDARIES %DTM-I-REMOVED, test_description TOPEDGE removed from group BOUNDARIES %DTM-S-REMOVALS, 4 removals completed DTM> This example removes all the tests in the MARGINS group from the BOUNDARIES group without prompting for confirmation.