Check point what is how many types of checkpoint and explain
Answers were Sorted based on User's Feedback
Answer / santhosh
Checkpoint is a verification point that compares a current
value for a specified property to a expected value for that
property.
In general for QTP we have six types of checkpoints they are:
1)Standard checkpoint:-Used to check the objects like Button
is enabled,disabled,focused etc
2)Text checkpoint:-Used to check for a text like the text in
the Label,etc
3)Bitmap checkpoint:-Used to compare the two bitmap images.
4)Database checkpoint:-Used to check for the database
5)Accessibility Chackpoint:-Used to check whether the
webpage satisfies their associated properties In QTP 9.1 to
see this gofor Tools->Options->Web->in that click on Advance
Button then u will find the properties with checkboxes.
6)XML Checkpoint:-Used to validate XML scripts
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / uma
Checpoint is a verificatiion point that compare actual value
with the expected value during the run time.
QTP will have TEN types.
1. Standard Checkpoint
2. Text "
3. Text Area "
4. Bitmap
5. Database
6. Page "
7. Image
8. Table
9. Accessability
10. XML
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / n@n!
custormer expected value that can be place in actual vb
script is called check point.
there are 11 check points are there in qtp.
1)standard check point
2)bitmap "
3)test "
4)text area "
5)data base "
6)xml (page) "
7)xml(file) "
8)image "
9)table "
10)accasability "
11)page "
| Is This Answer Correct ? | 2 Yes | 1 No |
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
What are the framework folders?
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
Question:how many types of repositories in QTP9.2?and explain??
How to data driven test for Win objects in QTP ?
How to modify the text checkpoint?
Tell about automation object model(Aom) in qtp?
how u will describe testing activities?
who is developed QTP ? is it from Mecury or HP
What is operator in VB Script?
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
What is difference between the For..Next and While..Wend statements?