By default, QuickTest assumes the value that is generated within the Application under Test (aut) as a constant value. However, you can parameterize a value generated within the AUT.

To add a CHECKPOINT during Recording a test:

  1. While RECORDING select INSERT ? CHECKPOINT ? STANDARD checkpoint.
    The cursor changes to a pointing hand.
  2. In the FLIGHT RESERVATION window, click the object that you want to check with the pointing hand cursor. The OBJECT SELECTION - CHECKPOINT PROPERTIES dialog box appears.
  3. In the OBJECT SELECTION - CHECKPOINT PROPERTIES dialog box, click OK. The CHECKPOINT PROPERTIES dialog box appears.
  4. Check the properties for which you want to add Checkpoints and uncheck all other properties. The value of the property appears in the CONSTANT field.
  5. Modify the value of the property, if required.
  6. Click OK to insert the checkpoint.

Related posts:

  1. Inserting a Checkpoint After Recording
  2. Inserting an Output Parameter After Recording
  3. Understanding Standard Checkpoint in QTP
  4. Add a Synchronization Point While Recording
  5. Inserting an Output Parameter While Recording