Inserting a Checkpoint During Recording
Posted on February 24th, 2009 in QTP Lessons
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:
- While RECORDING select INSERT ? CHECKPOINT ? STANDARD checkpoint.
The cursor changes to a pointing hand. - 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.
- In the OBJECT SELECTION - CHECKPOINT PROPERTIES dialog box, click OK. The CHECKPOINT PROPERTIES dialog box appears.
- 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.
- Modify the value of the property, if required.
- Click OK to insert the checkpoint.
Related posts:
Tags: QTP Lessons