Check point what is how many types of checkpoint and explain
Answer Posted / 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 |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional (qtp)?
how to do the batch testing in test director using manual testing procedure?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
What is test object model in quicktest professional (qtp)?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Explain in brief about the quicktest professional automation object model?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How does qtp identify gui object?
How do Parameterization and Data-Driving relate to each other in QTP?
What is the difference between shared and local object repository?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
what is impact analysis on regression testing?