Explain the check points in QTP?
Answer Posted / geetha nagekar
Checkpoint is a feature provided by the QTP which is used
for checking something during the execution at any point of
time.
OPERATIONAL OVERVIEW OF CHECKPOINTS
1.Pre-exucution phase
2.While -execution phase
PRE-EXECUTION PHASE:
In this phase it will do the following.
1.It will capture the expected value.
2.it will genarate the corresponding sript statements.
WHILE-EXECUTION PHASE:
In this phase it will do the following.
1.it will capture the actual value.
2.it will compare the actual value with expected value.
3.Finally it will display the result as pass/fail.
TYPES OF CHECK POINTS:
1.Standard checkpoint
2.Bit-map checkpoint
3.Text checkpoint
4.Textarea checkpoint
5.Database checkpoint
6.XML checkpoint
7.Page checkpoint
8.Table checkpoint
9.image checkpoint
10.accessability checkpoint
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
How is test case write?
How to create a standard checkpoint ?
can test automation improve test effectiveness?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How many types of parameters are available in quicktest professional?
How you know that a test case is a regression test case
How many types of recording modes in qtp? Which will be used when?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
Can U Explain about QTP tool from older version to latest version also its differences?
What is text check point and text area check point?
How to find the difference between 2 dates in qtp?
Is QTP supports Unix. If yes, then how the test automation is done?
Explain how you can find length of array in qtp?
How will you test a keyboard?