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 |
i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
I want to test advanced Java applications what kind of add- ins I have to install?
How qtp identifies objects?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????
what will be there in keyword view and expert view?
Write a QTP script to enter a keyword in to Google search engine?
What is the Maximum syncronization timeout in seconds in QTP 9.5
What is the significance of “action 0” in qtp?