Micro Focus QTP (UFT) Forums
standard checkpoint and text checkpoint - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: standard checkpoint and text checkpoint (/Thread-standard-checkpoint-and-text-checkpoint)



standard checkpoint and text checkpoint - kiran10_rm - 11-16-2010

hi,

What is the use of text checkpoint, when we can insert checkpt of text propery using standard checkpoint.


RE: standard checkpoint and text checkpoint - nandu - 11-18-2010

You can do text verification using "Standard checkpoint" if the object being tested has a text-type property. For instance in most objects, the displayed text on the UI is a reflection of one of its properties (like say "text", "title", "attached_text" etc).

"Text checkpoint" is used when you want to perform text verification and the object being tested has no property from which the text can be extracted.

If the object does have a text-type property it is recommended that the verification for the text be performed using a "standard checkpoint".

"Text checkpoint" is also used when you want to verify a part of the text (which may include the text displayed before and / or after the verified text)