Copyright Digital Equipment Corp. All rights reserved.

Examples

  1.  DTM> CREATE TEST_DESCRIPTION SEND_MAIL_TEST
      _Remark: Send a message test.
      %DTM-I-DEFAULTED, benchmark file name defaulted to SEND_MAIL_TEST.BMK
      %DTM-I-DEFAULTED, template file name defaulted to SEND_MAIL_TEST.COM
      %DTM-S-CREATED, test description SEND_MAIL_TEST created.
      DTM>

  This example creates a noninteractive test description with the
  test name SEND_MAIL_TEST.

  2.  DTM> CREATE TEST_DESCRIPTION/TEMPLATE=MAIL_INT.COM -
      _DTM> /INTERACTIVE/PROLOGUE=NOBROADCAST.COM/EPILOGUE=BROADCAST.COM
      _test name: MAIL_TEST_INT
      _Remark: Creating a MAIL test
      %DTM-I-DEFAULTED, benchmark file name defaulted to MAIL_TEST_INT.BMK
      %DTM-I-DEFAULTED, template file name defaulted to MAIL_TEST_INT.SESSION
      %DTM-S-CREATED, test description MAIL_TEST_INT created
      DTM>

  This example creates an interactive test description
  MAIL_TEST_INT and includes template, prologue, and epilogue
  file names. Note that Digital Test Manager prompts for the test
  name and remark.