Anybody explain me, the concept of checkpoint declaration
in the QTP mainly for the Objects, Pages, Text and Tables ?
Answer Posted / guest
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.
Object, Page and Table checkpoints can be added using
Standard check point.
1. A page checkpoint checks the characteristics of a
Application
2. An object checkpoint (Standard) checks the values of an
object on a Application.
3. A table checkpoint checks information within a table on
a Application
4. A text checkpoint checks that a text string is displayed
in the appropriate place on a Application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
what is Property......End Property loop? how to write sript for it in QTP
can any one say that where we can download the QTP trail version ??????????
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Explain the concept of object repository and how qtp recognises objects?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
How will you compare keyword and expert view?
unique properties of button,edit box, radio button,check box?
How to save your test using quicktest professional (qtp)?
How to break the object spy ?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Name the properties you would use for identifying a browser and page when using descriptive programming?