tags:

views:

17

answers:

1

hi, i am new to qtp, i want get the data in chekpoint, i am not asking about checkpoint return value, what ever checkpoint capture data, that data put display in msgbox.

A: 

I don't understand exactly what you're trying to achieve. Standard checkpoints retrieve values for specific properties and compare it to the value that the object had when the checkpoint was created. If you want to see the current values you should use GetROProperty(propName).

As for which properties are captured in the checkpoint, that is determined when the checkpoint is created and can be viewed/edited later (right click on the checkpoint object and click properties).

If this doesn't answer your question please try to clarify it.

Motti