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 is action split and the purpose of using this in qtp?
How do we handle run-time errors?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
How to capture all the data of a webtable, weblist and combolist using QTP?
What is text/text area checkpoint?
What is the basic concept of qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is the difference between run time object and test object in QTP?
how many maximum number of virtual users we can create?
What is the Difference between copy to action and call to action?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How many tabs are available to view your test in a test pane and what are they?
How often were they executed?
How to export quicktest professional (qtp) results to an .xls file?