tags:

views:

16

answers:

1

hi everyone, i am new to qtp, i confused with standard checkpoint and text checkpoint, some times standard checkpoint reads all text content in the window, but text doesn't read text content.

so please help me in what situation the standard and text checkpoint are used

A: 

If you want to check the values of specific properties using QTP's normal property mechanism you should use a standard checkpoint.

Text checkpoints on the other hand used either Windows API or OCR to get the text (you can control which from Tools -> Options -> General -> Text Recognition), and I would use it only if you can't get what you want from the standard checkpoint.

Motti