Give me the Example of standard check point and text check
point with syntax?
Answers were Sorted based on User's Feedback
Answer / varun
using standard check point we can check only properties of
an object..
using text check point we can check the required text in
the web page
this is the diff as per my knowledge in qtp
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / fr
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)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghu
standard check point is usually used to check the images in
the WEB pages...
text Check point is used to check the text on a web page...
Pls let me know if something is wrong.
test_professional7@yahoo.co.in
| Is This Answer Correct ? | 7 Yes | 9 No |
Synchronozation types in QTP
Could you please explain me about QTP framework.
How to do Batch run in qtp? provide the steps?
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
what is object spy
How should i find out whether the cursor is moving horizantally. when tabbing continuously
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
How to create basic scripts from a manual test case in QTP?
what is difference between calling a function and reusing an action?
what testing activities u may want to automate in a project?
Can u tell me example for virtual objects?