Anybody explain me, the concept of checkpoint declaration
in the QTP mainly for the Objects, Pages, Text and Tables ?
Answer / 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 |
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
What is the present version of the VB Script we are using
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Regular expressions..... Actually how to use this and what is the exact syntax and can anybody can help me out this with example.is there any docs pls send to my mailid rvreddy82@gmail.com
Explain synchronization types in QTP
what is output parameters in qtp?explain? 2)
How to get Links count in an web application,without descriptive programming?
what are the Tools for version control?
What is the difference Between LowLevel and Normal Recording Modes?
does test plan is in test strategy or test strategy is in test plan.
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
What is difference between the For..Next and While..Wend statements?