Explain the check points in QTP?
Answers were Sorted based on User's Feedback
"checkpoint is a feture provided by qtp which is used for
checking something during executiion at any of time".
checkpoints works in 2 phases:
1.pre-execution phase
2.while execution phase
types of checkpoints:
1.standard checkpoints
2.bitmap checkpoints
3.text checkpoints
4.textarea checkpoints
5.database checkpoints
6.xml checkpoints
7.page checkpoints
8.table checkpoints
9.image checkpoints
10.accessability checkpoints
7,8,9 are hidden checkpoints.
7-10 are web related checkpoints.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / saritha reddy
check points are nothing but a verification point we can
verify the properties of object,bitmap,database using the
checkpoints ,this is nothing but a user_interface testing
In qtp to verify the componets it supports 7 types of
checkpoints
1.standard checkpiont
2.text checkpoint
3.textarea checkpoint
4.bitmap checkpoint
5.database checkpoint
6.accessibility checkpoint
7.xml checkpoint
| Is This Answer Correct ? | 4 Yes | 1 No |
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How can you delete the results file (XML)
Where u will use output checkpoint in QTP?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
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
Do you know how to connect database? Can you tell me the procedures?
what the diffference between test data and test cases what is meant by object hierarchy in qtp
write code to read and write data from file?
Suppose I want fail that check point? How can you do that?
How to find given string is palindrome or not without using strreverse() function?