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 |
what is L-trim function will do?
1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = India/Srilanka/Australia/England/South Africa.I need the Output Country wise? [ 1st Msgbox India , 2nd Msgbox Srilanka] ---- 3. How can Choose these test cases to be automated?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What are benefits of qtp?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
explain how to write vb script in qtp?when will you write own script?
How to create basic scripts from a manual test case in QTP?
what is meant by source control?
how can i prepare for QTP(8.2) to face interview ? give over view details?
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know