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 |
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
i have qtp 9.4 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
what is the script to select 2 or more than 2 options from a listbox.
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
What environment does qtp run in?
What is the pros and cons between QTP and Rational Robot
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
In QTP, What is Global action and Local action?
Does QTP is "Unicode" compatible?
can any one explain with an example how to test Web application using qtp
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?