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
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.
what is Property......End Property loop? how to write sript for it in QTP
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?
Describe synchronization point.
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How do you open adobe acrobat file in QTP and do some testing on that file ?
What are the technologies supported by qtp?
What are metrics and matrix?
What are the advantages of parameterization ?
How is a Step generator used in UFT?
Where to use function or action?
What is the difference between call to existing action and copy of an action?
Explain the differences between table and db checkpoints?
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.
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?