How to use custom checkpoints in QuickTest Professional?
Answer Posted / anupam mishra
Custom check points ara user specifice Check points,if we
want to check particular object/or its any property then we
make custome check points
Example
Function VerifyObjectExists(AppObject )
If AppObject.Exist Then
'Print "Object Exist"
VerifyObjectExists= "True"
Else
;Print "Object does not exist"
VerifyObjectExists="False"
End If
End Function
set Obj=dialog("Login").WinButton("OK")
VerifyObjectExists(Obj)
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the differences between quicktest professional (qtp) and winrunner?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Step 3&4 are repeated until an the object in recognised uniquely.
what is run-time data?
What are the Application Functions available in QTP?
How many types of recording modes in qtp?
Explain the difference between check point and output value?
What is post recovery scenario?
Explain how Selenium is different from UFT?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is checkpoint in qtp?
what is the advantages and disadvantages of using functions instead of re usable actions
How to find the name of the machine where you are running your automation scripts in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?