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
What is QTP’s model for test creation?
Explain about business process component? types and usage?
i can done the project with QTP in that time i can say how many members in my team size?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What do you mean by checkpoints in qtp?
How is a Step generator used in UFT?
Define Canvas view of UFT?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What is the difference between a Function and Procedure in QTP?
explain abt dyanamic changing object with example?
What are the features and benefits of quick test pro (qtp 8.0)?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What is an expert view and keyword view?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain different checkpoints in qtp.