Explain the check points in QTP?

Answer Posted / suha

A checkpoint verifies that expected information is
displayed in a Application while the test is running. You
can add eight types of checkpoints to your test for
standard web objects using QTP.
?A page checkpoint checks the characteristics of a
Application
?A text checkpoint checks that a text string is displayed
in the appropriate place on a Application.
?An object checkpoint (Standard) checks the values of an
object on a Application.
?An image checkpoint checks the values of an image on a
Application.
?A table checkpoint checks information within a table on a
Application
?An Accessiblity checkpoint checks the web page for Section
508 compliance.
?An XML checkpoint checks the contents of individual XML
data files or XML documents that are part of your Web
application.
?A database checkpoint checks the contents of databases
accessed by your web site

Is This Answer Correct ?    103 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1742


what is Property......End Property loop? how to write sript for it in QTP

2109


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

1814


Describe synchronization point.

786


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1923


How do you open adobe acrobat file in QTP and do some testing on that file ?

835


What are the technologies supported by qtp?

735


What are metrics and matrix?

1541


What are the advantages of parameterization ?

797


How is a Step generator used in UFT?

880


Where to use function or action?

851


What is the difference between call to existing action and copy of an action?

796


Explain the differences between table and db checkpoints?

745


Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.

1971


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

830