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
How to handle Java tree in QTP?
If I change the object name in one action will it be updated in all the actions? Or not?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What is a reusable action?
how can i call function (which has link with excell sheet at a remote location) within another function
What is the new version of qtp which is recently released in the market?
Explain types of descriptive programming?
How to modify object property in qtp ?
Define Environment Variable in UFT and its uses?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Which environments does qtp support?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Define Error Pane of UFT?
what are the limitations of smart identification in qtp 9.0
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one