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 |
How to retrive XML file data in QTP ? using Script(Chandana)
What ate the Technologies supported by QTP?
what is key word driven frame work how to use keyword driven frame in QTP in a project
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
how can we test load time of an page in webtesting?
How will u find that how many List boxes( and check boxes) are present in one particular window
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
can objects recogonised without repository?
I added 5 edit box objects in OR.i run the script and the first edit box successfully executed.But on next day when i executed same script for second edit box,it gives an error "object not Found". But when i used Highlight in app. object already in OR.So how i will handel this type of error. Hi please inform me the write answer.Its urgent.
How we will execute(run) the scripts in qtp 8.2?
how to merge object repositories?
we have 10 automation scripts. how to call them from one main script.